|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointValuePair | |
---|---|
org.opengis.coverage | Coverages (generate a value for any point). |
Uses of PointValuePair in org.opengis.coverage |
---|
Methods in org.opengis.coverage that return types with arguments of type PointValuePair | |
---|---|
List<PointValuePair> |
DiscretePointCoverage.find(DirectPosition p,
int limit)
Returns the sequence of point-value pairs that include the domain objects nearest to the direct position and their distances from the direction position. |
Set<PointValuePair> |
ValueSegment.getControlPoints()
Returns the set of point-value pairs that provide control values for the interpolation. |
Set<PointValuePair> |
ValueCurve.getControlValues()
Returns the set of point-value pairs that provide control values for the interpolation along the value curve. |
Set<? extends PointValuePair> |
ThiessenValuePolygon.getControlValues()
Returns the point-value pair at the polygon centre. |
Set<PointValuePair> |
ValueTriangle.getControlValues()
Returns the three point-value pairs at the vertices of this value triangle. |
Set<PointValuePair> |
DiscretePointCoverage.getElements()
Returns the set of point-value pairs included in this coverage. |
Set<PointValuePair> |
DiscretePointCoverage.list()
Returns the dictionary of point-value pairs that contain the objects in the domain of the coverage each paired with its record of feature attribute values. |
Set<PointValuePair> |
DiscretePointCoverage.locate(DirectPosition p)
Returns the set of point-value pairs that include the domain objects containing the specified direct position. |
Set<PointValuePair> |
DiscretePointCoverage.select(Geometry s)
Returns the set of point-value pairs that contain domain objects that lie within the specified geometry and period. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |