@UML(identifier="MD_GeometricObjectTypeCode", specification=ISO_19115) public final class GeometricObjectType extends CodeList<GeometricObjectType>
CodeList.Filter| Modifier and Type | Field and Description |
|---|---|
static GeometricObjectType |
COMPLEX
Set of geometric primitives such that their boundaries can be represented as a
union of other primitives.
|
static GeometricObjectType |
COMPOSITE
Connected set of curves, solids or surfaces.
|
static GeometricObjectType |
CURVE
Bounded, 1-dimensional geometric primitive, representing the continuous image of a line.
|
static GeometricObjectType |
POINT
Zero-dimensional geometric primitive, representing a position but not having an extent.
|
static GeometricObjectType |
SOLID
Bounded, connected 3-dimensional geometric primitive, representing the
continuous image of a region of space.
|
static GeometricObjectType |
SURFACE
Bounded, connected 2-dimensional geometric, representing the continuous image
of a region of a plane.
|
| Modifier and Type | Method and Description |
|---|---|
GeometricObjectType[] |
family()
Returns the list of enumerations of the same kind than this enum.
|
static GeometricObjectType |
valueOf(String code)
Returns the geometric object type that matches the given string, or returns a
new one if none match it.
|
static GeometricObjectType[] |
values()
Returns the list of
GeometricObjectTypes. |
@UML(identifier="complex", obligation=CONDITIONAL, specification=ISO_19115) public static final GeometricObjectType COMPLEX
@UML(identifier="composite", obligation=CONDITIONAL, specification=ISO_19115) public static final GeometricObjectType COMPOSITE
@UML(identifier="curve", obligation=CONDITIONAL, specification=ISO_19115) public static final GeometricObjectType CURVE
@UML(identifier="point", obligation=CONDITIONAL, specification=ISO_19115) public static final GeometricObjectType POINT
@UML(identifier="solid", obligation=CONDITIONAL, specification=ISO_19115) public static final GeometricObjectType SOLID
@UML(identifier="surface", obligation=CONDITIONAL, specification=ISO_19115) public static final GeometricObjectType SURFACE
public static GeometricObjectType[] values()
GeometricObjectTypes.public GeometricObjectType[] family()
family in class CodeList<GeometricObjectType>public static GeometricObjectType valueOf(String code)
code - The name of the code to fetch or to create.Copyright © 1994–2017 Open Geospatial Consortium. All rights reserved.