public class

SHPReader

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

Summary

Fields
protected SHPHeader header
protected ArrayList<Shape> shapes
[Expand]
Inherited Fields
From class com.microstrategy.web.app.maps.shp.BaseFileReader
Public Constructors
SHPReader(SHPParser shapefile, File file)
Public Methods
SHPHeader getHeader()
ArrayList<Shape> getShpShapes()
void read(String charset)
[Expand]
Inherited Methods
From class com.microstrategy.web.app.maps.shp.BaseFileReader
From class java.lang.Object

Fields

protected SHPHeader header

protected ArrayList<Shape> shapes

Public Constructors

public SHPReader (SHPParser shapefile, File file)

Throws
Exception

Public Methods

public SHPHeader getHeader ()

public ArrayList<Shape> getShpShapes ()

public void read (String charset)

Throws
Exception