|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuaa.feral.util.loader.ShapeFileLoader
public class ShapeFileLoader
Shapefile loader to parse shape file data
Constructor Summary | |
---|---|
ShapeFileLoader()
Default constructor |
Method Summary | |
---|---|
static java.util.Map |
ParseFeature(org.geotools.feature.Feature f,
org.geotools.feature.AttributeType[] at)
Method to parse features into a map |
static java.util.List<java.util.Map> |
ShapeFileLoader(java.io.File f)
Method to load a shapefile using geotools functions |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShapeFileLoader()
Method Detail |
---|
public static java.util.List<java.util.Map> ShapeFileLoader(java.io.File f)
f
- the file you want to load
public static java.util.Map ParseFeature(org.geotools.feature.Feature f, org.geotools.feature.AttributeType[] at)
f
- the feature to parseat
- the attribute types to associate data with
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |