public class

SHXReader

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

Summary

Fields
protected int[] contentLength
protected SHPHeader header
protected int[] offsets
[Expand]
Inherited Fields
From class com.microstrategy.web.app.maps.shp.BaseFileReader
Public Constructors
SHXReader(SHPParser shapefile, File file)
Public Methods
SHPHeader getHeader()
int[] getRecordLenghts()
int[] getRecordOffsets()
void read(String charset)
[Expand]
Inherited Methods
From class com.microstrategy.web.app.maps.shp.BaseFileReader
From class java.lang.Object

Fields

protected int[] contentLength

protected SHPHeader header

protected int[] offsets

Public Constructors

public SHXReader (SHPParser shapefile, File file)

Throws
Exception

Public Methods

public SHPHeader getHeader ()

public int[] getRecordLenghts ()

public int[] getRecordOffsets ()

public void read (String charset)

Throws
Exception