Uses of Interface
org.geotools.api.style.ExternalMark
- 
Packages that use ExternalMark Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.brewer.styling.builder org.geotools.renderer.style Styling to be applied onorg.geotools.renderer.geom.Geometryobjects at rendering time.org.geotools.styling Allows for symbolization of geospatial data.
- 
- 
Uses of ExternalMark in org.geotools.api.styleMethods in org.geotools.api.style that return ExternalMark Modifier and Type Method Description ExternalMarkStyleFactory. externalMark(Icon inline)ExternalMarkStyleFactory. externalMark(OnLineResource resource, String format, int markIndex)ExternalMarkMark. getExternalMark()The alternative to a WellKnownName is an external mark format.Methods in org.geotools.api.style with parameters of type ExternalMark Modifier and Type Method Description MarkStyleFactory. mark(ExternalMark externalMark, Fill fill, Stroke stroke)voidMark. setExternalMark(ExternalMark externalMark)Mark defined by an external resource.ObjectTraversingStyleVisitor. visit(ExternalMark externalMark, Object data)Called when accept is called on a external mark
- 
Uses of ExternalMark in org.geotools.brewer.styling.builderMethods in org.geotools.brewer.styling.builder that return ExternalMark Modifier and Type Method Description ExternalMarkExternalMarkBuilder. build()Methods in org.geotools.brewer.styling.builder with parameters of type ExternalMark Modifier and Type Method Description ExternalMarkBuilderExternalMarkBuilder. reset(ExternalMark mark)
- 
Uses of ExternalMark in org.geotools.renderer.styleMethods in org.geotools.renderer.style with parameters of type ExternalMark Modifier and Type Method Description ShapeTTFMarkFactory. getShape(ExternalMark mark)Returns a shape from an external mark definition
- 
Uses of ExternalMark in org.geotools.stylingClasses in org.geotools.styling that implement ExternalMark Modifier and Type Class Description classExternalMarkImplDefault implementation of ExternalMark.Methods in org.geotools.styling with parameters of type ExternalMark Modifier and Type Method Description MarkImplStyleFactoryImpl. mark(ExternalMark externalMark, Fill fill, Stroke stroke)MarkImplStyleFactoryImpl2. mark(ExternalMark externalMark, Fill fill, Stroke stroke)voidMarkImpl. setExternalMark(ExternalMark external)Constructors in org.geotools.styling with parameters of type ExternalMark Constructor Description MarkImpl(FilterFactory filterFactory, ExternalMark external)
 
-