Uses of Interface
org.opengis.style.Mark

Packages that use Mark
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.builder   
org.opengis.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. 
 

Uses of Mark in org.geotools.styling
 

Subinterfaces of Mark in org.geotools.styling
 interface Mark
          A Mark element defines a "shape" which has coloring applied to it.
 

Classes in org.geotools.styling that implement Mark
 class MarkImpl
          Default implementation of Mark.
 

Uses of Mark in org.geotools.styling.builder
 

Methods in org.geotools.styling.builder with parameters of type Mark
 MarkBuilder MarkBuilder.reset(Mark mark)
           
 

Uses of Mark in org.opengis.style
 

Methods in org.opengis.style that return Mark
 Mark StyleFactory.mark(Expression wellKnownName, Fill fill, Stroke stroke)
           
 Mark StyleFactory.mark(ExternalMark externalMark, Fill fill, Stroke stroke)
           
 

Methods in org.opengis.style with parameters of type Mark
 Object StyleVisitor.visit(Mark mark, Object data)
          Called when accept is called on a mark
 



Copyright © 1996-2014 Geotools. All Rights Reserved.