Uses of Interface
org.opengis.referencing.crs.GeographicCRS
-
Packages that use GeographicCRS Package Description org.opengis.referencing.crs org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencing
package. -
-
Uses of GeographicCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return GeographicCRS Modifier and Type Method Description GeographicCRS
CRSAuthorityFactory. createGeographicCRS(java.lang.String code)
Returns a geographic coordinate reference system from a code.GeographicCRS
CRSFactory. createGeographicCRS(java.util.Map<java.lang.String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)
Creates a geographic coordinate reference system.GeographicCRS
ProjectedCRS. 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 ProjectedCRS
CRSFactory. createProjectedCRS(java.util.Map<java.lang.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 GeographicCRS Modifier and Type Method Description 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 GeographicCRS Modifier and Type Method Description void
CRSValidator. validate(GeographicCRS object)
Validates the given coordinate reference system.
-