Uses of Interface
org.opengis.referencing.cs.EllipsoidalCS
Packages that use EllipsoidalCS
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 EllipsoidalCS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return EllipsoidalCSModifier and TypeMethodDescriptionGeographicCRS.getCoordinateSystem()
Returns the coordinate system, which shall be ellipsoidal.Methods in org.opengis.referencing.crs with parameters of type EllipsoidalCSModifier and TypeMethodDescriptiondefault GeographicCRS
CRSFactory.createGeographicCRS
(Map<String, ?> properties, GeodeticDatum datum, EllipsoidalCS cs) Creates a geographic CRS from a reference frame.default GeographicCRS
CRSFactory.createGeographicCRS
(Map<String, ?> properties, GeodeticDatum datum, DatumEnsemble<GeodeticDatum> datumEnsemble, EllipsoidalCS cs) Creates a geographic CRS from a reference frame or datum ensemble. -
Uses of EllipsoidalCS in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return EllipsoidalCSModifier and TypeMethodDescriptiondefault EllipsoidalCS
CSAuthorityFactory.createEllipsoidalCS
(String code) Returns an ellipsoidal coordinate system from a code.default EllipsoidalCS
CSFactory.createEllipsoidalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates an ellipsoidal coordinate system without ellipsoidal height.default EllipsoidalCS
CSFactory.createEllipsoidalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates an ellipsoidal coordinate system with ellipsoidal height. -
Uses of EllipsoidalCS in org.opengis.test
Methods in org.opengis.test with parameters of type EllipsoidalCSModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(EllipsoidalCS object) Tests the conformance of the given object.static void
Validators.validate
(EllipsoidalCS object) Tests the conformance of the given object. -
Uses of EllipsoidalCS in org.opengis.test.referencing
Methods in org.opengis.test.referencing that return EllipsoidalCSModifier and TypeMethodDescriptionPseudoEpsgFactory.createEllipsoidalCS
(String code) Creates an ellipsoidal coordinate system from a code.Methods in org.opengis.test.referencing with parameters of type EllipsoidalCSModifier and TypeMethodDescriptionvoid
CSValidator.validate
(EllipsoidalCS object) Validates the given coordinate system.