public interface GridElement
Modifier and Type | Method and Description |
---|---|
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. |
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 verticesGeometry
IllegalArgumentException
- if maxSpacing is <=
0Copyright © 1996–2023 Geotools. All rights reserved.