Uses of Interface
org.opengis.referencing.cs.SphericalCS
-
Packages that use SphericalCS Package Description org.opengis.referencing.crs org.opengis.referencing.cs Coordinate systems and their axis.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 SphericalCS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs with parameters of type SphericalCS Modifier and Type Method Description 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 SphericalCS in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return SphericalCS Modifier and Type Method Description SphericalCS
CSAuthorityFactory. createSphericalCS(java.lang.String code)
Creates a spherical coordinate system from a code.SphericalCS
CSFactory. createSphericalCS(java.util.Map<java.lang.String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
Creates a spherical coordinate system from the given set of axis. -
Uses of SphericalCS in org.opengis.test
Methods in org.opengis.test with parameters of type SphericalCS Modifier and Type Method Description void
ValidatorContainer. validate(SphericalCS object)
Tests the conformance of the given object.static void
Validators. validate(SphericalCS object)
Tests the conformance of the given object. -
Uses of SphericalCS in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type SphericalCS Modifier and Type Method Description void
CSValidator. validate(SphericalCS object)
Validates the given coordinate system.
-