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.referencingpackage. -
-
Uses of GeographicCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return GeographicCRS Modifier and Type Method Description GeographicCRSCRSAuthorityFactory. createGeographicCRS(java.lang.String code)Returns a geographic coordinate reference system from a code.GeographicCRSCRSFactory. createGeographicCRS(java.util.Map<java.lang.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(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 voidValidatorContainer. validate(GeographicCRS object)Tests the conformance of the given object.static voidValidators. 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 voidCRSValidator. validate(GeographicCRS object)Validates the given coordinate reference system.
-