| Package | Description |
|---|---|
| mil.nga.crs.common | |
| mil.nga.crs.wkt |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystemType |
CoordinateSystem.getType()
Get the type
|
static CoordinateSystemType |
CoordinateSystemType.getType(String name)
Get the type from the name
|
static CoordinateSystemType |
CoordinateSystemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoordinateSystemType[] |
CoordinateSystemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoordinateSystem.setType(CoordinateSystemType type)
Set the type
|
| Constructor and Description |
|---|
CoordinateSystem(CoordinateSystemType type,
int dimension,
Axis axis)
Constructor
|
CoordinateSystem(CoordinateSystemType type,
int dimension,
List<Axis> axes)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
WKTUtils.isOrdinalDateTime(CoordinateSystemType type)
Is the Coordinate System Type an ordinal or temporal date time type
|
static boolean |
WKTUtils.isSpatial(CoordinateSystemType type)
Is the Coordinate System Type a spatial type
|
static boolean |
WKTUtils.isTemporalCountMeasure(CoordinateSystemType type)
Is the Coordinate System Type a temporal count or measure type
|
List<Axis> |
CRSReader.readAxes(CoordinateSystemType type)
Read Axes
|
Axis |
CRSReader.readAxis(CoordinateSystemType type)
Read an Axis
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.