public class

SHPHeader

extends Object
java.lang.Object
   ↳ com.microstrategy.web.app.maps.shp.SHPHeader

Summary

Fields
protected double[][] bbox
protected File file
protected int fileLength
protected double[] range
protected Shape.TYPEEMUN shapeType
protected int shape_type
protected SHPParser shapefile
Public Constructors
SHPHeader(SHPParser shapefile, File file)
Public Methods
double[][] getBoundingBox()
int getFileLengthBytes()
double[] getMeasureRange()
Shape.TYPEEMUN getShapeType()
void read(ByteBuffer buffer)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected double[][] bbox

protected File file

protected int fileLength

protected double[] range

protected Shape.TYPEEMUN shapeType

protected int shape_type

protected SHPParser shapefile

Public Constructors

public SHPHeader (SHPParser shapefile, File file)

Public Methods

public double[][] getBoundingBox ()

public int getFileLengthBytes ()

public double[] getMeasureRange ()

public Shape.TYPEEMUN getShapeType ()

public void read (ByteBuffer buffer)

Throws
Exception