|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="CV_GridValuesMatrix",
specification=ISO_19123)
public interface GridValuesMatrix
A modified copy of GridValuesMatrix which does not inherit
Grid. The later is replaced by a composition to be
queried by getGrid().
| Method Summary | |
|---|---|
GridEnvelope |
getExtent()
Returns the limits of a section of the grid. |
Grid |
getGrid()
Associates this GridValuesMatrix with a geometric description provided by the Grid object. |
SequenceRule |
getSequencingRule()
Describes how the grid points are ordered for association to the elements of the sequence values. |
GridCoordinates |
getStartSequence()
Identifies the grid point to be associated with the first record in the values sequence. |
List<Record> |
getValues()
Returns a sequence of N feature attribute value records where N is the number of grid points within the section of the grid specified by the extent. |
| Method Detail |
|---|
@UML(identifier="values",
obligation=MANDATORY,
specification=ISO_19123)
List<Record> getValues()
| DTM | double | List<double> |
| TM image | 7 bytes | |
| Landuse map | string | List<double> with look up table for the strings
|
@UML(identifier="sequencingRule",
obligation=MANDATORY,
specification=ISO_19123)
SequenceRule getSequencingRule()
@UML(identifier="startSequence",
obligation=MANDATORY,
specification=ISO_19123)
GridCoordinates getStartSequence()
@UML(identifier="extent",
obligation=OPTIONAL,
specification=ISO_19123)
GridEnvelope getExtent()
@Extension Grid getGrid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||