| Package | Description |
|---|---|
| mil.nga.crs.geo | |
| mil.nga.crs.projected | |
| mil.nga.crs.wkt |
| Modifier and Type | Method and Description |
|---|---|
GeoReferenceFrame |
GeoCoordinateReferenceSystem.getReferenceFrame()
Get the reference frame
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeoCoordinateReferenceSystem.setReferenceFrame(GeoReferenceFrame referenceFrame)
Set the reference frame
|
| Constructor and Description |
|---|
GeoCoordinateReferenceSystem(String name,
CRSType type,
Dynamic dynamic,
GeoReferenceFrame referenceFrame,
CoordinateSystem coordinateSystem)
Constructor
|
GeoCoordinateReferenceSystem(String name,
CRSType type,
GeoReferenceFrame referenceFrame,
CoordinateSystem coordinateSystem)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
GeoReferenceFrame |
ProjectedCoordinateReferenceSystem.getReferenceFrame()
Get the reference frame
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectedCoordinateReferenceSystem.setReferenceFrame(GeoReferenceFrame referenceFrame)
Set the reference frame
|
| 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,
GeoReferenceFrame referenceFrame,
MapProjection mapProjection,
CoordinateSystem coordinateSystem)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
GeoReferenceFrame |
CRSReader.readGeoReferenceFrame()
Read a Geo reference frame
|
GeoReferenceFrame |
CRSReader.readGeoReferenceFrame(SimpleCoordinateReferenceSystem crs)
Read a Geo reference frame
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.