Uses of Interface
org.opengis.referencing.crs.GeographicCRS
Packages that use GeographicCRS
Package
Description
Base classes for validators and test suites for all GeoAPI objects.
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 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. -
Uses of GeographicCRS in org.opengis.test
Methods in org.opengis.test with parameters of type GeographicCRSModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(GeographicCRS object) Tests the conformance of the given object.static void
Validators.validate
(GeographicCRS object) Tests the conformance of the given object. -
Uses of GeographicCRS in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type GeographicCRSModifier and TypeMethodDescriptionvoid
CRSValidator.validate
(GeographicCRS object) Validates the given coordinate reference system.