Package oracle.spatial.util
Class ShapefileHdr
- java.lang.Object
-
- oracle.spatial.util.ShapefileHdr
-
public class ShapefileHdr extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShapefileHdr()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fromBuffer(byte[] buf)
int
getFileCode()
int
getFileLength()
double
getMmax()
double
getMmin()
int
getShapeType()
int
getVersion()
double
getXmax()
double
getXmin()
double
getYmax()
double
getYmin()
double
getZmax()
double
getZmin()
-
-
-
Field Detail
-
fileCode
public int fileCode
-
u1
public int u1
-
u2
public int u2
-
u3
public int u3
-
u4
public int u4
-
u5
public int u5
-
fileLength
public int fileLength
-
version
public int version
-
shapeType
public int shapeType
-
Xmin
public double Xmin
-
Ymin
public double Ymin
-
Xmax
public double Xmax
-
Ymax
public double Ymax
-
Zmin
public double Zmin
-
Zmax
public double Zmax
-
Mmin
public double Mmin
-
Mmax
public double Mmax
-
size
public static final int size
- See Also:
- Constant Field Values
-
-
Method Detail
-
fromBuffer
public void fromBuffer(byte[] buf) throws java.io.IOException
- Throws:
java.io.IOException
-
getVersion
public int getVersion()
-
getFileCode
public int getFileCode()
-
getShapeType
public int getShapeType()
-
getFileLength
public int getFileLength()
-
getXmin
public double getXmin()
-
getXmax
public double getXmax()
-
getYmin
public double getYmin()
-
getYmax
public double getYmax()
-
getZmin
public double getZmin()
-
getZmax
public double getZmax()
-
getMmin
public double getMmin()
-
getMmax
public double getMmax()
-
-