|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<GeometryType>
GeometryType
@UML(identifier="MI_GeometryTypeCode", specification=ISO_19115_2) public final class GeometryType
Geometric description of the collection.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class CodeList |
---|
CodeList.Filter |
Field Summary | |
---|---|
static GeometryType |
AREAL
Collection of a geographic area defined by a polygon (coverage). |
static GeometryType |
LINEAR
Extended collection in a single vector. |
static GeometryType |
POINT
Single geographic point of interest. |
static GeometryType |
STRIP
Series of linear collections grouped by way points. |
Method Summary | |
---|---|
GeometryType[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static GeometryType |
valueOf(String code)
Returns the geometry type that matches the given string, or returns a new one if none match it. |
static GeometryType[] |
values()
Returns the list of GeometryType s. |
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 |
---|
@UML(identifier="point", obligation=CONDITIONAL, specification=ISO_19115_2) public static final GeometryType POINT
@UML(identifier="linear", obligation=CONDITIONAL, specification=ISO_19115_2) public static final GeometryType LINEAR
@UML(identifier="areal", obligation=CONDITIONAL, specification=ISO_19115_2) public static final GeometryType AREAL
@UML(identifier="strip", obligation=CONDITIONAL, specification=ISO_19115_2) public static final GeometryType STRIP
Method Detail |
---|
public static GeometryType[] values()
GeometryType
s.
public GeometryType[] family()
family
in class CodeList<GeometryType>
public static GeometryType 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 |