|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SemanticType | |
---|---|
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.styling.builder | |
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. |
Uses of SemanticType in org.geotools.styling |
---|
Methods in org.geotools.styling that return types with arguments of type SemanticType | |
---|---|
Set<SemanticType> |
FeatureTypeStyleImpl.semanticTypeIdentifiers()
|
Method parameters in org.geotools.styling with type arguments of type SemanticType | |
---|---|
FeatureTypeStyle |
StyleFactoryImpl.featureTypeStyle(String name,
Description description,
Id definedFor,
Set<Name> featureTypeNames,
Set<SemanticType> types,
List<Rule> rules)
|
FeatureTypeStyleImpl |
StyleFactoryImpl2.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)
|
Uses of SemanticType in org.geotools.styling.builder |
---|
Methods in org.geotools.styling.builder that return types with arguments of type SemanticType | |
---|---|
Set<SemanticType> |
FeatureTypeStyleBuilder.types()
|
Uses of SemanticType in org.opengis.style |
---|
Fields in org.opengis.style declared as SemanticType | |
---|---|
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. |
Methods in org.opengis.style that return SemanticType | |
---|---|
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. |
Methods in org.opengis.style that return types with arguments of type SemanticType | |
---|---|
Set<SemanticType> |
FeatureTypeStyle.semanticTypeIdentifiers()
Returns a collection that identifies the more general "type" of geometry that this style is meant to act upon. |
Method parameters in org.opengis.style with type arguments of type SemanticType | |
---|---|
FeatureTypeStyle |
StyleFactory.featureTypeStyle(String name,
Description description,
Id definedFor,
Set<Name> featureTypeNames,
Set<SemanticType> types,
List<Rule> rules)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |