|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="CV_GridPoint",
specification=ISO_19123)
public interface GridPointPoint located at the intersection of two or more curves in a grid.
| Method Summary | |
|---|---|
Set<GridCell> |
getCells()
Returns the set of grid cells for which this grid point is a corner. |
Set<FootPrint> |
getFootPrint()
Returns the foot prints that represents the sample space in an external coordinate reference system associated with this grid point. |
Grid |
getFramework()
Returns the grid of which it is an element. |
GridCoordinates |
getGridCoordinates()
Returns the set of grid coordinates that specifies the location of the grid point within the grid. |
Point |
getGroundPoint()
Returns the representation of the grid point in an external coordinate reference system. |
| Methods inherited from interface DomainObject |
|---|
getSpatialElements, getTemporalElements |
| Method Detail |
|---|
@UML(identifier="gridCoord",
obligation=MANDATORY,
specification=ISO_19123)
GridCoordinates getGridCoordinates()
@UML(identifier="framework",
obligation=MANDATORY,
specification=ISO_19123)
Grid getFramework()
Grid.getIntersections()
@UML(identifier="cell",
obligation=MANDATORY,
specification=ISO_19123)
Set<GridCell> getCells()
GridCell.getCorners()
@UML(identifier="groundPoint",
obligation=OPTIONAL,
specification=ISO_19123)
Point getGroundPoint()
@UML(identifier="footprint",
obligation=OPTIONAL,
specification=ISO_19123)
Set<FootPrint> getFootPrint()
FootPrint.getCenter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||