|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeocentricCoordinateSystem | |
org.deegree_impl.model.cs | |
org.deegree_impl.model.ct |
Uses of GeocentricCoordinateSystem in org.deegree_impl.model.cs |
Fields in org.deegree_impl.model.cs declared as GeocentricCoordinateSystem | |
static GeocentricCoordinateSystem |
GeocentricCoordinateSystem.DEFAULT
The default geocentric coordinate system. |
Methods in org.deegree_impl.model.cs that return GeocentricCoordinateSystem | |
GeocentricCoordinateSystem |
Adapters.wrap(CS_GeocentricCoordinateSystem cs)
Returns a geocentric coordinate system for an OpenGIS interface. |
Methods in org.deegree_impl.model.cs with parameters of type GeocentricCoordinateSystem | |
CS_GeocentricCoordinateSystem |
Adapters.export(GeocentricCoordinateSystem cs)
Returns an OpenGIS interface for a geocentric coordinate system. |
Uses of GeocentricCoordinateSystem in org.deegree_impl.model.ct |
Methods in org.deegree_impl.model.ct with parameters of type GeocentricCoordinateSystem | |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(GeocentricCoordinateSystem sourceCS,
GeocentricCoordinateSystem targetCS)
Creates a transformation between two geocentric coordinate systems. |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(GeographicCoordinateSystem sourceCS,
GeocentricCoordinateSystem targetCS)
Creates a transformation between a geographic and a geocentric coordinate systems. |
private CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(ProjectedCoordinateSystem sourceCS,
GeocentricCoordinateSystem targetCS)
Creates a transformation between a projected and a geocentric coordinate systems. |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(CompoundCoordinateSystem sourceCS,
GeocentricCoordinateSystem targetCS)
Creates a transformation between a compound and a geocentric coordinate systems. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |