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.crsMethods in org.opengis.referencing.crs that return CoordinateSystemModifier and TypeMethodDescriptiondefault CoordinateSystemCompoundCRS.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 DerivedCRSCRSFactory.createDerivedCRS(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived CRS.default EngineeringCRSCRSFactory.createEngineeringCRS(Map<String, ?> properties, EngineeringDatum datum, CoordinateSystem cs) Creates a engineering CRS from a datum.default EngineeringCRSCRSFactory.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.csSubinterfaces of CoordinateSystem in org.opengis.referencing.csModifier and TypeInterfaceDescriptioninterfaceA 2- or 3-dimensional coordinate system in Euclidean space with straight axes that are not necessarily orthogonal.interfaceA 2- or 3-dimensional coordinate system in Euclidean space with orthogonal straight axes.interfaceA 3-dimensional cylindrical coordinate system.interfaceA 2- or 3-dimensional coordinate system for use with geodetic CRS.interfaceA 1-dimensional coordinate system that consists of the points that lie on the single axis described.interfaceA 1-dimensional coordinate system in which a physical property or function is used as the dimension.interfaceA 2-dimensional polar coordinate system.interfaceA 2- or 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.interfaceA 1-dimensional coordinate system containing a single time axis.interfaceDeprecated.interfaceA 1-dimensional coordinate system used to record the heights or depths of points.Methods in org.opengis.referencing.cs that return CoordinateSystemModifier and TypeMethodDescriptiondefault CoordinateSystemCSAuthorityFactory.createCoordinateSystem(String code) Returns an arbitrary coordinate system from a code.
- 
Uses of CoordinateSystem in org.opengis.referencing.operationMethods 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.testMethods in org.opengis.test with parameters of type CoordinateSystemModifier and TypeMethodDescriptionstatic voidAssertions.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 voidAssertions.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 voidValidatorContainer.validate(CoordinateSystem object) Tests the conformance of the given object.static voidValidators.validate(CoordinateSystem object) Tests the conformance of the given object.
- 
Uses of CoordinateSystem in org.opengis.test.referencingMethods 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 TypeMethodDescriptionintCSValidator.dispatch(CoordinateSystem object) For each interface implemented by the given object, invokes the correspondingvalidate(…)method defined in this class (if any).protected voidReferencingTestCase.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 voidReferencingTestCase.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.
CoordinateSystemdirectly.