|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompoundCoordinateSystem | |
org.geotools.cs | Coordinate Systems implementation. |
org.geotools.ct | Coordinate Transformations implementation. |
Uses of CompoundCoordinateSystem in org.geotools.cs |
Fields in org.geotools.cs declared as CompoundCoordinateSystem | |
static CompoundCoordinateSystem |
CompoundCoordinateSystem.WGS84
Deprecated. A default three-dimensional coordinate system for use with geographic coordinates with heights above the ellipsoid. |
Methods in org.geotools.cs that return CompoundCoordinateSystem | |
CompoundCoordinateSystem |
CoordinateSystemAuthorityFactory.createCompoundCoordinateSystem(java.lang.String code)
Returns a CompoundCoordinateSystem object from a code.
|
CompoundCoordinateSystem |
CoordinateSystemFactory.createCompoundCoordinateSystem(java.lang.CharSequence name,
CoordinateSystem head,
CoordinateSystem tail)
Deprecated. Creates a compound coordinate system. |
CompoundCoordinateSystem |
Adapters.wrap(org.opengis.cs.CS_CompoundCoordinateSystem cs)
Deprecated. Returns a compound coordinate system for an OpenGIS interface. |
Methods in org.geotools.cs with parameters of type CompoundCoordinateSystem | |
org.opengis.cs.CS_CompoundCoordinateSystem |
Adapters.export(CompoundCoordinateSystem cs)
Deprecated. Returns an OpenGIS interface for a compound coordinate system. |
Uses of CompoundCoordinateSystem in org.geotools.ct |
Methods in org.geotools.ct with parameters of type CompoundCoordinateSystem | |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(CompoundCoordinateSystem sourceCS,
CompoundCoordinateSystem targetCS)
Deprecated. Creates a transformation between two compound coordinate systems. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |