Class OmsVectorizer
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.modules.v.vectorize.OmsVectorizer
-
public class OmsVectorizer extends HMModel
-
-
Field Summary
Fields Modifier and Type Field Description booleandoMaskbooleandoRegioncheckbooleandoRemoveHolesStringfDefaultintfeatureIndexorg.geotools.coverage.grid.GridCoverage2DinRasterorg.geotools.data.simple.SimpleFeatureCollectionoutVectordoublepMaskThresholddoublepThresDoublepValue
-
Constructor Summary
Constructors Constructor Description OmsVectorizer()
-
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
-
inRaster
public org.geotools.coverage.grid.GridCoverage2D inRaster
-
pValue
public Double pValue
-
fDefault
public String fDefault
-
doRemoveHoles
public boolean doRemoveHoles
-
pThres
public double pThres
-
doRegioncheck
public boolean doRegioncheck
-
doMask
public boolean doMask
-
pMaskThreshold
public double pMaskThreshold
-
outVector
public org.geotools.data.simple.SimpleFeatureCollection outVector
-
featureIndex
public int featureIndex
-
-