Uses of Class
mil.nga.crs.util.proj.ProjParams
-
Packages that use ProjParams Package Description mil.nga.crs.util.proj -
-
Uses of ProjParams in mil.nga.crs.util.proj
Methods in mil.nga.crs.util.proj that return ProjParams Modifier and Type Method Description static ProjParams
ProjParser. params(String wkt)
Parse crs well-known text into PROJ paramsstatic ProjParams
ProjParser. params(CompoundCoordinateReferenceSystem compound)
Convert a compound crs into PROJ paramsstatic ProjParams
ProjParser. params(CRS crs)
Convert a CRS object into PROJ paramsstatic ProjParams
ProjParser. params(GeoCoordinateReferenceSystem geo)
Convert a geodetic or geographic crs into PROJ paramsstatic ProjParams
ProjParser. params(ProjectedCoordinateReferenceSystem projected)
Convert a projected crs into PROJ params
-