|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.data.vpf.io.SpatialIndexHeader
SpatialIndexHeader.java Created: Tue Mar 11 23:42:48 2003
| Field Summary | |
static int |
SPATIAL_INDEX_HEADER_LENGTH
Variable constant SPATIAL_INDEX_HEADER_LENGTH keeps value
of |
| Constructor Summary | |
SpatialIndexHeader(int numPrims,
float xmin,
float ymin,
float xmax,
float ymax,
int numNodes)
Creates a new SpatialIndexHeader instance. |
|
| Method Summary | |
int |
getLength()
Returns particular VPFHeader length. |
int |
getNumNodes()
Gets the value of numNodes |
int |
getNumPrims()
Gets the value of numPrims |
int |
getRecordSize()
Method is used to return size in
bytes of records stored in this table. |
float |
getXmax()
Gets the value of xmax |
float |
getXmin()
Gets the value of xmin |
float |
getYmax()
Gets the value of ymax |
float |
getYmin()
Gets the value of ymin |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int SPATIAL_INDEX_HEADER_LENGTH
SPATIAL_INDEX_HEADER_LENGTH keeps value
of
| Constructor Detail |
public SpatialIndexHeader(int numPrims,
float xmin,
float ymin,
float xmax,
float ymax,
int numNodes)
SpatialIndexHeader instance.
numPrims - an int valuexmin - a float valueymin - a float valuexmax - a float valueymax - a float valuenumNodes - an int value| Method Detail |
public int getLength()
VPFHeader length.
getLength in interface VPFHeaderint value of header length.public int getRecordSize()
getRecordSize is used to return size in
bytes of records stored in this table. If table keeps variable length
records -1 should be returned.
getRecordSize in interface VPFHeaderint valuepublic int getNumPrims()
public float getXmin()
public float getYmin()
public float getXmax()
public float getYmax()
public int getNumNodes()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||