|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VerticalCoordinateSystem | |
org.geotools.cs | Coordinate Systems implementation. |
org.geotools.ct | Coordinate Transformations implementation. |
org.geotools.resources | A set of helper classes for Geotools implementation; Do not use! |
Uses of VerticalCoordinateSystem in org.geotools.cs |
Fields in org.geotools.cs declared as VerticalCoordinateSystem | |
static VerticalCoordinateSystem |
VerticalCoordinateSystem.ELLIPSOIDAL
Deprecated. Default vertical coordinate system using ellipsoidal datum. |
Methods in org.geotools.cs that return VerticalCoordinateSystem | |
VerticalCoordinateSystem |
CoordinateSystemAuthorityFactory.createVerticalCoordinateSystem(java.lang.String code)
Returns a VerticalCoordinateSystem object from a code.
|
VerticalCoordinateSystem |
CoordinateSystemFactory.createVerticalCoordinateSystem(java.lang.CharSequence name,
VerticalDatum datum)
Deprecated. Creates a vertical coordinate system from a datum. |
VerticalCoordinateSystem |
CoordinateSystemFactory.createVerticalCoordinateSystem(java.lang.CharSequence name,
VerticalDatum datum,
Unit unit,
AxisInfo axis)
Deprecated. Creates a vertical coordinate system from a datum and linear units. |
VerticalCoordinateSystem |
Adapters.wrap(org.opengis.cs.CS_VerticalCoordinateSystem cs)
Deprecated. Returns a vertical coordinate system for an OpenGIS interface. |
Methods in org.geotools.cs with parameters of type VerticalCoordinateSystem | |
org.opengis.cs.CS_VerticalCoordinateSystem |
Adapters.export(VerticalCoordinateSystem cs)
Deprecated. Returns an OpenGIS interface for a vertical coordinate system. |
Uses of VerticalCoordinateSystem in org.geotools.ct |
Methods in org.geotools.ct with parameters of type VerticalCoordinateSystem | |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(VerticalCoordinateSystem sourceCS,
VerticalCoordinateSystem targetCS)
Deprecated. Creates a transformation between two vertical coordinate systems. |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(GeographicCoordinateSystem sourceCS,
VerticalCoordinateSystem sourceVCS,
GeographicCoordinateSystem targetCS,
VerticalCoordinateSystem targetVCS)
Deprecated. Creates a transformation between two geographic coordinate systems. |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(ProjectedCoordinateSystem sourceCS,
VerticalCoordinateSystem sourceVCS,
ProjectedCoordinateSystem targetCS,
VerticalCoordinateSystem targetVCS)
Deprecated. Creates a transformation between two projected coordinate systems. |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(GeographicCoordinateSystem sourceCS,
VerticalCoordinateSystem sourceVCS,
ProjectedCoordinateSystem targetCS,
VerticalCoordinateSystem targetVCS)
Deprecated. Creates a transformation from a geographic to a projected coordinate systems. |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(ProjectedCoordinateSystem sourceCS,
VerticalCoordinateSystem sourceVCS,
GeographicCoordinateSystem targetCS,
VerticalCoordinateSystem targetVCS)
Deprecated. Creates a transformation from a projected to a geographic coordinate systems. |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(GeographicCoordinateSystem sourceCS,
VerticalCoordinateSystem verticalCS,
GeocentricCoordinateSystem targetCS)
Deprecated. Creates a transformation from a geographic to a geocentric coordinate systems. |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(GeocentricCoordinateSystem sourceCS,
GeographicCoordinateSystem targetCS,
VerticalCoordinateSystem verticalCS)
Deprecated. Creates a transformation from a geocentric to a geographic coordinate systems. |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(ProjectedCoordinateSystem sourceCS,
VerticalCoordinateSystem verticalCS,
GeocentricCoordinateSystem targetCS)
Deprecated. Creates a transformation from a projected to a geocentric coordinate systems. |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(GeocentricCoordinateSystem sourceCS,
ProjectedCoordinateSystem targetCS,
VerticalCoordinateSystem verticalCS)
Deprecated. Creates a transformation from a geocentric to a projected coordinate systems. |
Uses of VerticalCoordinateSystem in org.geotools.resources |
Methods in org.geotools.resources that return VerticalCoordinateSystem | |
static VerticalCoordinateSystem |
CTSUtilities.getVerticalCS(CoordinateSystem cs)
Deprecated. Returns the first vertical coordinate system found in a coordinate system, or null if there is none. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |