Class OmsDxfConverter
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.modules.v.vectorconverter.OmsDxfConverter
-
public class OmsDxfConverter extends HMModel
-
-
Field Summary
Fields Modifier and Type Field Description Stringfileorg.geotools.data.simple.SimpleFeatureCollectionlineVectorStringpCodeorg.geotools.data.simple.SimpleFeatureCollectionpointsVectororg.geotools.data.simple.SimpleFeatureCollectionpolygonVector
-
Constructor Summary
Constructors Constructor Description OmsDxfConverter()
-
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
-
file
public String file
-
pCode
public String pCode
-
pointsVector
public org.geotools.data.simple.SimpleFeatureCollection pointsVector
-
lineVector
public org.geotools.data.simple.SimpleFeatureCollection lineVector
-
polygonVector
public org.geotools.data.simple.SimpleFeatureCollection polygonVector
-
-