Uses of Interface
org.opengis.referencing.crs.GeographicCRS
Packages that use GeographicCRS
Package
Description
Reference systems by coordinates.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of GeographicCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return GeographicCRSModifier and TypeMethodDescriptiondefault GeographicCRS
CRSAuthorityFactory.createGeographicCRS
(String code) Returns a geographic coordinate reference system from a code.default GeographicCRS
CRSFactory.createGeographicCRS
(Map<String, ?> properties, GeodeticDatum datum, EllipsoidalCS cs) Creates a geographic CRS from a reference frame.default GeographicCRS
CRSFactory.createGeographicCRS
(Map<String, ?> properties, GeodeticDatum datum, DatumEnsemble<GeodeticDatum> datumEnsemble, EllipsoidalCS cs) Creates a geographic CRS from a reference frame or datum ensemble.ProjectedCRS.getBaseCRS()
Returns the CRS that is the base for this projected CRS.Methods in org.opengis.referencing.crs with parameters of type GeographicCRSModifier and TypeMethodDescriptiondefault ProjectedCRS
CRSFactory.createProjectedCRS
(Map<String, ?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS) Creates a projected CRS from a defining conversion. -
Uses of GeographicCRS in org.opengis.test.referencing
Methods in org.opengis.test.referencing that return GeographicCRSModifier and TypeMethodDescriptionPseudoEpsgFactory.createGeographicCRS
(String code) Returns a geographic coordinate reference system from a code.