Uses of Class
org.geotools.api.style.SemanticType
Packages that use SemanticType
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
JSON Parsing support for MapBox Style support.
Allows for symbolization of geospatial data.
-
Uses of SemanticType in org.geotools.api.style
Fields in org.geotools.api.style declared as SemanticTypeModifier and TypeFieldDescriptionstatic final SemanticTypeSemanticType.ANYSemantic identifies any geometry.static final SemanticTypeSemanticType.LINESemantic identifies a line geometry.static final SemanticTypeSemanticType.POINTSemantic identifies a point geometry.static final SemanticTypeSemanticType.POLYGONSemantic identifies a polygon geometry.static final SemanticTypeSemanticType.RASTERSemantic identifies a raster geometry.static final SemanticTypeSemanticType.TEXTSemantic identifies a text geometry.Methods in org.geotools.api.style that return SemanticTypeModifier and TypeMethodDescriptionSemanticType.family()Returns the list of enumerations of the same kind than this enum.static SemanticTypeReturns the semantic type that matches the given string, or returns a new one if none match it.static SemanticType[]SemanticType.values()Returns the list ofSemanticTypes.Methods in org.geotools.api.style that return types with arguments of type SemanticTypeModifier and TypeMethodDescriptionFeatureTypeStyle.semanticTypeIdentifiers()Returns a collection that identifies the more general "type" of geometry that this style is meant to act upon. -
Uses of SemanticType in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return types with arguments of type SemanticType -
Uses of SemanticType in org.geotools.mbstyle.layer
Methods in org.geotools.mbstyle.layer that return SemanticTypeModifier and TypeMethodDescriptionprotected SemanticTypeBackgroundMBLayer.defaultSemanticType()protected SemanticTypeCircleMBLayer.defaultSemanticType()protected SemanticTypeFillExtrusionMBLayer.defaultSemanticType()protected SemanticTypeFillMBLayer.defaultSemanticType()protected SemanticTypeLineMBLayer.defaultSemanticType()protected SemanticTypeRasterMBLayer.defaultSemanticType()protected SemanticTypeSymbolMBLayer.defaultSemanticType() -
Uses of SemanticType in org.geotools.mbstyle.parse
Fields in org.geotools.mbstyle.parse declared as SemanticTypeModifier and TypeFieldDescriptionprotected final SemanticTypeMBFilter.semanticTypeDefault semanticType (or null for "geometry").Methods in org.geotools.mbstyle.parse that return types with arguments of type SemanticTypeModifier and TypeMethodDescriptionMBFilter.semanticTypeIdentifiers()Translate "$type": the feature type we need This key may be used with the "==", "!Constructors in org.geotools.mbstyle.parse with parameters of type SemanticTypeModifierConstructorDescriptionMBFilter(JSONArray json, MBObjectParser parse, SemanticType semanticType) -
Uses of SemanticType in org.geotools.styling
Methods in org.geotools.styling that return types with arguments of type SemanticType