Uses of Interface
org.opengis.referencing.cs.CartesianCS
Packages that use CartesianCS
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 CartesianCS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return CartesianCSModifier and TypeMethodDescriptionProjectedCRS.getCoordinateSystem()
Returns the coordinate system, which shall be Cartesian.Methods in org.opengis.referencing.crs with parameters of type CartesianCSModifier and TypeMethodDescriptiondefault GeocentricCRS
CRSFactory.createGeocentricCRS
(Map<String, ?> properties, GeodeticDatum datum, CartesianCS cs) Deprecated.default GeodeticCRS
CRSFactory.createGeodeticCRS
(Map<String, ?> properties, GeodeticDatum datum, DatumEnsemble<GeodeticDatum> datumEnsemble, CartesianCS cs) Creates a geocentric CRS from a Cartesian coordinate system.default ProjectedCRS
CRSFactory.createProjectedCRS
(Map<String, ?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS) Creates a projected CRS from a defining conversion. -
Uses of CartesianCS in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return CartesianCSModifier and TypeMethodDescriptiondefault CartesianCS
CSAuthorityFactory.createCartesianCS
(String code) Returns a Cartesian coordinate system from a code.default CartesianCS
CSFactory.createCartesianCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional Cartesian coordinate system from the given pair of axes.default CartesianCS
CSFactory.createCartesianCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional Cartesian coordinate system from the given set of axes. -
Uses of CartesianCS in org.opengis.test
Methods in org.opengis.test with parameters of type CartesianCSModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(CartesianCS object) Tests the conformance of the given object.static void
Validators.validate
(CartesianCS object) Tests the conformance of the given object. -
Uses of CartesianCS in org.opengis.test.referencing
Methods in org.opengis.test.referencing that return CartesianCSModifier and TypeMethodDescriptionPseudoEpsgFactory.createCartesianCS
(String code) Creates a Cartesian coordinate system from a code.Methods in org.opengis.test.referencing with parameters of type CartesianCSModifier and TypeMethodDescriptionvoid
CSValidator.validate
(CartesianCS object) Validates the given coordinate system.
GeocentricCRS
type has been removed since ISO 19111:2007.