Uses of Interface
org.opengis.referencing.crs.GeographicCRS
-
Packages that use GeographicCRS Package Description org.opengis.referencing.crs -
-
Uses of GeographicCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return GeographicCRS Modifier and Type Method Description GeographicCRSCRSAuthorityFactory. createGeographicCRS(String code)Returns a geographic coordinate reference system from a code.GeographicCRSCRSFactory. createGeographicCRS(Map<String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)Creates a geographic coordinate reference system.GeographicCRSProjectedCRS. getBaseCRS()Returns the base coordinate reference system, which must be geographic.Methods in org.opengis.referencing.crs with parameters of type GeographicCRS Modifier and Type Method Description ProjectedCRSCRSFactory. createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS)Creates a projected coordinate reference system from a defining conversion.
-