|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<SemanticType>
SemanticType
@XmlElement(value="SemanticTypeIdentifier") public final class SemanticType
Identifies the more general "type" of geometry that this style is meant to act upon. In the current OGC SE specifications, this is an experimental element and can take only one of the following values:
generic:point
generic:line
generic:polygon
generic:text
generic:raster
generic:any
Field Summary | |
---|---|
static SemanticType |
ANY
Semantic identifies any geometry. |
static SemanticType |
LINE
Semantic identifies a line geometry. |
static SemanticType |
POINT
Semantic identifies a point geometry. |
static SemanticType |
POLYGON
Semantic identifies a polygon geometry. |
static SemanticType |
RASTER
Semantic identifies a raster geometry. |
static SemanticType |
TEXT
Semantic identifies a text geometry. |
Method Summary | |
---|---|
SemanticType[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static SemanticType |
valueOf(String code)
Returns the semantic type that matches the given string, or returns a new one if none match it. |
static SemanticType[] |
values()
Returns the list of SemanticType s. |
Methods inherited from class CodeList |
---|
compareTo, equals, identifier, matches, name, ordinal, readResolve, toString, valueOf |
Methods inherited from class Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
@XmlElement(value="generic:point") public static final SemanticType POINT
@XmlElement(value="generic:line") public static final SemanticType LINE
@XmlElement(value="generic:polygon") public static final SemanticType POLYGON
@XmlElement(value="generic:text") public static final SemanticType TEXT
@XmlElement(value="generic:raster") public static final SemanticType RASTER
@XmlElement(value="generic:any") public static final SemanticType ANY
Method Detail |
---|
public static SemanticType[] values()
SemanticType
s.
public SemanticType[] family()
family
in class CodeList<SemanticType>
public static SemanticType valueOf(String code)
code
- The name of the code to fetch or to create.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |