@Profile(level=CORE) @UML(identifier="MD_SpatialRepresentationTypeCode", specification=ISO_19115) public final class SpatialRepresentationType extends CodeList<SpatialRepresentationType>
Modifier and Type | Field and Description |
---|---|
static SpatialRepresentationType |
GRID
Grid data is used to represent geographic data.
|
static SpatialRepresentationType |
STEREO_MODEL
Three-dimensional view formed by the intersecting homologous rays of an overlapping pair of
images.
|
static SpatialRepresentationType |
TEXT_TABLE
Textual or tabular data is used to represent geographic data.
|
static SpatialRepresentationType |
TIN
Triangulated irregular network.
|
static SpatialRepresentationType |
VECTOR
Vector data is used to represent geographic data.
|
static SpatialRepresentationType |
VIDEO
Scene from a video recording.
|
Modifier and Type | Method and Description |
---|---|
SpatialRepresentationType[] |
family()
Returns the list of enumerations of the same kind than this enum.
|
static SpatialRepresentationType |
valueOf(String code)
Returns the spatial representation type that matches the given string, or returns a new one
if none match it.
|
static SpatialRepresentationType[] |
values()
Returns the list of
SpatialRepresentationType s. |
@UML(identifier="vector", obligation=CONDITIONAL, specification=ISO_19115) public static final SpatialRepresentationType VECTOR
@UML(identifier="grid", obligation=CONDITIONAL, specification=ISO_19115) public static final SpatialRepresentationType GRID
@UML(identifier="textTable", obligation=CONDITIONAL, specification=ISO_19115) public static final SpatialRepresentationType TEXT_TABLE
@UML(identifier="tin", obligation=CONDITIONAL, specification=ISO_19115) public static final SpatialRepresentationType TIN
@UML(identifier="stereoModel", obligation=CONDITIONAL, specification=ISO_19115) public static final SpatialRepresentationType STEREO_MODEL
@UML(identifier="video", obligation=CONDITIONAL, specification=ISO_19115) public static final SpatialRepresentationType VIDEO
public static SpatialRepresentationType[] values()
SpatialRepresentationType
s.public SpatialRepresentationType[] family()
family
in class CodeList<SpatialRepresentationType>
public static SpatialRepresentationType valueOf(String code)
code
- The name of the code to fetch or to create.Copyright © 1996–2023 Geotools. All rights reserved.