de.cesr.sesamgim.util
Class GShapefileService
java.lang.Object
de.cesr.sesamgim.util.GShapefileService
public class GShapefileService
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GShapefileService
public GShapefileService()
writeShapeFile
public static void writeShapeFile(repast.simphony.space.gis.Geography<Object> areasGeography,
String folderSpecification,
String feature)
- Parameters:
areasGeography
-
writeShapeFile
public static void writeShapeFile(repast.simphony.space.gis.Geography<Object> areasGeography,
String folderSpecification,
Collection<String> features)
- Parameters:
areasGeography
- folderSpecification
- features
-
writeShapeFile
public static void writeShapeFile(repast.simphony.space.gis.Geography<Object> areasGeography,
String folderSpecification)
- Output all features of the given geography.
- Parameters:
areasGeography
- folderSpecification
-