Uses of Interface
org.opengis.referencing.crs.GeocentricCRS
-
Packages that use GeocentricCRS 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 GeocentricCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return GeocentricCRS Modifier and Type Method Description GeocentricCRS
CRSAuthorityFactory. createGeocentricCRS(java.lang.String code)
Returns a geocentric coordinate reference system from a code.GeocentricCRS
CRSFactory. createGeocentricCRS(java.util.Map<java.lang.String,?> properties, GeodeticDatum datum, CartesianCS cs)
Creates a geocentric coordinate reference system from a cartesian coordinate system.GeocentricCRS
CRSFactory. createGeocentricCRS(java.util.Map<java.lang.String,?> properties, GeodeticDatum datum, SphericalCS cs)
Creates a geocentric coordinate reference system from a spherical coordinate system. -
Uses of GeocentricCRS in org.opengis.test
Methods in org.opengis.test with parameters of type GeocentricCRS Modifier and Type Method Description void
ValidatorContainer. validate(GeocentricCRS object)
Tests the conformance of the given object.static void
Validators. validate(GeocentricCRS object)
Tests the conformance of the given object. -
Uses of GeocentricCRS in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type GeocentricCRS Modifier and Type Method Description void
CRSValidator. validate(GeocentricCRS object)
Validates the given coordinate reference system.
-