public class ShapefileProfile extends java.lang.Object implements ShapefileConstants
ARCINFO_ARC, ARCINFO_ARCMAYBE, MULTIPATCH, MULTIPOINT, MULTIPOINTM, MULTIPOINTZ, NULLSHAPE, POINT, POINTM, POINTZ, POLYGON, POLYGONM, POLYGONZ, POLYLINE, POLYLINEM, POLYLINEZ, shapeNames, WHATZIT4, WHATZIT9| Constructor and Description |
|---|
ShapefileProfile() |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
getBoundingBox() |
java.util.ArrayList |
getDataFields() |
int |
getFileLength() |
int |
getNumRecords() |
int |
getShapeType() |
java.lang.String |
getShapeTypeName() |
int |
getVersion() |
void |
setBoundingBox(Rectangle newBoundingBox) |
void |
setDataFields(java.util.ArrayList newFields) |
void |
setFileLength(int newFileLength) |
void |
setNumRecords(int newNumRecords) |
void |
setShapeType(int newShapeType) |
void |
setVersion(int newVersion) |
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic Rectangle getBoundingBox()
public void setBoundingBox(Rectangle newBoundingBox)
public int getNumRecords()
public void setNumRecords(int newNumRecords)
public int getFileLength()
public void setFileLength(int newFileLength)
public int getShapeType()
public void setShapeType(int newShapeType)
public int getVersion()
public void setVersion(int newVersion)
public java.util.ArrayList getDataFields()
public void setDataFields(java.util.ArrayList newFields)
public java.lang.String getShapeTypeName()