|
||||||||||
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. |
Set<Geometry> |
getSpatialElements()
This role name is inherited from DomainObject and associates the grid cell with a geometric object which encodes only the spatial components of the grid index. |
Set<TemporalGeometricPrimitive> |
getTemporalElements()
This role name is inherited from DomainObject and associates the grid cell with a TM_Interval which represents the two TM_Instants which participate in the Grid Cell. |
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()
@Extension Set<Geometry> getSpatialElements()
@Extension Set<TemporalGeometricPrimitive> getTemporalElements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |