public class EsriReader extends GeoReader
Constructor and Description |
---|
EsriReader(java.io.File shapeFile)
Instantiates a new EsriReader.
|
EsriReader(java.net.URL shapeUrl)
Instantiates a new EsriReader.
|
EsriReader(java.net.URL baseDir,
java.lang.String name)
Instantiates a new EsriReader.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DataType> |
getFields()
Return a map of the fields for this shapefile, along with data types.
|
java.lang.String |
getName()
Gets the name associated with this reader.
|
addShape, createLayer, findShape, findShape, getShapes, matchShapes
public EsriReader(java.io.File shapeFile)
shapeFile
- the URL of the shape filepublic EsriReader(java.net.URL shapeUrl)
shapeUrl
- the URL of the shape filepublic EsriReader(java.net.URL baseDir, java.lang.String name)
baseDir
- the base directory.name
- the shape file name.public java.util.Map<java.lang.String,DataType> getFields()