|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PT_CoordinatePoint | |
org.deegree_impl.model.ct | |
org.deegree_impl.model.cv | |
org.deegree_impl.model.pt | |
org.opengis.ct | |
org.opengis.cv | |
org.opengis.pt |
Uses of PT_CoordinatePoint in org.deegree_impl.model.ct |
Methods in org.deegree_impl.model.ct that return PT_CoordinatePoint | |
PT_CoordinatePoint |
MathTransformExport.transform(PT_CoordinatePoint cp)
Transforms a coordinate point. |
Methods in org.deegree_impl.model.ct with parameters of type PT_CoordinatePoint | |
PT_CoordinatePoint |
MathTransformExport.transform(PT_CoordinatePoint cp)
Transforms a coordinate point. |
PT_Matrix |
MathTransformExport.derivative(PT_CoordinatePoint cp)
Gets the derivative of this transform at a point. |
Uses of PT_CoordinatePoint in org.deegree_impl.model.cv |
Methods in org.deegree_impl.model.cv with parameters of type PT_CoordinatePoint | |
java.lang.Object |
CV_Coverage_Impl.evaluate(PT_CoordinatePoint point)
Return the value vector for a given point in the coverage. |
boolean[] |
CV_Coverage_Impl.evaluateAsBoolean(PT_CoordinatePoint point)
Return a sequence of Boolean values for a given point in the coverage. |
byte[] |
CV_Coverage_Impl.evaluateAsByte(PT_CoordinatePoint point)
Return a sequence of unsigned byte values for a given point in the coverage. |
double[] |
CV_Coverage_Impl.evaluateAsDouble(PT_CoordinatePoint point)
Return a sequence of double values for a given point in the coverage. |
int[] |
CV_Coverage_Impl.evaluateAsInteger(PT_CoordinatePoint point)
Return a sequence of integer values for a given point in the coverage. |
Uses of PT_CoordinatePoint in org.deegree_impl.model.pt |
Methods in org.deegree_impl.model.pt that return PT_CoordinatePoint | |
PT_CoordinatePoint |
Adapters.export(CoordinatePoint point)
Returns an OpenGIS structure for a coordinate point. |
Methods in org.deegree_impl.model.pt with parameters of type PT_CoordinatePoint | |
CoordinatePoint |
Adapters.wrap(PT_CoordinatePoint point)
Returns a coordinate point from an OpenGIS's structure. |
Uses of PT_CoordinatePoint in org.opengis.ct |
Methods in org.opengis.ct that return PT_CoordinatePoint | |
PT_CoordinatePoint |
CT_MathTransform.transform(PT_CoordinatePoint cp)
Transforms a coordinate point. |
Methods in org.opengis.ct with parameters of type PT_CoordinatePoint | |
PT_CoordinatePoint |
CT_MathTransform.transform(PT_CoordinatePoint cp)
Transforms a coordinate point. |
PT_Matrix |
CT_MathTransform.derivative(PT_CoordinatePoint cp)
Gets the derivative of this transform at a point. |
Uses of PT_CoordinatePoint in org.opengis.cv |
Methods in org.opengis.cv with parameters of type PT_CoordinatePoint | |
java.lang.Object |
CV_Coverage.evaluate(PT_CoordinatePoint point)
Return the value vector for a given point in the coverage. |
boolean[] |
CV_Coverage.evaluateAsBoolean(PT_CoordinatePoint point)
Return a sequence of Boolean values for a given point in the coverage. |
byte[] |
CV_Coverage.evaluateAsByte(PT_CoordinatePoint point)
Return a sequence of unsigned byte values for a given point in the coverage. |
int[] |
CV_Coverage.evaluateAsInteger(PT_CoordinatePoint point)
Return a sequence of integer values for a given point in the coverage. |
double[] |
CV_Coverage.evaluateAsDouble(PT_CoordinatePoint point)
Return a sequence of double values for a given point in the coverage. |
Uses of PT_CoordinatePoint in org.opengis.pt |
Fields in org.opengis.pt declared as PT_CoordinatePoint | |
PT_CoordinatePoint |
PT_Envelope.minCP
Point containing minimum ordinate values. |
PT_CoordinatePoint |
PT_Envelope.maxCP
Point containing maximum ordinate values. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |