public class GisFeatureAdapter extends AbstractGisFeature
Constructor and Description |
---|
GisFeatureAdapter(GisFeature gisFeature) |
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Rectangle2D |
getBounds2D()
Get the bounding box for this feature.
|
java.util.Iterator |
getGisParts()
Get the parts of this feature, in the form of an iterator.
|
int |
getNumParts()
Get number of parts comprising this feature.
|
int |
getNumPoints()
Get total number of points in all parts of this feature.
|
getProjectedShape, getProjectedShape, getShape
public GisFeatureAdapter(GisFeature gisFeature)
public java.awt.geom.Rectangle2D getBounds2D()
getBounds2D
in interface GisFeature
getBounds2D
in class AbstractGisFeature
public int getNumPoints()
getNumPoints
in interface GisFeature
getNumPoints
in class AbstractGisFeature
public int getNumParts()
getNumParts
in interface GisFeature
getNumParts
in class AbstractGisFeature
public java.util.Iterator getGisParts()
getGisParts
in interface GisFeature
getGisParts
in class AbstractGisFeature