public class ContourFeature extends AbstractGisFeature
| Constructor and Description |
|---|
ContourFeature(java.util.List<ContourLine> conLines)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.Rectangle2D |
getBounds2D()
Get the bounding box for this feature.
|
double |
getContourValue()
Get the value of the contour level for all the contour lines
in this object.
|
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, getShapepublic ContourFeature(java.util.List<ContourLine> conLines)
public double getContourValue()
public java.awt.geom.Rectangle2D getBounds2D()
GisFeaturegetBounds2D in interface GisFeaturegetBounds2D in class AbstractGisFeaturepublic java.util.Iterator getGisParts()
GisFeaturegetGisParts in interface GisFeaturegetGisParts in class AbstractGisFeaturepublic int getNumParts()
GisFeaturegetNumParts in interface GisFeaturegetNumParts in class AbstractGisFeaturepublic int getNumPoints()
GisFeaturegetNumPoints in interface GisFeaturegetNumPoints in class AbstractGisFeature