java.lang.Object | |
↳ | com.microstrategy.web.app.maps.shp.SHPParser |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Exception |
---|