Uses of Interface
org.opengis.referencing.cs.CoordinateSystem
-
Packages that use CoordinateSystem Package Description org.opengis.referencing.crs org.opengis.referencing.cs Coordinate systems and their axis.org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).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.referencingpackage. -
-
Uses of CoordinateSystem in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return CoordinateSystem Modifier and Type Method Description CoordinateSystemCoordinateReferenceSystem. getCoordinateSystem()Returns a relevant coordinate system instance.CoordinateSystemGeocentricCRS. getCoordinateSystem()CoordinateSystemSingleCRS. getCoordinateSystem()Returns the coordinate system.Methods in org.opengis.referencing.crs with parameters of type CoordinateSystem Modifier and Type Method Description DerivedCRSCRSFactory. createDerivedCRS(java.util.Map<java.lang.String,?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS)Creates a derived coordinate reference system.EngineeringCRSCRSFactory. createEngineeringCRS(java.util.Map<java.lang.String,?> properties, EngineeringDatum datum, CoordinateSystem cs)Creates a engineering coordinate reference system. -
Uses of CoordinateSystem in org.opengis.referencing.cs
Subinterfaces of CoordinateSystem in org.opengis.referencing.cs Modifier and Type Interface Description interfaceAffineCSA two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.interfaceCartesianCSA 1-, 2-, or 3-dimensional coordinate system.interfaceCylindricalCSA three-dimensional coordinate system consisting of a polar coordinate system extended by a straight coordinate axis perpendicular to the plane spanned by the polar coordinate system.interfaceEllipsoidalCSA two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height.interfaceLinearCSA one-dimensional coordinate system that consists of the points that lie on the single axis described.interfacePolarCSA two-dimensional coordinate system in which position is specified by the distance from the origin and the angle between the line from the origin to a point and a reference direction.interfaceSphericalCSA three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.interfaceTimeCSA one-dimensional coordinate system containing a single time axis, used to describe the temporal position of a point in the specified time units from a specified time origin.interfaceUserDefinedCSA two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type.interfaceVerticalCSA one-dimensional coordinate system used to record the heights (or depths) of points.Methods in org.opengis.referencing.cs that return CoordinateSystem Modifier and Type Method Description CoordinateSystemCSAuthorityFactory. createCoordinateSystem(java.lang.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 CoordinateSystem Modifier and Type Method Description MathTransformMathTransformFactory. 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 CoordinateSystem Modifier and Type Method Description 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.referencing
Methods in org.opengis.test.referencing with parameters of type CoordinateSystem Modifier and Type Method Description voidCSValidator. dispatch(CoordinateSystem object)Dispatches the given object to one ofvalidatemethods.private java.util.Set<AxisDirection>CRSValidator. getAxisDirections(CoordinateSystem cs)Returns the axis directions from the given coordinate system.private voidCSValidator. validateAxes(CoordinateSystem object)Performs the validation that are common to all coordinate systems.
-