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 GeocentricCRSCRSFactory.createGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, CartesianCS cs) Deprecated.default GeodeticCRSCRSFactory.createGeodeticCRS(Map<String, ?> properties, GeodeticDatum datum, DatumEnsemble<GeodeticDatum> datumEnsemble, CartesianCS cs) Creates a geocentric CRS from a Cartesian coordinate system.default ProjectedCRSCRSFactory.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 CartesianCSCSAuthorityFactory.createCartesianCS(String code) Returns a Cartesian coordinate system from a code.default CartesianCSCSFactory.createCartesianCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional Cartesian coordinate system from the given pair of axes.default CartesianCSCSFactory.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 voidValidatorContainer.validate(CartesianCS object) Tests the conformance of the given object.static voidValidators.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 TypeMethodDescriptionvoidCSValidator.validate(CartesianCS object) Validates the given coordinate system.
GeocentricCRStype has been removed since ISO 19111:2007.