Package repast.simphony.space.gis
Class ShapefileWriter
java.lang.Object
repast.simphony.space.gis.ShapefileWriter
Writes the contents of a geography to a shapefile each layer of the
geography is written to a separate shapefile.
- Author:
- Nick Collier, Eric Tatara
-
Constructor Summary
ConstructorDescriptionShapefileWriter
(Geography geography) Creates a ShapefileWriter that will write layers in the specified geography to a shapefile. -
Method Summary
-
Constructor Details
-
ShapefileWriter
Creates a ShapefileWriter that will write layers in the specified geography to a shapefile.- Parameters:
geography
- the geography to write
-
-
Method Details
-
write
Writes named geography layer to the specified URL.- Parameters:
layerName
- the name of the layer to writeurl
- url to write the layer to
-