Package org.hortonmachine.modules
Class VectorReader
java.lang.Object
org.hortonmachine.gears.libs.modules.HMModel
org.hortonmachine.modules.VectorReader
public class VectorReader
extends org.hortonmachine.gears.libs.modules.HMModel
-
Field Summary
-
Constructor Summary
Constructors Constructor Description VectorReader() -
Method Summary
Modifier and Type Method Description voidprocess()static org.geotools.data.simple.SimpleFeatureCollectionreadVector(java.lang.String path)
-
Field Details
-
Constructor Details
-
VectorReader
public VectorReader()
-
-
Method Details
-
process
public void process() throws java.lang.Exception- Throws:
java.lang.Exception
-
readVector
public static org.geotools.data.simple.SimpleFeatureCollection readVector(java.lang.String path) throws java.lang.Exception- Throws:
java.lang.Exception
-