|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoordinateTransformation | |
org.geotools.ct | Coordinate Transformations implementation. |
org.geotools.renderer.geom | Shape implementations used for the
rendering of geographic features. |
Uses of CoordinateTransformation in org.geotools.ct |
Methods in org.geotools.ct that return CoordinateTransformation | |
CoordinateTransformation |
CoordinateTransformationFactory.createFromCoordinateSystems(CoordinateSystem sourceCS,
CoordinateSystem targetCS)
Deprecated. Creates a transformation between two coordinate systems. |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(TemporalCoordinateSystem sourceCS,
TemporalCoordinateSystem targetCS)
Deprecated. Creates a transformation between two temporal coordinate systems. |
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(GeocentricCoordinateSystem sourceCS,
GeocentricCoordinateSystem targetCS)
Deprecated. Creates a transformation between two geocentric 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. |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(CompoundCoordinateSystem sourceCS,
CompoundCoordinateSystem targetCS)
Deprecated. Creates a transformation between two compound coordinate systems. |
CoordinateTransformation |
CoordinateTransformation.inverse()
Deprecated. Returns the inverse transform of this object. |
CoordinateTransformation |
Adapters.wrap(org.opengis.ct.CT_CoordinateTransformation transform)
Deprecated. Returns a coordinate transform for an OpenGIS interface. |
Methods in org.geotools.ct with parameters of type CoordinateTransformation | |
org.opengis.ct.CT_CoordinateTransformation |
Adapters.export(CoordinateTransformation transform)
Deprecated. Returns an OpenGIS interface for a math transform. |
Uses of CoordinateTransformation in org.geotools.renderer.geom |
Constructors in org.geotools.renderer.geom with parameters of type CoordinateTransformation | |
Point(com.vividsolutions.jts.geom.Coordinate coord,
CoordinateTransformation ct)
Creates a new instance of Point |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |