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 ProjParamsProjParser. params(CompoundCoordinateReferenceSystem compound)Convert a compound crs into PROJ paramsstatic StringProjParser. 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 CompoundCoordinateReferenceSystemCRSReader. readCompound()Read a Compound CRSstatic CompoundCoordinateReferenceSystemCRSReader. 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 voidCRSWriter. writeCompound(CompoundCoordinateReferenceSystem crs)Write a compound CRS to well-known text
-