Uses of Interface
org.opengis.ct.CT_MathTransform

Packages that use CT_MathTransform
org.deegree_impl.model.ct   
org.deegree_impl.model.gc   
org.deegree_impl.services.wcts.protocol   
org.deegree.services.wcts.protocol   
org.opengis.ct   
org.opengis.gc   
 

Uses of CT_MathTransform in org.deegree_impl.model.ct
 

Classes in org.deegree_impl.model.ct that implement CT_MathTransform
(package private)  class MathTransformExport
          Wrap a MathTransform for use with OpenGIS.
 

Fields in org.deegree_impl.model.ct declared as CT_MathTransform
protected  CT_MathTransform MathTransformAdapter.transform
          The OpenGIS math transform.
 

Methods in org.deegree_impl.model.ct that return CT_MathTransform
 CT_MathTransform MathTransformFactory.Export.createAffineTransform(PT_Matrix matrix)
          Creates an affine transform from a matrix.
 CT_MathTransform MathTransformFactory.Export.createConcatenatedTransform(CT_MathTransform transform1, CT_MathTransform transform2)
          Creates a transform by concatenating two existing transforms.
 CT_MathTransform MathTransformFactory.Export.createPassThroughTransform(int firstAffectedOrdinate, CT_MathTransform subTransform)
          Creates a transform which passes through a subset of ordinates to another transform.
 CT_MathTransform MathTransformFactory.Export.createParameterizedTransform(java.lang.String classification, CT_Parameter[] parameters)
          Creates a transform from a classification name and parameters.
 CT_MathTransform MathTransformFactory.Export.createFromWKT(java.lang.String wellKnownText)
          Creates a math transform from a Well-Known Text string.
 CT_MathTransform MathTransformFactory.Export.createFromXML(java.lang.String xml)
          Creates a math transform from XML.
 CT_MathTransform MathTransformExport.inverse()
          Creates the inverse transform of this object.
 CT_MathTransform CoordinateTransformation.Export.getMathTransform()
          Gets math transform.
 CT_MathTransform Adapters.export(MathTransform transform)
          Returns an OpenGIS interface for a math transform.
 

Methods in org.deegree_impl.model.ct with parameters of type CT_MathTransform
 CT_MathTransform MathTransformFactory.Export.createConcatenatedTransform(CT_MathTransform transform1, CT_MathTransform transform2)
          Creates a transform by concatenating two existing transforms.
 CT_MathTransform MathTransformFactory.Export.createPassThroughTransform(int firstAffectedOrdinate, CT_MathTransform subTransform)
          Creates a transform which passes through a subset of ordinates to another transform.
 MathTransform Adapters.wrap(CT_MathTransform transform)
          Returns a math transform for an OpenGIS interface.
 

Constructors in org.deegree_impl.model.ct with parameters of type CT_MathTransform
MathTransformAdapter2D(CT_MathTransform transform)
          Construct an adapter.
MathTransformAdapter(CT_MathTransform transform)
          Construct an adapter.
 

Uses of CT_MathTransform in org.deegree_impl.model.gc
 

Fields in org.deegree_impl.model.gc declared as CT_MathTransform
private  CT_MathTransform GC_GridGeometry_Impl.mathTransform
           
 

Methods in org.deegree_impl.model.gc that return CT_MathTransform
 CT_MathTransform GC_GridGeometry_Impl.getGridToCoordinateSystem()
          The math transform allows for the transformations from grid coordinates to real world earth coordinates.
 

Methods in org.deegree_impl.model.gc with parameters of type CT_MathTransform
 GC_GridCoverage GC_GridCoverageExchange_Impl.move(GC_GridCoverage gridCoverage, CS_CoordinateSystem coordsys, CT_MathTransform gridToCoordinateSystem)
          Create a new coverage with a different coordinate reference system.
 

Constructors in org.deegree_impl.model.gc with parameters of type CT_MathTransform
GC_GridGeometry_Impl(GC_GridRange gridRange, CT_MathTransform mathTransform)
           
 

