Uses of Interface
org.opengis.referencing.cs.CoordinateSystem
Packages that use CoordinateSystem
Package
Description
Reference systems by coordinates.
Coordinate Systems and their axes.
Coordinate operations (relationship between any two CRS).
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of CoordinateSystem in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return CoordinateSystemModifier and TypeMethodDescriptiondefault CoordinateSystem
CompoundCRS.getCoordinateSystem()
Returns a view over all coordinate systems of this compound CRS.CoordinateReferenceSystem.getCoordinateSystem()
Returns the coordinate axes with specified units of measure.GeocentricCRS.getCoordinateSystem()
SingleCRS.getCoordinateSystem()
Returns the coordinate system associated to this CRS.Methods in org.opengis.referencing.crs with parameters of type CoordinateSystemModifier and TypeMethodDescriptiondefault DerivedCRS
CRSFactory.createDerivedCRS
(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived CRS.default EngineeringCRS
CRSFactory.createEngineeringCRS
(Map<String, ?> properties, EngineeringDatum datum, CoordinateSystem cs) Creates a engineering CRS from a datum.default EngineeringCRS
CRSFactory.createEngineeringCRS
(Map<String, ?> properties, EngineeringDatum datum, DatumEnsemble<EngineeringDatum> datumEnsemble, CoordinateSystem cs) Creates a engineering CRS from a datum or datum ensemble. -
Uses of CoordinateSystem in org.opengis.referencing.cs
Subinterfaces of CoordinateSystem in org.opengis.referencing.csModifier and TypeInterfaceDescriptioninterface
A 2- or 3-dimensional coordinate system in Euclidean space with straight axes that are not necessarily orthogonal.interface
A 2- or 3-dimensional coordinate system in Euclidean space with orthogonal straight axes.interface
A 3-dimensional cylindrical coordinate system.interface
A 2- or 3-dimensional coordinate system for use with geodetic CRS.interface
A 1-dimensional coordinate system that consists of the points that lie on the single axis described.interface
A 1-dimensional coordinate system in which a physical property or function is used as the dimension.interface
A 2-dimensional polar coordinate system.interface
A 2- or 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.interface
A 1-dimensional coordinate system containing a single time axis.interface
Deprecated.interface
A 1-dimensional coordinate system used to record the heights or depths of points.Methods in org.opengis.referencing.cs that return CoordinateSystemModifier and TypeMethodDescriptiondefault CoordinateSystem
CSAuthorityFactory.createCoordinateSystem
(String code) Returns an arbitrary coordinate system from a code. -
Uses of CoordinateSystem in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation with parameters of type CoordinateSystemModifier and TypeMethodDescriptionMathTransformFactory.createBaseToDerived
(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS) Creates a parameterized transform from a base CRS to a derived CS. -
Uses of CoordinateSystem in org.opengis.test
Methods in org.opengis.test with parameters of type CoordinateSystemModifier and TypeMethodDescriptionstatic void
Assertions.assertAxisDirectionsEqual
(CoordinateSystem cs, AxisDirection... expected) Asserts that all axes in the given coordinate system are pointing toward the given directions, in the same order.static void
Assertions.assertAxisDirectionsEqual
(CoordinateSystem cs, AxisDirection[] expected, String message) Asserts that all axes in the given coordinate system are pointing toward the given directions, in the same order.final void
ValidatorContainer.validate
(CoordinateSystem object) Tests the conformance of the given object.static void
Validators.validate
(CoordinateSystem object) Tests the conformance of the given object. -
Uses of CoordinateSystem in org.opengis.test.referencing
Methods in org.opengis.test.referencing that return CoordinateSystemModifier and TypeMethodDescriptionPseudoEpsgFactory.createCoordinateSystem
(String code) Returns an arbitrary coordinate system from a code.Methods in org.opengis.test.referencing with parameters of type CoordinateSystemModifier and TypeMethodDescriptionint
CSValidator.dispatch
(CoordinateSystem object) For each interface implemented by the given object, invokes the correspondingvalidate(…)
method defined in this class (if any).protected void
ReferencingTestCase.verifyCoordinateSystem
(CoordinateSystem cs, Class<? extends CoordinateSystem> type, AxisDirection[] directions, javax.measure.Unit<?>... axisUnits) Compares the type, axis units and directions of the given coordinate system against the expected values.Method parameters in org.opengis.test.referencing with type arguments of type CoordinateSystemModifier and TypeMethodDescriptionprotected void
ReferencingTestCase.verifyCoordinateSystem
(CoordinateSystem cs, Class<? extends CoordinateSystem> type, AxisDirection[] directions, javax.measure.Unit<?>... axisUnits) Compares the type, axis units and directions of the given coordinate system against the expected values.
CoordinateSystem
directly.