public class ContourFeature extends AbstractGisFeature
Constructor and Description |
---|
ContourFeature(java.util.ArrayList 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, getProjectedShape, getShape
public double getContourValue()
public java.awt.geom.Rectangle2D getBounds2D()
GisFeature
getBounds2D
in interface GisFeature
getBounds2D
in class AbstractGisFeature
public java.util.Iterator getGisParts()
GisFeature
getGisParts
in interface GisFeature
getGisParts
in class AbstractGisFeature
public int getNumParts()
GisFeature
getNumParts
in interface GisFeature
getNumParts
in class AbstractGisFeature
public int getNumPoints()
GisFeature
getNumPoints
in interface GisFeature
getNumPoints
in class AbstractGisFeature