| Package | Description |
|---|---|
| mil.nga.crs.projected | |
| mil.nga.crs.util.proj | |
| mil.nga.crs.wkt |
| Modifier and Type | Method and Description |
|---|---|
GeoCoordinateReferenceSystem |
ProjectedCoordinateReferenceSystem.getBase()
Get the base coordinate reference system
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectedCoordinateReferenceSystem.setBase(GeoCoordinateReferenceSystem base)
Set the base coordinate reference system
|
| Modifier and Type | Method and Description |
|---|---|
static ProjParams |
ProjParser.params(GeoCoordinateReferenceSystem geo)
Convert a geodetic or geographic crs into PROJ params
|
static String |
ProjParser.paramsText(GeoCoordinateReferenceSystem geo)
Convert a geodetic or geographic crs into PROJ params text
|
| Modifier and Type | Method and Description |
|---|---|
static GeoCoordinateReferenceSystem |
CRSReader.readGeo(String text)
Read a Geodetic or Geographic Coordinate Reference System from the
well-known text
|
GeoCoordinateReferenceSystem |
CRSReader.readGeoCompat()
Read a Backward Compatible Geodetic or Geographic CRS
|
GeoCoordinateReferenceSystem |
CRSReader.readGeoCompat(CRSType expectedType)
Read a Backward Compatible Geodetic or Geographic CRS
|
static GeoCoordinateReferenceSystem |
CRSReader.readGeoCompat(String text)
Read a Backward Compatible Geodetic or Geographic Coordinate Reference
System from the well-known text
|
static GeoCoordinateReferenceSystem |
CRSReader.readGeodetic(String text)
Read a Geodetic Coordinate Reference System from the well-known text
|
GeoCoordinateReferenceSystem |
CRSReader.readGeodeticCompat()
Read a Backward Compatible Geodetic CRS
|
static GeoCoordinateReferenceSystem |
CRSReader.readGeodeticCompat(String text)
Read a Backward Compatible Geodetic Coordinate Reference System from the
well-known text
|
static GeoCoordinateReferenceSystem |
CRSReader.readGeographic(String text)
Read a Geographic Coordinate Reference System from the well-known text
|
GeoCoordinateReferenceSystem |
CRSReader.readGeographicCompat()
Read a Backward Compatible Geographic CRS
|
static GeoCoordinateReferenceSystem |
CRSReader.readGeographicCompat(String text)
Read a Backward Compatible Geographic Coordinate Reference System from
the well-known text
|
| Modifier and Type | Method and Description |
|---|---|
void |
CRSWriter.writeGeo(GeoCoordinateReferenceSystem crs)
Write a geodetic or geographic CRS to well-known text
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.