Uses of CT_MathTransform in org.deegree_impl.services.wcts.protocol
 

Methods in org.deegree_impl.services.wcts.protocol that return CT_MathTransform
 CT_MathTransform[] DescribeTransformationResponse_Impl.getParameterizedTransformation()
          gets the ParameterizedTransformation
 

Methods in org.deegree_impl.services.wcts.protocol with parameters of type CT_MathTransform
static DescribeTransformationResponse WCTS_ProtocolFactory.createDescribeTransformationResponse(OGCWebServiceRequest request, OGCWebServiceException exception, CT_MathTransform[] parameterizedTransformation)
          DescribeTransformationResponse
 void DescribeTransformationResponse_Impl.addParameterizedTransformation(CT_MathTransform parameterizedTransformation)
          adds the ParameterizedTransformation;
 void DescribeTransformationResponse_Impl.setParameterizedTransformation(CT_MathTransform[] parameterizedTransformation)
          sets the <VendorSpecificCapabilities>
 

Constructors in org.deegree_impl.services.wcts.protocol with parameters of type CT_MathTransform
DescribeTransformationResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, CT_MathTransform[] parameterizedTransformation, int numberOfTransformations)
          constructor initializing the class
 

Uses of CT_MathTransform in org.deegree.services.wcts.protocol
 

Methods in org.deegree.services.wcts.protocol that return CT_MathTransform
 CT_MathTransform[] DescribeTransformationResponse.getParameterizedTransformation()
          gets the ParameterizedTransformation
 

Uses of CT_MathTransform in org.opengis.ct
 

Methods in org.opengis.ct that return CT_MathTransform
 CT_MathTransform CT_MathTransformFactory.createAffineTransform(PT_Matrix matrix)
          Creates an affine transform from a matrix.
 CT_MathTransform CT_MathTransformFactory.createConcatenatedTransform(CT_MathTransform transform1, CT_MathTransform transform2)
          Creates a transform by concatenating two existing transforms.
 CT_MathTransform CT_MathTransformFactory.createPassThroughTransform(int firstAffectedOrdinate, CT_MathTransform subTransform)
          Creates a transform which passes through a subset of ordinates to another transform.
 CT_MathTransform CT_MathTransformFactory.createParameterizedTransform(java.lang.String classification, CT_Parameter[] parameters)
          Creates a transform from a classification name and parameters.
 CT_MathTransform CT_MathTransformFactory.createFromWKT(java.lang.String wellKnownText)
          Creates a math transform from a Well-Known Text string.
 CT_MathTransform CT_MathTransformFactory.createFromXML(java.lang.String xml)
          Creates a math transform from XML.
 CT_MathTransform CT_MathTransform.inverse()
          Creates the inverse transform of this object.
 CT_MathTransform CT_CoordinateTransformation.getMathTransform()
          Gets math transform.
 

Methods in org.opengis.ct with parameters of type CT_MathTransform
 CT_MathTransform CT_MathTransformFactory.createConcatenatedTransform(CT_MathTransform transform1, CT_MathTransform transform2)
          Creates a transform by concatenating two existing transforms.
 CT_MathTransform CT_MathTransformFactory.createPassThroughTransform(int firstAffectedOrdinate, CT_MathTransform subTransform)
          Creates a transform which passes through a subset of ordinates to another transform.
 

Uses of CT_MathTransform in org.opengis.gc
 

Methods in org.opengis.gc that return CT_MathTransform
 CT_MathTransform GC_GridGeometry.getGridToCoordinateSystem()
          The math transform allows for the transformations from grid coordinates to real world earth coordinates.
 

Methods in org.opengis.gc with parameters of type CT_MathTransform
 GC_GridCoverage GC_GridCoverageExchange.move(GC_GridCoverage gridCoverage, CS_CoordinateSystem coordsys, CT_MathTransform gridToCoordinateSystem)
          Create a new coverage with a different coordinate reference system.