repast.simphony.gis
Class ShapefileDescriptor
java.lang.Object
repast.simphony.gis.ShapefileDescriptor
public class ShapefileDescriptor
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShapefileDescriptor
public ShapefileDescriptor(URL url)
ShapefileDescriptor
public ShapefileDescriptor(URL url,
boolean mapped,
URI namespace)
ShapefileDescriptor
public ShapefileDescriptor()
ShapefileDescriptor
public ShapefileDescriptor(URL shapefile,
boolean memoryMapped)
isMemoryMapped
public boolean isMemoryMapped()
setMemoryMapped
public void setMemoryMapped(boolean memoryMapped)
getShapefileUrl
public URL getShapefileUrl()
setShapefileUrl
public void setShapefileUrl(URL shapefileUrl)
getFeatures
public org.geotools.feature.FeatureCollection getFeatures()
throws IOException
- Throws:
IOException
getFeatureType
public org.geotools.feature.FeatureType getFeatureType()
throws IOException
- Throws:
IOException