|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bbn.openmap.dataAccess.shape.EsriGraphicFactory.Header
Field Summary | |
int |
fileCode
|
int |
fileLength
|
double |
mMax
|
double |
mMin
|
int |
shapeType
|
int |
version
|
double |
xMax
|
double |
xMin
|
double |
yMax
|
double |
yMin
|
double |
zMax
|
double |
zMin
|
Constructor Summary | |
EsriGraphicFactory.Header(BinaryFile shp)
|
|
EsriGraphicFactory.Header(LittleEndianInputStream iStream)
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int fileCode
public int fileLength
public int version
public int shapeType
public double xMin
public double yMin
public double xMax
public double yMax
public double zMin
public double zMax
public double mMin
public double mMax
Constructor Detail |
public EsriGraphicFactory.Header(BinaryFile shp) throws java.io.IOException, FormatException
public EsriGraphicFactory.Header(LittleEndianInputStream iStream) throws java.io.IOException
Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |