Uses of Class
org.opengis.style.SemanticType

Packages that use SemanticType
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.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 SemanticTypes.
 

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)
           
 



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.