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.Geometry
objects at rendering time.org.geotools.styling Allows for symbolization of geospatial data. -
-
Uses of ExternalMark in org.geotools.api.style
Methods in org.geotools.api.style that return ExternalMark Modifier and Type Method Description ExternalMark
StyleFactory. externalMark(Icon inline)
ExternalMark
StyleFactory. externalMark(OnLineResource resource, String format, int markIndex)
ExternalMark
Mark. 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 Mark
StyleFactory. mark(ExternalMark externalMark, Fill fill, Stroke stroke)
void
Mark. setExternalMark(ExternalMark externalMark)
Mark defined by an external resource.Object
TraversingStyleVisitor. visit(ExternalMark externalMark, Object data)
Called when accept is called on a external mark -
Uses of ExternalMark in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return ExternalMark Modifier and Type Method Description ExternalMark
ExternalMarkBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type ExternalMark Modifier and Type Method Description ExternalMarkBuilder
ExternalMarkBuilder. reset(ExternalMark mark)
-
Uses of ExternalMark in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type ExternalMark Modifier and Type Method Description Shape
TTFMarkFactory. getShape(ExternalMark mark)
Returns a shape from an external mark definition -
Uses of ExternalMark in org.geotools.styling
Classes in org.geotools.styling that implement ExternalMark Modifier and Type Class Description class
ExternalMarkImpl
Default implementation of ExternalMark.Methods in org.geotools.styling with parameters of type ExternalMark Modifier and Type Method Description MarkImpl
StyleFactoryImpl. mark(ExternalMark externalMark, Fill fill, Stroke stroke)
MarkImpl
StyleFactoryImpl2. mark(ExternalMark externalMark, Fill fill, Stroke stroke)
void
MarkImpl. setExternalMark(ExternalMark external)
Constructors in org.geotools.styling with parameters of type ExternalMark Constructor Description MarkImpl(FilterFactory filterFactory, ExternalMark external)
-