public class GisFeatureAdapter extends AbstractGisFeature
| Constructor and Description |
|---|
GisFeatureAdapter(GisFeature gisFeature) |
| 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.
|
Iterator<GisPart> |
iterator() |
getProjectedShape, getShapeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic GisFeatureAdapter(GisFeature gisFeature)
public Rectangle2D getBounds2D()
GisFeaturegetBounds2D in interface GisFeaturegetBounds2D in class AbstractGisFeaturepublic int getNumPoints()
GisFeaturegetNumPoints in interface GisFeaturegetNumPoints in class AbstractGisFeaturepublic int getNumParts()
GisFeaturegetNumParts in interface GisFeaturegetNumParts in class AbstractGisFeature