Uses of Interface
org.geotools.api.style.ExternalMark
Packages that use ExternalMark
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
Styling to be applied on
org.geotools.renderer.geom.Geometry
objects at rendering time.Allows for symbolization of geospatial data.
-
Uses of ExternalMark in org.geotools.api.style
Methods in org.geotools.api.style that return ExternalMarkModifier and TypeMethodDescriptionStyleFactory.externalMark
(Icon inline) StyleFactory.externalMark
(OnLineResource resource, String format, int markIndex) Mark.getExternalMark()
The alternative to a WellKnownName is an external mark format.Methods in org.geotools.api.style with parameters of type ExternalMarkModifier and TypeMethodDescriptionStyleFactory.mark
(ExternalMark externalMark, Fill fill, Stroke stroke) void
Mark.setExternalMark
(ExternalMark externalMark) Mark defined by an external resource.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 ExternalMarkMethods in org.geotools.brewer.styling.builder with parameters of type ExternalMark -
Uses of ExternalMark in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type ExternalMarkModifier and TypeMethodDescriptionTTFMarkFactory.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 ExternalMarkMethods in org.geotools.styling with parameters of type ExternalMarkModifier and TypeMethodDescriptionStyleFactoryImpl.mark
(ExternalMark externalMark, Fill fill, Stroke stroke) StyleFactoryImpl2.mark
(ExternalMark externalMark, Fill fill, Stroke stroke) void
MarkImpl.setExternalMark
(ExternalMark external) Constructors in org.geotools.styling with parameters of type ExternalMark