|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="CV_GridCell", specification=ISO_19123) public interface GridCell
A grid cell delineated by the grid lines of a grid. Its corners are associated with the grid points at the intersections of the grid lines that bound it
Method Summary | |
---|---|
Set<GridPoint> |
getCorners()
Returns the collection of grid points at the corners of the grid cell. |
Grid |
getFramework()
Returns the grid of which this cell is a component. |
Method Detail |
---|
@UML(identifier="corner", obligation=MANDATORY, specification=ISO_19123) Set<GridPoint> getCorners()
Grid.getDimension()
.
GridPoint.getCells()
@UML(identifier="framework", obligation=MANDATORY, specification=ISO_19123) Grid getFramework()
Grid.getCells()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |