Uses of Class
org.opengis.pt.PT_Matrix

Packages that use PT_Matrix
org.deegree_impl.model.ct   
org.deegree_impl.model.gp   
org.deegree_impl.model.pt   
org.opengis.ct   
org.opengis.gp   
 

Uses of PT_Matrix in org.deegree_impl.model.ct
 

Methods in org.deegree_impl.model.ct that return PT_Matrix
 PT_Matrix MathTransformExport.derivative(PT_CoordinatePoint cp)
          Gets the derivative of this transform at a point.
 

Methods in org.deegree_impl.model.ct with parameters of type PT_Matrix
 CT_MathTransform MathTransformFactory.Export.createAffineTransform(PT_Matrix matrix)
          Creates an affine transform from a matrix.
 

Uses of PT_Matrix in org.deegree_impl.model.gp
 

Methods in org.deegree_impl.model.gp that return PT_Matrix
 PT_Matrix GP_GridAnalysis_Impl.getCorrelation()
          Determine the correlation between sample dimensions in the grid.
 

Uses of PT_Matrix in org.deegree_impl.model.pt
 

Methods in org.deegree_impl.model.pt that return PT_Matrix
 PT_Matrix Adapters.export(Matrix matrix)
          Returns an OpenGIS structure for a matrix.
 

Methods in org.deegree_impl.model.pt with parameters of type PT_Matrix
 Matrix Adapters.wrap(PT_Matrix matrix)
          Returns a matrix from an OpenGIS's structure.
 

Uses of PT_Matrix in org.opengis.ct
 

Methods in org.opengis.ct that return PT_Matrix
 PT_Matrix CT_MathTransform.derivative(PT_CoordinatePoint cp)
          Gets the derivative of this transform at a point.
 

Methods in org.opengis.ct with parameters of type PT_Matrix
 CT_MathTransform CT_MathTransformFactory.createAffineTransform(PT_Matrix matrix)
          Creates an affine transform from a matrix.
 

Uses of PT_Matrix in org.opengis.gp
 

Methods in org.opengis.gp that return PT_Matrix
 PT_Matrix GP_GridAnalysis.getCorrelation()
          Determine the correlation between sample dimensions in the grid.