public class

SHPParser

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

Summary

Fields
protected CPGReader cpgReader
protected DBFReader dbfReader
protected SHPReader shpReader
protected SHXReader shxReader
Public Constructors
SHPParser(String path, String filename)
Public Methods
<T> ArrayList<T> getAllShapes()
double[][] getBBox()
DBFReader getDBFReader()
DBFField getFieldByIndex(int index)
int getFieldCount()
DBFField[] getFields()
String[] getRecordByIndex(int index)
String getRecordByRowAndCol(int row, int col)
int getRecordCount()
String[][] getRecords()
SHPReader getSHPReader()
SHXReader getSXHReader()
<T> T getShapeByIndex(int index)
int getShapeCount()
Shape.TYPEEMUN getShpType()
SHPParser parse()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CPGReader cpgReader

protected DBFReader dbfReader

protected SHPReader shpReader

protected SHXReader shxReader

Public Constructors

public SHPParser (String path, String filename)

Throws
Exception

Public Methods

public ArrayList<T> getAllShapes ()

public double[][] getBBox ()

public DBFReader getDBFReader ()

public DBFField getFieldByIndex (int index)

public int getFieldCount ()

public DBFField[] getFields ()

public String[] getRecordByIndex (int index)

public String getRecordByRowAndCol (int row, int col)

public int getRecordCount ()

public String[][] getRecords ()

public SHPReader getSHPReader ()

public SHXReader getSXHReader ()

public T getShapeByIndex (int index)

public int getShapeCount ()

public Shape.TYPEEMUN getShpType ()

public SHPParser parse ()

Throws
Exception