Uses of Class
mil.nga.crs.SimpleCoordinateReferenceSystem
-
-
Uses of SimpleCoordinateReferenceSystem in mil.nga.crs
Methods in mil.nga.crs that return SimpleCoordinateReferenceSystem Modifier and Type Method Description SimpleCoordinateReferenceSystem
CompoundCoordinateReferenceSystem. getCoordinateReferenceSystem(int index)
Get the coordinate reference system at the indexMethods in mil.nga.crs that return types with arguments of type SimpleCoordinateReferenceSystem Modifier and Type Method Description List<SimpleCoordinateReferenceSystem>
CompoundCoordinateReferenceSystem. getCoordinateReferenceSystems()
Get the coordinate reference systemsMethods in mil.nga.crs with parameters of type SimpleCoordinateReferenceSystem Modifier and Type Method Description void
CompoundCoordinateReferenceSystem. addCoordinateReferenceSystem(SimpleCoordinateReferenceSystem crs)
Add the coordinate reference systemMethod parameters in mil.nga.crs with type arguments of type SimpleCoordinateReferenceSystem Modifier and Type Method Description void
CompoundCoordinateReferenceSystem. addCoordinateReferenceSystems(List<SimpleCoordinateReferenceSystem> crss)
Add the coordinate reference systemsvoid
CompoundCoordinateReferenceSystem. setCoordinateReferenceSystems(List<SimpleCoordinateReferenceSystem> coordinateReferenceSystems)
Set the coordinate reference systems -
Uses of SimpleCoordinateReferenceSystem in mil.nga.crs.derived
Subclasses of SimpleCoordinateReferenceSystem in mil.nga.crs.derived Modifier and Type Class Description class
DerivedCoordinateReferenceSystem
Derived Coordinate Reference System -
Uses of SimpleCoordinateReferenceSystem in mil.nga.crs.engineering
Subclasses of SimpleCoordinateReferenceSystem in mil.nga.crs.engineering Modifier and Type Class Description class
EngineeringCoordinateReferenceSystem
Engineering Coordinate Reference System -
Uses of SimpleCoordinateReferenceSystem in mil.nga.crs.geo
Subclasses of SimpleCoordinateReferenceSystem in mil.nga.crs.geo Modifier and Type Class Description class
GeoCoordinateReferenceSystem
Geodetic and Geographic Coordinate Reference System -
Uses of SimpleCoordinateReferenceSystem in mil.nga.crs.parametric
Subclasses of SimpleCoordinateReferenceSystem in mil.nga.crs.parametric Modifier and Type Class Description class
ParametricCoordinateReferenceSystem
Parametric Coordinate Reference System -
Uses of SimpleCoordinateReferenceSystem in mil.nga.crs.projected
Subclasses of SimpleCoordinateReferenceSystem in mil.nga.crs.projected Modifier and Type Class Description class
ProjectedCoordinateReferenceSystem
Projected Coordinate Reference System -
Uses of SimpleCoordinateReferenceSystem in mil.nga.crs.temporal
Subclasses of SimpleCoordinateReferenceSystem in mil.nga.crs.temporal Modifier and Type Class Description class
TemporalCoordinateReferenceSystem
Temporal Coordinate Reference System -
Uses of SimpleCoordinateReferenceSystem in mil.nga.crs.vertical
Subclasses of SimpleCoordinateReferenceSystem in mil.nga.crs.vertical Modifier and Type Class Description class
VerticalCoordinateReferenceSystem
Vertical Coordinate Reference System -
Uses of SimpleCoordinateReferenceSystem in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return SimpleCoordinateReferenceSystem Modifier and Type Method Description SimpleCoordinateReferenceSystem
CRSReader. readSimpleCoordinateReferenceSystem()
Read a Simple Coordinate Reference System from the well-known textstatic SimpleCoordinateReferenceSystem
CRSReader. readSimpleCoordinateReferenceSystem(String text)
Read a Simple Coordinate Reference System from the well-known textstatic SimpleCoordinateReferenceSystem
CRSReader. readSimpleCoordinateReferenceSystem(String text, boolean strict)
Read a Simple Coordinate Reference System from the well-known text
-