| Modifier and Type | Class and Description |
|---|---|
class |
CompoundCoordinateReferenceSystem
Compound 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 | Method and Description |
|---|---|
CoordinateReferenceSystem |
BoundCoordinateReferenceSystem.getSource()
Get the source coordinate reference system
|
CoordinateReferenceSystem |
BoundCoordinateReferenceSystem.getTarget()
Get the target coordinate reference system
|
| Modifier and Type | Method and Description |
|---|---|
void |
BoundCoordinateReferenceSystem.setSource(CoordinateReferenceSystem source)
Set the source coordinate reference system
|
void |
BoundCoordinateReferenceSystem.setTarget(CoordinateReferenceSystem target)
Set the target coordinate reference system
|
| Constructor and Description |
|---|
BoundCoordinateReferenceSystem(CoordinateReferenceSystem source,
CoordinateReferenceSystem target,
AbridgedCoordinateTransformation transformation)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
DerivedCoordinateReferenceSystem
Derived Coordinate Reference System
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateReferenceSystem |
DerivedCoordinateReferenceSystem.getBase()
Get the base coordinate reference system
|
| Modifier and Type | Method and Description |
|---|---|
void |
DerivedCoordinateReferenceSystem.setBase(CoordinateReferenceSystem base)
Set the base coordinate reference system
|
| Constructor and Description |
|---|
DerivedCoordinateReferenceSystem(String name,
CoordinateReferenceSystem base,
DerivingConversion conversion,
CoordinateSystem coordinateSystem)
Constructor
|
| 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 | Method and Description |
|---|---|
CoordinateReferenceSystem |
CoordinateMetadata.getCoordinateReferenceSystem()
Get the coordinate reference system
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoordinateMetadata.setCoordinateReferenceSystem(CoordinateReferenceSystem crs)
Set the coordinate reference system
|
| Constructor and Description |
|---|
CoordinateMetadata(CoordinateReferenceSystem crs)
Constructor
|
CoordinateMetadata(CoordinateReferenceSystem crs,
Double epoch)
Constructor
|
CoordinateMetadata(CoordinateReferenceSystem crs,
String epoch)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateReferenceSystem |
CoordinateOperation.getInterpolation()
Get the interpolation coordinate reference system
|
CoordinateReferenceSystem |
Operation.getSource()
Get the source coordinate reference system
|
CoordinateReferenceSystem |
ConcatenatedOperation.getTarget()
Get the target coordinate reference system
|
CoordinateReferenceSystem |
CoordinateOperation.getTarget()
Get the target coordinate reference system
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoordinateOperation.setInterpolation(CoordinateReferenceSystem interpolation)
Set the interpolation coordinate reference system
|
void |
Operation.setSource(CoordinateReferenceSystem source)
Set the source coordinate reference system
|
void |
ConcatenatedOperation.setTarget(CoordinateReferenceSystem target)
Set the target coordinate reference system
|
void |
CoordinateOperation.setTarget(CoordinateReferenceSystem target)
Set the target coordinate reference system
|
| Constructor and Description |
|---|
ConcatenatedOperation(String name,
CoordinateReferenceSystem source,
CoordinateReferenceSystem target)
Constructor
|
CoordinateOperation(String name,
CoordinateReferenceSystem source,
CoordinateReferenceSystem target,
OperationMethod method)
Constructor
|
Operation(String name,
CRSType type,
CoordinateReferenceSystem source)
Constructor
|
PointMotionOperation(String name,
CoordinateReferenceSystem source,
OperationMethod method)
Constructor
|
SimpleOperation(String name,
CRSType type,
CoordinateReferenceSystem source,
OperationMethod method)
Constructor
|
| 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 | Class and Description |
|---|---|
class |
VerticalCoordinateReferenceSystem
Vertical Coordinate Reference System
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateReferenceSystem |
CRSReader.readCoordinateReferenceSystem()
Read a Coordinate Reference System from the well-known text
|
CoordinateReferenceSystem |
CRSReader.readCoordinateReferenceSystem(CRSKeyword keyword)
Read a coordinate reference system with the keyword
|
static CoordinateReferenceSystem |
CRSReader.readCoordinateReferenceSystem(String text)
Read a Coordinate Reference System from the well-known text
|
static CoordinateReferenceSystem |
CRSReader.readCoordinateReferenceSystem(String text,
boolean strict)
Read a Coordinate Reference System from the well-known text
|
CoordinateReferenceSystem |
CRSReader.readEngineering()
Read an Engineering CRS
|
CoordinateReferenceSystem |
CRSReader.readGeo()
Read a Geodetic or Geographic CRS
|
CoordinateReferenceSystem |
CRSReader.readInterpolation()
Read a interpolation coordinate reference system
|
CoordinateReferenceSystem |
CRSReader.readParametric()
Read a Parametric CRS
|
CoordinateReferenceSystem |
CRSReader.readSource()
Read a source coordinate reference system
|
CoordinateReferenceSystem |
CRSReader.readTarget()
Read a target coordinate reference system
|
CoordinateReferenceSystem |
CRSReader.readTemporal()
Read a Temporal CRS
|
CoordinateReferenceSystem |
CRSReader.readVertical()
Read a Vertical CRS
|
| Modifier and Type | Method and Description |
|---|---|
void |
CRSWriter.writeCoordinateReferenceSystem(CRSKeyword keyword,
CoordinateReferenceSystem crs)
Write a coordinate reference system with the keyword
|
void |
CRSWriter.writeInterpolation(CoordinateReferenceSystem crs)
Write a interpolation coordinate reference system
|
void |
CRSWriter.writeSource(CoordinateReferenceSystem crs)
Write a source coordinate reference system
|
void |
CRSWriter.writeTarget(CoordinateReferenceSystem crs)
Write a target coordinate reference system
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.