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