Uses of Interface
org.opengis.referencing.cs.CartesianCS
-
Packages that use CartesianCS 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 CartesianCS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return CartesianCS Modifier and Type Method Description CartesianCS
ProjectedCRS. getCoordinateSystem()
Returns the coordinate system, which must be cartesian.Methods in org.opengis.referencing.crs with parameters of type CartesianCS Modifier and Type Method Description GeocentricCRS
CRSFactory. createGeocentricCRS(java.util.Map<java.lang.String,?> properties, GeodeticDatum datum, CartesianCS cs)
Creates a geocentric coordinate reference system from a cartesian coordinate system.ProjectedCRS
CRSFactory. createProjectedCRS(java.util.Map<java.lang.String,?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS)
Creates a projected coordinate reference system from a defining conversion. -
Uses of CartesianCS in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return CartesianCS Modifier and Type Method Description CartesianCS
CSAuthorityFactory. createCartesianCS(java.lang.String code)
Creates a cartesian coordinate system from a code.CartesianCS
CSFactory. createCartesianCS(java.util.Map<java.lang.String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
Creates a two dimensional cartesian coordinate system from the given pair of axis.CartesianCS
CSFactory. createCartesianCS(java.util.Map<java.lang.String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
Creates a three dimensional cartesian coordinate system from the given set of axis. -
Uses of CartesianCS in org.opengis.test
Methods in org.opengis.test with parameters of type CartesianCS Modifier and Type Method Description 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 with parameters of type CartesianCS Modifier and Type Method Description void
CSValidator. validate(CartesianCS object)
Validates the given coordinate system.
-