Uses of Class
org.deegree_impl.model.pt.CoordinatePoint

Packages that use CoordinatePoint
org.deegree_impl.model.ct   
org.deegree_impl.model.pt   
 

Uses of CoordinatePoint in org.deegree_impl.model.ct
 

Methods in org.deegree_impl.model.ct that return CoordinatePoint
 CoordinatePoint MathTransform.transform(CoordinatePoint ptSrc, CoordinatePoint ptDst)
          Transforms the specified ptSrc and stores the result in ptDst.
 CoordinatePoint ConcatenedTransformDirect.transform(CoordinatePoint ptSrc, CoordinatePoint ptDst)
          Transforms the specified ptSrc and stores the result in ptDst.
 CoordinatePoint ConcatenedTransform.transform(CoordinatePoint ptSrc, CoordinatePoint ptDst)
          Transforms the specified ptSrc and stores the result in ptDst.
 CoordinatePoint AffineTransform2D.transform(CoordinatePoint ptSrc, CoordinatePoint ptDst)
          Transforms the specified ptSrc and stores the result in ptDst.
 CoordinatePoint AbstractMathTransform.transform(CoordinatePoint ptSrc, CoordinatePoint ptDst)
          Transforms the specified ptSrc and stores the result in ptDst.
 

Methods in org.deegree_impl.model.ct with parameters of type CoordinatePoint
 Matrix PassThroughTransform.derivative(CoordinatePoint point)
          Gets the derivative of this transform at a point.
 Matrix MatrixTransform.derivative(CoordinatePoint point)
          Gets the derivative of this transform at a point.
 Matrix MathTransformAdapter.derivative(CoordinatePoint point)
          Gets the derivative of this transform at a point.
 CoordinatePoint MathTransform.transform(CoordinatePoint ptSrc, CoordinatePoint ptDst)
          Transforms the specified ptSrc and stores the result in ptDst.
 Matrix MathTransform.derivative(CoordinatePoint point)
          Gets the derivative of this transform at a point.
 CoordinatePoint ConcatenedTransformDirect.transform(CoordinatePoint ptSrc, CoordinatePoint ptDst)
          Transforms the specified ptSrc and stores the result in ptDst.
 CoordinatePoint ConcatenedTransform.transform(CoordinatePoint ptSrc, CoordinatePoint ptDst)
          Transforms the specified ptSrc and stores the result in ptDst.
 Matrix ConcatenedTransform.derivative(CoordinatePoint point)
          Gets the derivative of this transform at a point.
 CoordinatePoint AffineTransform2D.transform(CoordinatePoint ptSrc, CoordinatePoint ptDst)
          Transforms the specified ptSrc and stores the result in ptDst.
 Matrix AffineTransform2D.derivative(CoordinatePoint point)
          Gets the derivative of this transform at a point.
 CoordinatePoint AbstractMathTransform.transform(CoordinatePoint ptSrc, CoordinatePoint ptDst)
          Transforms the specified ptSrc and stores the result in ptDst.
 Matrix AbstractMathTransform.derivative(CoordinatePoint point)
          Gets the derivative of this transform at a point.
 Matrix AbstractMathTransform.Inverse.derivative(CoordinatePoint point)
          Gets the derivative of this transform at a point.
 

Uses of CoordinatePoint in org.deegree_impl.model.pt
 

Methods in org.deegree_impl.model.pt that return CoordinatePoint
 CoordinatePoint Adapters.wrap(PT_CoordinatePoint point)
          Returns a coordinate point from an OpenGIS's structure.
 

Methods in org.deegree_impl.model.pt with parameters of type CoordinatePoint
 void Envelope.add(CoordinatePoint point)
          Adds a point to this envelope.
 boolean Envelope.contains(CoordinatePoint point)
          Tests if a specified coordinate is inside the boundary of this envelope.
 PT_CoordinatePoint Adapters.export(CoordinatePoint point)
          Returns an OpenGIS structure for a coordinate point.
 

Constructors in org.deegree_impl.model.pt with parameters of type CoordinatePoint
Envelope(CoordinatePoint minCP, CoordinatePoint maxCP)
          Construct a envelope defined by two positions.