Class OmsLineIntersectionCorrector
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.modules.v.intersections.OmsLineIntersectionCorrector
-
public class OmsLineIntersectionCorrector extends HMModel
-
-
Field Summary
Fields Modifier and Type Field Description org.geotools.data.simple.SimpleFeatureCollectioncorrectedFeaturesbooleandoReverseorg.geotools.data.simple.SimpleFeatureCollectionerrorFeaturesStringfSortorg.geotools.data.simple.SimpleFeatureCollectionlinesFeaturesdoublepBufferorg.geotools.data.simple.SimpleFeatureCollectionpointFeaturesorg.geotools.data.simple.SimpleFeatureCollectionuntouchedFeatures
-
Constructor Summary
Constructors Constructor Description OmsLineIntersectionCorrector()
-
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
-
linesFeatures
public org.geotools.data.simple.SimpleFeatureCollection linesFeatures
-
pointFeatures
public org.geotools.data.simple.SimpleFeatureCollection pointFeatures
-
pBuffer
public double pBuffer
-
fSort
public String fSort
-
doReverse
public boolean doReverse
-
untouchedFeatures
public org.geotools.data.simple.SimpleFeatureCollection untouchedFeatures
-
correctedFeatures
public org.geotools.data.simple.SimpleFeatureCollection correctedFeatures
-
errorFeatures
public org.geotools.data.simple.SimpleFeatureCollection errorFeatures
-
-