@UML(identifier="MI_GeometryTypeCode", specification=ISO_19115_2) public final class GeometryType extends CodeList<GeometryType>
CodeList.Filter| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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
GeometryTypes. |
@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
public static GeometryType[] values()
GeometryTypes.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.Copyright © 1994–2017 Open Geospatial Consortium. All rights reserved.