Class OmsVectorReprojector
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.modules.v.vectorreprojector.OmsVectorReprojector
-
public class OmsVectorReprojector extends HMModel
-
-
Field Summary
Fields Modifier and Type Field Description booleandoLenientBooleandoLongitudeFirstorg.geotools.data.simple.SimpleFeatureCollectioninVectororg.geotools.data.simple.SimpleFeatureCollectionoutVectorStringpCodeStringpForceCode
-
Constructor Summary
Constructors Constructor Description OmsVectorReprojector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess()-
Methods inherited from class org.hortonmachine.gears.libs.modules.HMModel
checkCancel, checkFileExists, checkNull, checkWorkingFolderInPath, concatOr, dumpRaster, dumpVector, getDefaultThreadsNum, getRaster, getVector, help, isCanceled, template
-
-
-
-
Field Detail
-
inVector
public org.geotools.data.simple.SimpleFeatureCollection inVector
-
pCode
public String pCode
-
doLongitudeFirst
public Boolean doLongitudeFirst
-
pForceCode
public String pForceCode
-
doLenient
public boolean doLenient
-
outVector
public org.geotools.data.simple.SimpleFeatureCollection outVector
-
-