| java.lang.Object org.geotools.data.vpf.io.SpatialIndexHeader
SpatialIndexHeader | public class SpatialIndexHeader implements VPFHeader(Code) | | SpatialIndexHeader.java Created: Tue Mar 11 23:42:48 2003
author: Artur Hefczyc version: $Id: SpatialIndexHeader.java 22482 2006-10-31 02:58:00Z desruisseaux $ |
Constructor Summary | |
public | SpatialIndexHeader(int numPrims, float xmin, float ymin, float xmax, float ymax, int numNodes) Creates a new SpatialIndexHeader instance. |
SPATIAL_INDEX_HEADER_LENGTH | final public static int SPATIAL_INDEX_HEADER_LENGTH(Code) | | Variable constant SPATIAL_INDEX_HEADER_LENGTH keeps value
of
|
SpatialIndexHeader | public SpatialIndexHeader(int numPrims, float xmin, float ymin, float xmax, float ymax, int numNodes)(Code) | | Creates a new SpatialIndexHeader instance.
Parameters: numPrims - an int value Parameters: xmin - a float value Parameters: ymin - a float value Parameters: xmax - a float value Parameters: ymax - a float value Parameters: numNodes - an int value |
getLength | public int getLength()(Code) | | Returns particular VPFHeader length.
an int value of header length. |
getNumNodes | public int getNumNodes()(Code) | | Gets the value of numNodes
the value of numNodes |
getNumPrims | public int getNumPrims()(Code) | | Gets the value of numPrims
the value of numPrims |
getRecordSize | public int getRecordSize()(Code) | | Method getRecordSize is used to return size in
bytes of records stored in this table. If table keeps variable length
records -1 should be returned.
an int value |
getXmax | public float getXmax()(Code) | | Gets the value of xmax
the value of xmax |
getXmin | public float getXmin()(Code) | | Gets the value of xmin
the value of xmin |
getYmax | public float getYmax()(Code) | | Gets the value of ymax
the value of ymax |
getYmin | public float getYmin()(Code) | | Gets the value of ymin
the value of ymin |
|
|