Package | Description |
---|---|
org.geotools.brewer.styling.builder | |
org.geotools.mbstyle.layer | |
org.geotools.mbstyle.parse |
JSON Parsing support for MapBox Style support.
|
org.geotools.styling |
Allows for symbolization of geospatial data.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Set<SemanticType> |
FeatureTypeStyleBuilder.types() |
Modifier and Type | Method and Description |
---|---|
protected SemanticType |
RasterMBLayer.defaultSemanticType() |
protected SemanticType |
FillMBLayer.defaultSemanticType() |
protected SemanticType |
FillExtrusionMBLayer.defaultSemanticType() |
protected SemanticType |
SymbolMBLayer.defaultSemanticType() |
protected SemanticType |
BackgroundMBLayer.defaultSemanticType() |
protected SemanticType |
LineMBLayer.defaultSemanticType() |
protected SemanticType |
CircleMBLayer.defaultSemanticType() |
Modifier and Type | Field and Description |
---|---|
protected SemanticType |
MBFilter.semanticType
Default semanticType (or null for "geometry").
|
Modifier and Type | Method and Description |
---|---|
Set<SemanticType> |
MBFilter.semanticTypeIdentifiers()
Translate "$type": the feature type we need This key may be used with the "==", "!
|
Constructor and Description |
---|
MBFilter(JSONArray json,
MBObjectParser parse,
SemanticType semanticType) |
Modifier and Type | Method and Description |
---|---|
Set<SemanticType> |
FeatureTypeStyleImpl.semanticTypeIdentifiers() |
Modifier and Type | Method and Description |
---|---|
FeatureTypeStyle |
StyleFactoryImpl.featureTypeStyle(String name,
Description description,
Id definedFor,
Set<Name> featureTypeNames,
Set<SemanticType> types,
List<Rule> rules) |
FeatureTypeStyle |
StyleFactory.featureTypeStyle(String name,
Description description,
Id definedFor,
Set<Name> featureTypeNames,
Set<SemanticType> types,
List<Rule> rules)
Direct FeatureTypeStyle creation (with no default SLD values applied).
|
FeatureTypeStyleImpl |
StyleFactoryImpl2.featureTypeStyle(String name,
Description description,
Id definedFor,
Set<Name> featureTypeNames,
Set<SemanticType> types,
List<Rule> rules) |
Modifier and Type | Field and Description |
---|---|
static SemanticType |
SemanticType.ANY
Semantic identifies any geometry.
|
static SemanticType |
SemanticType.LINE
Semantic identifies a line geometry.
|
static SemanticType |
SemanticType.POINT
Semantic identifies a point geometry.
|
static SemanticType |
SemanticType.POLYGON
Semantic identifies a polygon geometry.
|
static SemanticType |
SemanticType.RASTER
Semantic identifies a raster geometry.
|
static SemanticType |
SemanticType.TEXT
Semantic identifies a text geometry.
|
Modifier and Type | Method and Description |
---|---|
SemanticType[] |
SemanticType.family()
Returns the list of enumerations of the same kind than this enum.
|
static SemanticType |
SemanticType.valueOf(String code)
Returns the semantic type that matches the given string, or returns a new one if none match
it.
|
static SemanticType[] |
SemanticType.values()
Returns the list of
SemanticType s. |
Modifier and Type | Method and Description |
---|---|
Set<SemanticType> |
FeatureTypeStyle.semanticTypeIdentifiers()
Returns a collection that identifies the more general "type" of geometry that this style is
meant to act upon.
|
Modifier and Type | Method and Description |
---|---|
FeatureTypeStyle |
StyleFactory.featureTypeStyle(String name,
Description description,
Id definedFor,
Set<Name> featureTypeNames,
Set<SemanticType> types,
List<Rule> rules) |
Copyright © 1996–2023 Geotools. All rights reserved.