|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GridElement
The base interface for vector grid elements.
Method Summary | |
---|---|
ReferencedEnvelope |
getBounds()
Gets the bounds of this grid element. |
Coordinate[] |
getVertices()
Gets the vertices of this grid element. |
Geometry |
toDenseGeometry(double maxSpacing)
Creates a new, densified Geometry from this grid element. |
Geometry |
toGeometry()
Creates a new Geometry from this grid element. |
Method Detail |
---|
ReferencedEnvelope getBounds()
Coordinate[] getVertices()
Geometry toGeometry()
Geometry
from this grid element.
Geometry
Geometry toDenseGeometry(double maxSpacing)
Geometry
from this grid element.
maxSpacing
- the maximum distance between adjacent vertices
Geometry
IllegalArgumentException
- if maxSpacing is <=
0
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |