Class SHPReader
- java.lang.Object
-
- com.microstrategy.web.app.maps.shp.BaseFileReader
-
- com.microstrategy.web.app.maps.shp.SHPReader
-
public class SHPReader extends BaseFileReader
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SHPHeader
getHeader()
java.util.ArrayList<Shape>
getShpShapes()
void
read(java.lang.String charset)
-
Methods inherited from class com.microstrategy.web.app.maps.shp.BaseFileReader
getFile, getShapeFile, load
-
-
-
-
Constructor Detail
-
SHPReader
public SHPReader(SHPParser shapefile, java.io.File file) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
read
public void read(java.lang.String charset) throws java.lang.Exception
- Specified by:
read
in classBaseFileReader
- Throws:
java.lang.Exception
-
getHeader
public SHPHeader getHeader()
-
getShpShapes
public java.util.ArrayList<Shape> getShpShapes()
-
-