public interface GisFeature extends Iterable<GisPart>
| Modifier and Type | Method and Description |
|---|---|
Rectangle2D |
getBounds2D()
Get the bounding box for this feature.
|
int |
getNumParts()
Get number of parts comprising this feature.
|
int |
getNumPoints()
Get total number of points in all parts of this feature.
|
forEach, iterator, spliteratorRectangle2D getBounds2D()
int getNumPoints()
int getNumParts()