|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CT_CoordinateTransformation | |
| org.deegree_impl.model.ct | |
| org.opengis.ct | |
| Uses of CT_CoordinateTransformation in org.deegree_impl.model.ct |
| Classes in org.deegree_impl.model.ct that implement CT_CoordinateTransformation | |
(package private) class |
CoordinateTransformation.Export
Wrap a CoordinateTransformation for use with OpenGIS.
|
| Methods in org.deegree_impl.model.ct that return CT_CoordinateTransformation | |
CT_CoordinateTransformation |
CoordinateTransformationFactory.Export.createFromCoordinateSystems(CS_CoordinateSystem sourceCS,
CS_CoordinateSystem targetCS)
Creates a transformation between two coordinate systems. |
CT_CoordinateTransformation |
Adapters.export(CoordinateTransformation transform)
Returns an OpenGIS interface for a math transform. |
| Methods in org.deegree_impl.model.ct with parameters of type CT_CoordinateTransformation | |
CoordinateTransformation |
Adapters.wrap(CT_CoordinateTransformation transform)
Returns a coordinate transform for an OpenGIS interface. |
| Uses of CT_CoordinateTransformation in org.opengis.ct |
| Methods in org.opengis.ct that return CT_CoordinateTransformation | |
CT_CoordinateTransformation |
CT_CoordinateTransformationFactory.createFromCoordinateSystems(CS_CoordinateSystem sourceCS,
CS_CoordinateSystem targetCS)
Creates a transformation between two coordinate systems. |
CT_CoordinateTransformation |
CT_CoordinateTransformationAuthorityFactory.createFromTransformationCode(java.lang.String code)
Creates a transformation from a single transformation code. |
CT_CoordinateTransformation |
CT_CoordinateTransformationAuthorityFactory.createFromCoordinateSystemCodes(java.lang.String sourceCode,
java.lang.String targetCode)
Creates a transformation from coordinate system codes. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||