| Modifier and Type | Class and Description |
|---|---|
class |
CommonCRS
Common coordinate reference system and coordinate operations object
|
class |
CompoundCoordinateReferenceSystem
Compound Coordinate Reference System
|
class |
CoordinateReferenceSystem
Coordinate Reference System
|
class |
SimpleCoordinateReferenceSystem
Simple Coordinate Reference System with Coordinate System
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoundCoordinateReferenceSystem
Bound Coordinate Reference System
|
| Modifier and Type | Class and Description |
|---|---|
class |
DerivedCoordinateReferenceSystem
Derived Coordinate Reference System
|
| Modifier and Type | Class and Description |
|---|---|
class |
EngineeringCoordinateReferenceSystem
Engineering Coordinate Reference System
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeoCoordinateReferenceSystem
Geodetic and Geographic Coordinate Reference System
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoordinateMetadata
Coordinate metadata
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcatenatedOperation
Concatenated Operation
|
class |
CoordinateOperation
Coordinate Operation
|
class |
Operation
Common Operation
|
class |
PointMotionOperation
Point Motion Operation
|
class |
SimpleOperation
Simple Operation
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParametricCoordinateReferenceSystem
Parametric Coordinate Reference System
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectedCoordinateReferenceSystem
Projected Coordinate Reference System
|
| Modifier and Type | Class and Description |
|---|---|
class |
TemporalCoordinateReferenceSystem
Temporal Coordinate Reference System
|
| Modifier and Type | Method and Description |
|---|---|
static ProjParams |
ProjParser.params(CRS crs)
Convert a CRS object into PROJ params
|
static String |
ProjParser.paramsText(CRS crs)
Convert a CRS object into PROJ params text
|
| Modifier and Type | Class and Description |
|---|---|
class |
VerticalCoordinateReferenceSystem
Vertical Coordinate Reference System
|
| Modifier and Type | Method and Description |
|---|---|
CRS |
CRSReader.read()
Read a CRS object from the well-known text
|
static CRS |
CRSReader.read(String text)
Read a Coordinate Reference System from the well-known text
|
static CRS |
CRSReader.read(String text,
boolean strict)
Read a Coordinate Reference System from the well-known text
|
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
|
| Modifier and Type | Method and Description |
|---|---|
static String |
CRSWriter.write(CRS crs)
Write a coordinate reference system to well-known text
|
void |
CRSWriter.writeCRS(CRS crs)
Write a CRS to well-known text
|
static String |
CRSWriter.writePretty(CRS crs)
Write a coordinate reference system to well-known pretty text, 4 space
indents
|
static String |
CRSWriter.writePretty(CRS crs,
String indent)
Write a coordinate reference system to well-known pretty text
|
static String |
CRSWriter.writePretty(CRS crs,
String newline,
String indent)
Write a coordinate reference system to well-known pretty text
|
static String |
CRSWriter.writePrettyNoIndent(CRS crs)
Write a coordinate reference system to well-known pretty text, no indents
|
static String |
CRSWriter.writePrettyTabIndent(CRS crs)
Write a coordinate reference system to well-known pretty text, tab
indents
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.