Uses of Interface
org.opengis.referencing.cs.SphericalCS
Packages that use SphericalCS
Package
Description
Reference systems by coordinates.
Coordinate Systems and their axes.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of SphericalCS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs with parameters of type SphericalCSModifier and TypeMethodDescriptiondefault GeocentricCRS
CRSFactory.createGeocentricCRS
(Map<String, ?> properties, GeodeticDatum datum, SphericalCS cs) Deprecated.default GeodeticCRS
CRSFactory.createGeodeticCRS
(Map<String, ?> properties, GeodeticDatum datum, DatumEnsemble<GeodeticDatum> datumEnsemble, SphericalCS cs) Creates a geocentric CRS from a spherical coordinate system. -
Uses of SphericalCS in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return SphericalCSModifier and TypeMethodDescriptiondefault SphericalCS
CSAuthorityFactory.createSphericalCS
(String code) Returns a spherical coordinate system from a code.default SphericalCS
CSFactory.createSphericalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a spherical coordinate system without radius.default SphericalCS
CSFactory.createSphericalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a spherical coordinate system from the given set of axes. -
Uses of SphericalCS in org.opengis.test
Methods in org.opengis.test with parameters of type SphericalCSModifier and TypeMethodDescriptionfinal 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 that return SphericalCSModifier and TypeMethodDescriptionPseudoEpsgFactory.createSphericalCS
(String code) Creates a spherocal coordinate system from a code.Methods in org.opengis.test.referencing with parameters of type SphericalCSModifier and TypeMethodDescriptionvoid
CSValidator.validate
(SphericalCS object) Validates the given coordinate system.
GeocentricCRS
type has been removed since ISO 19111:2007.