|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.gis.AbstractGisFeature
ucar.unidata.gis.shapefile.EsriShapefile.EsriFeature
public abstract class EsriShapefile.EsriFeature
EsriFeature.java Created: Sat Feb 20 17:19:53 1999
| Field Summary | |
|---|---|
protected Rectangle2D |
bounds
bounds of this feature |
protected int |
numParts
number of parts |
protected int |
numPoints
number of points |
protected List |
partsList
the list of parts |
| Constructor Summary | |
|---|---|
EsriShapefile.EsriFeature()
|
|
| Method Summary | |
|---|---|
Rectangle2D |
getBounds2D()
Get bounding rectangle for this feature. |
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. |
protected void |
readNumPoints()
read the points |
| Methods inherited from class ucar.unidata.gis.AbstractGisFeature |
|---|
getMapLines, getMapLines, getPointCount, getProjectedShape, getProjectedShape, getShape |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Rectangle2D bounds
protected int numPoints
protected int numParts
protected List partsList
| Constructor Detail |
|---|
public EsriShapefile.EsriFeature()
| Method Detail |
|---|
protected void readNumPoints()
throws IOException
IOException - on badnesspublic Rectangle2D getBounds2D()
getBounds2D in interface GisFeaturegetBounds2D in class AbstractGisFeaturepublic int getNumPoints()
getNumPoints in interface GisFeaturegetNumPoints in class AbstractGisFeaturepublic int getNumParts()
getNumParts in interface GisFeaturegetNumParts in class AbstractGisFeaturepublic Iterator getGisParts()
getGisParts in interface GisFeaturegetGisParts in class AbstractGisFeature
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||