de.cesr.sesamgim.util
Class GShapefileService

java.lang.Object
  extended by de.cesr.sesamgim.util.GShapefileService

public class GShapefileService
extends Object


Constructor Summary
GShapefileService()
           
 
Method Summary
static void writeShapeFile(repast.simphony.space.gis.Geography<Object> areasGeography, String folderSpecification)
          Output all features of the given geography.
static void writeShapeFile(repast.simphony.space.gis.Geography<Object> areasGeography, String folderSpecification, Collection<String> features)
           
static void writeShapeFile(repast.simphony.space.gis.Geography<Object> areasGeography, String folderSpecification, String feature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GShapefileService

public GShapefileService()
Method Detail

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 -