| Package | Description |
|---|---|
| mil.nga.crs.geo | |
| mil.nga.crs.projected | |
| mil.nga.crs.vertical | |
| mil.nga.crs.wkt |
| Modifier and Type | Method and Description |
|---|---|
Dynamic |
GeoCoordinateReferenceSystem.getDynamic()
Get the dynamic coordinate reference system
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeoCoordinateReferenceSystem.setDynamic(Dynamic dynamic)
Set the dynamic coordinate reference system
|
| Constructor and Description |
|---|
GeoCoordinateReferenceSystem(String name,
CRSType type,
Dynamic dynamic,
GeoReferenceFrame referenceFrame,
CoordinateSystem coordinateSystem)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Dynamic |
ProjectedCoordinateReferenceSystem.getDynamic()
Get the dynamic coordinate reference system
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectedCoordinateReferenceSystem.setDynamic(Dynamic dynamic)
Set the dynamic coordinate reference system
|
| Constructor and Description |
|---|
ProjectedCoordinateReferenceSystem(String name,
String baseName,
CRSType baseType,
Dynamic dynamic,
GeoReferenceFrame referenceFrame,
MapProjection mapProjection,
CoordinateSystem coordinateSystem)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Dynamic |
VerticalCoordinateReferenceSystem.getDynamic()
Get the dynamic coordinate reference system
|
| Modifier and Type | Method and Description |
|---|---|
void |
VerticalCoordinateReferenceSystem.setDynamic(Dynamic dynamic)
Set the dynamic coordinate reference system
|
| Constructor and Description |
|---|
VerticalCoordinateReferenceSystem(String name,
Dynamic dynamic,
VerticalReferenceFrame referenceFrame,
CoordinateSystem coordinateSystem)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Dynamic |
CRSReader.readDynamic()
Read a Dynamic coordinate reference system
|
| Modifier and Type | Method and Description |
|---|---|
void |
CRSWriter.write(Dynamic dynamic)
Write a dynamic to well-known text
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.