|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.datasources.shapefile.DbaseFileStream
This is a convenience class used by DbaseFileReader and DbaseFileWriter that captures methods used by both.
Field Summary | |
protected java.lang.String |
myDbfExt
|
protected java.lang.String[] |
myFieldNames
|
protected AttributeType[] |
myFieldTypes
|
protected java.lang.String |
myFilename
|
protected java.lang.String |
myGzipExt
|
protected DbaseFileHeader |
myHeader
|
Constructor Summary | |
protected |
DbaseFileStream(java.lang.String inFilename)
|
Method Summary | |
boolean |
equiv(DbaseFileStream that)
Returns equivalency between this reader and another. |
java.lang.String[] |
getFieldNames()
Returns the field names for the dbase file being read. |
AttributeType[] |
getFieldTypes()
Returns the field names for the dbase file being read. |
DbaseFileHeader |
getHeader()
Return the shapefile header associated with this reader |
protected void |
setFile(java.lang.String inFilename)
Set the file name for this shape file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String myFilename
protected java.lang.String myDbfExt
protected java.lang.String myGzipExt
protected DbaseFileHeader myHeader
protected java.lang.String[] myFieldNames
protected AttributeType[] myFieldTypes
Constructor Detail |
protected DbaseFileStream(java.lang.String inFilename)
Method Detail |
protected void setFile(java.lang.String inFilename)
public DbaseFileHeader getHeader()
public java.lang.String[] getFieldNames()
public AttributeType[] getFieldTypes()
public boolean equiv(DbaseFileStream that)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |