Uses of Class
mil.nga.crs.CompoundCoordinateReferenceSystem
-
Packages that use CompoundCoordinateReferenceSystem Package Description mil.nga.crs.util.proj mil.nga.crs.wkt -
-
Uses of CompoundCoordinateReferenceSystem in mil.nga.crs.util.proj
Methods in mil.nga.crs.util.proj with parameters of type CompoundCoordinateReferenceSystem Modifier and Type Method Description static ProjParams
ProjParser. params(CompoundCoordinateReferenceSystem compound)
Convert a compound crs into PROJ paramsstatic String
ProjParser. paramsText(CompoundCoordinateReferenceSystem compound)
Convert a compound crs into PROJ params text -
Uses of CompoundCoordinateReferenceSystem in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return CompoundCoordinateReferenceSystem Modifier and Type Method Description CompoundCoordinateReferenceSystem
CRSReader. readCompound()
Read a Compound CRSstatic CompoundCoordinateReferenceSystem
CRSReader. readCompound(String text)
Read a Compound Coordinate Reference System from the well-known textMethods in mil.nga.crs.wkt with parameters of type CompoundCoordinateReferenceSystem Modifier and Type Method Description void
CRSWriter. writeCompound(CompoundCoordinateReferenceSystem crs)
Write a compound CRS to well-known text
-