|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="CV_GridValueCell",
specification=ISO_19123)
public interface GridValueCell
Basis for interpolating within a continuous quadrilateral grid coverage. A GridValueCell is a collection
of grid point value pairs with a geometric structure
defined by a grid cell.
| Method Summary | |
|---|---|
Set<GridPointValuePair> |
getControlValues()
Returns the set of grid point-value pairs at the corners of this GridValueCell. |
GridCell |
getGridCell()
Returns the grid cell that defines the structure of the grid point value pairs that support the interpolation of a feature attribute value at a direct position within the grid cell. |
| Methods inherited from interface ValueObject |
|---|
getGeometry, getInterpolationParameters, interpolate |
| Method Detail |
|---|
@UML(identifier="geometry",
obligation=MANDATORY,
specification=ISO_19123)
GridCell getGridCell()
Departure from OGC/ISO specification:
ISO defines this method as a specialization ofgetGeometry(). We can not reflect this association in Java because of incompatible return type.
@UML(identifier="controlValue",
obligation=MANDATORY,
specification=ISO_19123)
Set<GridPointValuePair> getControlValues()
GridValueCell.
getControlValues in interface ValueObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||