| Package | Description |
|---|---|
| mil.nga.crs | |
| mil.nga.crs.common | |
| mil.nga.crs.derived | |
| mil.nga.crs.geo | |
| mil.nga.crs.operation | |
| mil.nga.crs.projected | |
| mil.nga.crs.wkt |
| Modifier and Type | Method and Description |
|---|---|
CRSType |
CRS.getType()
Get the type
|
static CRSType |
CRSType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CRSType[] |
CRSType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CRS.setType(CRSType type)
Set the type
|
| Constructor and Description |
|---|
CommonCRS(CRSType type)
Constructor
|
CommonCRS(String name,
CRSType type)
Constructor
|
CompoundCoordinateReferenceSystem(String name,
CRSType type)
Constructor
|
CoordinateReferenceSystem(CRSType type)
Constructor
|
CoordinateReferenceSystem(String name,
CRSType type)
Constructor
|
CRS(CRSType type)
Constructor
|
SimpleCoordinateReferenceSystem(CRSType type)
Constructor
|
SimpleCoordinateReferenceSystem(String name,
CRSType type)
Constructor
|
SimpleCoordinateReferenceSystem(String name,
CRSType type,
CoordinateSystem coordinateSystem)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CRSType |
ReferenceFrame.getType()
Get the type
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceFrame.setType(CRSType type)
Set the type
|
| Constructor and Description |
|---|
ReferenceFrame(CRSType type)
Constructor
|
ReferenceFrame(String name,
CRSType type)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CRSType |
DerivedCoordinateReferenceSystem.getBaseType()
Get the base type
|
| Constructor and Description |
|---|
GeoCoordinateReferenceSystem(CRSType type)
Constructor
|
GeoCoordinateReferenceSystem(String name,
CRSType type,
Dynamic dynamic,
GeoReferenceFrame referenceFrame,
CoordinateSystem coordinateSystem)
Constructor
|
GeoCoordinateReferenceSystem(String name,
CRSType type,
GeoDatumEnsemble datumEnsemble,
CoordinateSystem coordinateSystem)
Constructor
|
GeoCoordinateReferenceSystem(String name,
CRSType type,
GeoReferenceFrame referenceFrame,
CoordinateSystem coordinateSystem)
Constructor
|
GeoReferenceFrame(CRSType type)
Constructor
|
GeoReferenceFrame(String name,
CRSType type,
Ellipsoid ellipsoid)
Constructor
|
| Constructor and Description |
|---|
Operation(CRSType type)
Constructor
|
Operation(String name,
CRSType type,
CoordinateReferenceSystem source)
Constructor
|
SimpleOperation(CRSType type)
Constructor
|
SimpleOperation(String name,
CRSType type,
CoordinateReferenceSystem source,
OperationMethod method)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CRSType |
ProjectedCoordinateReferenceSystem.getBaseType()
Get the base type
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectedCoordinateReferenceSystem.setBaseType(CRSType baseType)
Set the base type
|
| Constructor and Description |
|---|
ProjectedCoordinateReferenceSystem(String name,
String baseName,
CRSType baseType,
Dynamic dynamic,
GeoReferenceFrame referenceFrame,
MapProjection mapProjection,
CoordinateSystem coordinateSystem)
Constructor
|
ProjectedCoordinateReferenceSystem(String name,
String baseName,
CRSType baseType,
GeoDatumEnsemble datumEnsemble,
MapProjection mapProjection,
CoordinateSystem coordinateSystem)
Constructor
|
ProjectedCoordinateReferenceSystem(String name,
String baseName,
CRSType baseType,
GeoReferenceFrame referenceFrame,
MapProjection mapProjection,
CoordinateSystem coordinateSystem)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static CRSType |
WKTUtils.getCoordinateReferenceSystemType(CRSKeyword keyword)
Get the Coordinate Reference System Type
|
| Modifier and Type | Method and Description |
|---|---|
static CRS |
CRSReader.read(String text,
boolean strict,
CRSType... expected)
Read a Coordinate Reference System from the well-known text
|
static CRS |
CRSReader.read(String text,
CRSType... expected)
Read a Coordinate Reference System from the well-known text
|
CoordinateSystem |
CRSReader.readCoordinateSystemCompat(CRSType type,
ReferenceFrame datum)
Read a Backward Compatible Coordinate System
|
GeoCoordinateReferenceSystem |
CRSReader.readGeoCompat(CRSType expectedType)
Read a Backward Compatible Geodetic or Geographic CRS
|
OperationParameter |
CRSReader.readParameter(CRSType type)
Read an Operation parameter
|
List<OperationParameter> |
CRSReader.readParameters(CRSType type)
Read Operation parameters
|
List<OperationParameter> |
CRSReader.readParametersAndFiles(CRSType type)
Read Operation parameters and parameter files
|
ProjectedCoordinateReferenceSystem |
CRSReader.readProjected(CRSType expectedBaseType)
Read a Projected CRS
|
ProjectedCoordinateReferenceSystem |
CRSReader.readProjectedCompat(CRSType expectedBaseType)
Read a Backward Compatible Projected CRS
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.