|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectCodeList<GeometricObjectType>
GeometricObjectType
@UML(identifier="MD_GeometricObjectTypeCode",
specification=ISO_19115)
public final class GeometricObjectTypeName of point and vector spatial objects used to locate zero-, one-, and twodimensional spatial locations in the dataset.
| Field Summary | |
|---|---|
static GeometricObjectType |
COMPLEX
Set of geometric primitives such that their boundaries can be represented as a union of other primitives. |
static GeometricObjectType |
COMPLEXES
Deprecated. Renamed as COMPLEX. |
static GeometricObjectType |
COMPOSITE
Connected set of curves, solids or surfaces. |
static GeometricObjectType |
COMPOSITES
Deprecated. Renamed as COMPOSITE. |
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. |
| Method Summary | |
|---|---|
CodeList[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static GeometricObjectType |
valueOf(String code)
Returns the GeometricObjectType that matches the given string, or returns a new one if none match it. |
static GeometricObjectType[] |
values()
Returns the list of GeometricObjectTypes. |
| Methods inherited from class CodeList |
|---|
compareTo, name, ordinal, readResolve, toString |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@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 final GeometricObjectType COMPLEXES
COMPLEX.
public static final GeometricObjectType COMPOSITES
COMPOSITE.
| Method Detail |
|---|
public static GeometricObjectType[] values()
GeometricObjectTypes.
public CodeList[] family()
family in class CodeList<GeometricObjectType>public static GeometricObjectType valueOf(String code)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||