|
||||||||||
| 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
_more_ |
protected int |
numParts
_more_ |
protected int |
numPoints
_more_ |
protected List |
partsList
_more_ |
| 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. |
| Methods inherited from class ucar.unidata.gis.AbstractGisFeature |
|---|
getMapLines, 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 |
|---|
public 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 | |||||||||