|
||||||||||
| 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:pointgeneric:linegeneric:polygongeneric:textgeneric:rastergeneric:any
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class CodeList |
|---|
CodeList.Filter |
| 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 SemanticTypes. |
| Methods inherited from class CodeList |
|---|
compareTo, equals, identifier, name, names, ordinal, readResolve, toString, valueOf, 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()
SemanticTypes.
public SemanticType[] family()
family in class CodeList<SemanticType>public static SemanticType valueOf(String code)
name().equals(code)
returns true. If no existing instance is found, then a new one is created for
the given name.
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 | |||||||||