Uses of Class
mil.nga.crs.CoordinateReferenceSystem
-
-
Uses of CoordinateReferenceSystem in mil.nga.crs
Subclasses of CoordinateReferenceSystem in mil.nga.crs Modifier and Type Class Description class
CompoundCoordinateReferenceSystem
Compound Coordinate Reference Systemclass
SimpleCoordinateReferenceSystem
Simple Coordinate Reference System with Coordinate System -
Uses of CoordinateReferenceSystem in mil.nga.crs.bound
Subclasses of CoordinateReferenceSystem in mil.nga.crs.bound Modifier and Type Class Description class
BoundCoordinateReferenceSystem
Bound Coordinate Reference SystemMethods in mil.nga.crs.bound that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystem
BoundCoordinateReferenceSystem. getSource()
Get the source coordinate reference systemCoordinateReferenceSystem
BoundCoordinateReferenceSystem. getTarget()
Get the target coordinate reference systemMethods in mil.nga.crs.bound with parameters of type CoordinateReferenceSystem Modifier and Type Method Description void
BoundCoordinateReferenceSystem. setSource(CoordinateReferenceSystem source)
Set the source coordinate reference systemvoid
BoundCoordinateReferenceSystem. setTarget(CoordinateReferenceSystem target)
Set the target coordinate reference systemConstructors in mil.nga.crs.bound with parameters of type CoordinateReferenceSystem Constructor Description BoundCoordinateReferenceSystem(CoordinateReferenceSystem source, CoordinateReferenceSystem target, AbridgedCoordinateTransformation transformation)
Constructor -
Uses of CoordinateReferenceSystem in mil.nga.crs.derived
Subclasses of CoordinateReferenceSystem in mil.nga.crs.derived Modifier and Type Class Description class
DerivedCoordinateReferenceSystem
Derived Coordinate Reference SystemMethods in mil.nga.crs.derived that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystem
DerivedCoordinateReferenceSystem. getBase()
Get the base coordinate reference systemMethods in mil.nga.crs.derived with parameters of type CoordinateReferenceSystem Modifier and Type Method Description void
DerivedCoordinateReferenceSystem. setBase(CoordinateReferenceSystem base)
Set the base coordinate reference systemConstructors in mil.nga.crs.derived with parameters of type CoordinateReferenceSystem Constructor Description DerivedCoordinateReferenceSystem(String name, CoordinateReferenceSystem base, DerivingConversion conversion, CoordinateSystem coordinateSystem)
Constructor -
Uses of CoordinateReferenceSystem in mil.nga.crs.engineering
Subclasses of CoordinateReferenceSystem in mil.nga.crs.engineering Modifier and Type Class Description class
EngineeringCoordinateReferenceSystem
Engineering Coordinate Reference System -
Uses of CoordinateReferenceSystem in mil.nga.crs.geo
Subclasses of CoordinateReferenceSystem in mil.nga.crs.geo Modifier and Type Class Description class
GeoCoordinateReferenceSystem
Geodetic and Geographic Coordinate Reference System -
Uses of CoordinateReferenceSystem in mil.nga.crs.metadata
Methods in mil.nga.crs.metadata that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystem
CoordinateMetadata. getCoordinateReferenceSystem()
Get the coordinate reference systemMethods in mil.nga.crs.metadata with parameters of type CoordinateReferenceSystem Modifier and Type Method Description void
CoordinateMetadata. setCoordinateReferenceSystem(CoordinateReferenceSystem crs)
Set the coordinate reference systemConstructors in mil.nga.crs.metadata with parameters of type CoordinateReferenceSystem Constructor Description CoordinateMetadata(CoordinateReferenceSystem crs)
ConstructorCoordinateMetadata(CoordinateReferenceSystem crs, Double epoch)
ConstructorCoordinateMetadata(CoordinateReferenceSystem crs, String epoch)
Constructor -
Uses of CoordinateReferenceSystem in mil.nga.crs.operation
Methods in mil.nga.crs.operation that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystem
CoordinateOperation. getInterpolation()
Get the interpolation coordinate reference systemCoordinateReferenceSystem
Operation. getSource()
Get the source coordinate reference systemCoordinateReferenceSystem
ConcatenatedOperation. getTarget()
Get the target coordinate reference systemCoordinateReferenceSystem
CoordinateOperation. getTarget()
Get the target coordinate reference systemMethods in mil.nga.crs.operation with parameters of type CoordinateReferenceSystem Modifier and Type Method Description void
CoordinateOperation. setInterpolation(CoordinateReferenceSystem interpolation)
Set the interpolation coordinate reference systemvoid
Operation. setSource(CoordinateReferenceSystem source)
Set the source coordinate reference systemvoid
ConcatenatedOperation. setTarget(CoordinateReferenceSystem target)
Set the target coordinate reference systemvoid
CoordinateOperation. setTarget(CoordinateReferenceSystem target)
Set the target coordinate reference systemConstructors in mil.nga.crs.operation with parameters of type CoordinateReferenceSystem Constructor Description ConcatenatedOperation(String name, CoordinateReferenceSystem source, CoordinateReferenceSystem target)
ConstructorCoordinateOperation(String name, CoordinateReferenceSystem source, CoordinateReferenceSystem target, OperationMethod method)
ConstructorOperation(String name, CRSType type, CoordinateReferenceSystem source)
ConstructorPointMotionOperation(String name, CoordinateReferenceSystem source, OperationMethod method)
ConstructorSimpleOperation(String name, CRSType type, CoordinateReferenceSystem source, OperationMethod method)
Constructor -
Uses of CoordinateReferenceSystem in mil.nga.crs.parametric
Subclasses of CoordinateReferenceSystem in mil.nga.crs.parametric Modifier and Type Class Description class
ParametricCoordinateReferenceSystem
Parametric Coordinate Reference System -
Uses of CoordinateReferenceSystem in mil.nga.crs.projected
Subclasses of CoordinateReferenceSystem in mil.nga.crs.projected Modifier and Type Class Description class
ProjectedCoordinateReferenceSystem
Projected Coordinate Reference System -
Uses of CoordinateReferenceSystem in mil.nga.crs.temporal
Subclasses of CoordinateReferenceSystem in mil.nga.crs.temporal Modifier and Type Class Description class
TemporalCoordinateReferenceSystem
Temporal Coordinate Reference System -
Uses of CoordinateReferenceSystem in mil.nga.crs.vertical
Subclasses of CoordinateReferenceSystem in mil.nga.crs.vertical Modifier and Type Class Description class
VerticalCoordinateReferenceSystem
Vertical Coordinate Reference System -
Uses of CoordinateReferenceSystem in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystem
CRSReader. readCoordinateReferenceSystem()
Read a Coordinate Reference System from the well-known textstatic CoordinateReferenceSystem
CRSReader. readCoordinateReferenceSystem(String text)
Read a Coordinate Reference System from the well-known textstatic CoordinateReferenceSystem
CRSReader. readCoordinateReferenceSystem(String text, boolean strict)
Read a Coordinate Reference System from the well-known textCoordinateReferenceSystem
CRSReader. readCoordinateReferenceSystem(CRSKeyword keyword)
Read a coordinate reference system with the keywordCoordinateReferenceSystem
CRSReader. readEngineering()
Read an Engineering CRSCoordinateReferenceSystem
CRSReader. readGeo()
Read a Geodetic or Geographic CRSCoordinateReferenceSystem
CRSReader. readInterpolation()
Read a interpolation coordinate reference systemCoordinateReferenceSystem
CRSReader. readParametric()
Read a Parametric CRSCoordinateReferenceSystem
CRSReader. readSource()
Read a source coordinate reference systemCoordinateReferenceSystem
CRSReader. readTarget()
Read a target coordinate reference systemCoordinateReferenceSystem
CRSReader. readTemporal()
Read a Temporal CRSCoordinateReferenceSystem
CRSReader. readVertical()
Read a Vertical CRSMethods in mil.nga.crs.wkt with parameters of type CoordinateReferenceSystem Modifier and Type Method Description void
CRSWriter. writeCoordinateReferenceSystem(CRSKeyword keyword, CoordinateReferenceSystem crs)
Write a coordinate reference system with the keywordvoid
CRSWriter. writeInterpolation(CoordinateReferenceSystem crs)
Write a interpolation coordinate reference systemvoid
CRSWriter. writeSource(CoordinateReferenceSystem crs)
Write a source coordinate reference systemvoid
CRSWriter. writeTarget(CoordinateReferenceSystem crs)
Write a target coordinate reference system
-