|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvGridZone
A Grid zone is a rectangular area in projected coordinates. An instance of this interface must be able to return the projection used and the projected bounds
| Method Summary | |
|---|---|
Rectangle2D.Double |
computeXYBounds()
Returns a projected bounding rectangle of this grid zone. |
IlvProjection |
getProjection()
Returns the projection to be used by inside this grid zone. |
String |
getSubgridIdentification(double x,
double y)
Returns the identification (displayed in grid center) of the grid subzone. |
| Methods inherited from interface ilog.views.io.IlvPersistentObject |
|---|
write |
| Method Detail |
|---|
Rectangle2D.Double computeXYBounds()
IlvProjection getProjection()
String getSubgridIdentification(double x,
double y)
x - Projected x coordinate of subgrid center.y - Projected y coordinate of subgrid center.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||