sim.io.geo
Class GeoToolsImporter

java.lang.Object
  extended by sim.io.geo.GeoToolsImporter

public class GeoToolsImporter
extends java.lang.Object

Use the GeoTools Java API to read geospatial data into the GeomVectorField.


Method Summary
static void read(java.net.URL input, GeomVectorField field, sim.util.Bag masked)
           
static java.util.Map<java.lang.String,AttributeValue> readAttributes(SimpleFeature feature, sim.util.Bag masked)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

read

public static void read(java.net.URL input,
                        GeomVectorField field,
                        sim.util.Bag masked)
                 throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

readAttributes

public static java.util.Map<java.lang.String,AttributeValue> readAttributes(SimpleFeature feature,
                                                                            sim.util.Bag masked)