Uses of Class
mil.nga.crs.geo.GeoCoordinateReferenceSystem
-
Packages that use GeoCoordinateReferenceSystem Package Description mil.nga.crs.projected mil.nga.crs.util.proj mil.nga.crs.wkt -
-
Uses of GeoCoordinateReferenceSystem in mil.nga.crs.projected
Methods in mil.nga.crs.projected that return GeoCoordinateReferenceSystem Modifier and Type Method Description GeoCoordinateReferenceSystem
ProjectedCoordinateReferenceSystem. getBase()
Get the base coordinate reference systemMethods in mil.nga.crs.projected with parameters of type GeoCoordinateReferenceSystem Modifier and Type Method Description void
ProjectedCoordinateReferenceSystem. setBase(GeoCoordinateReferenceSystem base)
Set the base coordinate reference system -
Uses of GeoCoordinateReferenceSystem in mil.nga.crs.util.proj
Methods in mil.nga.crs.util.proj with parameters of type GeoCoordinateReferenceSystem Modifier and Type Method Description static ProjParams
ProjParser. params(GeoCoordinateReferenceSystem geo)
Convert a geodetic or geographic crs into PROJ paramsstatic String
ProjParser. paramsText(GeoCoordinateReferenceSystem geo)
Convert a geodetic or geographic crs into PROJ params text -
Uses of GeoCoordinateReferenceSystem in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return GeoCoordinateReferenceSystem Modifier and Type Method Description static GeoCoordinateReferenceSystem
CRSReader. readGeo(String text)
Read a Geodetic or Geographic Coordinate Reference System from the well-known textGeoCoordinateReferenceSystem
CRSReader. readGeoCompat()
Read a Backward Compatible Geodetic or Geographic CRSstatic GeoCoordinateReferenceSystem
CRSReader. readGeoCompat(String text)
Read a Backward Compatible Geodetic or Geographic Coordinate Reference System from the well-known textGeoCoordinateReferenceSystem
CRSReader. readGeoCompat(CRSType expectedType)
Read a Backward Compatible Geodetic or Geographic CRSstatic GeoCoordinateReferenceSystem
CRSReader. readGeodetic(String text)
Read a Geodetic Coordinate Reference System from the well-known textGeoCoordinateReferenceSystem
CRSReader. readGeodeticCompat()
Read a Backward Compatible Geodetic CRSstatic GeoCoordinateReferenceSystem
CRSReader. readGeodeticCompat(String text)
Read a Backward Compatible Geodetic Coordinate Reference System from the well-known textstatic GeoCoordinateReferenceSystem
CRSReader. readGeographic(String text)
Read a Geographic Coordinate Reference System from the well-known textGeoCoordinateReferenceSystem
CRSReader. readGeographicCompat()
Read a Backward Compatible Geographic CRSstatic GeoCoordinateReferenceSystem
CRSReader. readGeographicCompat(String text)
Read a Backward Compatible Geographic Coordinate Reference System from the well-known textMethods in mil.nga.crs.wkt with parameters of type GeoCoordinateReferenceSystem Modifier and Type Method Description void
CRSWriter. writeGeo(GeoCoordinateReferenceSystem crs)
Write a geodetic or geographic CRS to well-known text
-