Class OmsVectorIntersector
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.modules.v.vectoroverlayoperators.OmsVectorIntersector
-
public class OmsVectorIntersector extends HMModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringDESCRIPTIONbooleandoKeepFirstAttributesorg.geotools.data.simple.SimpleFeatureCollectioninMap1org.geotools.data.simple.SimpleFeatureCollectioninMap2static StringKEEP_FIRST_ATTRIBUTESstatic StringKEYWORDSstatic StringNAMEorg.geotools.data.simple.SimpleFeatureCollectionoutMap
-
Constructor Summary
Constructors Constructor Description OmsVectorIntersector()
-
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
-
inMap1
public org.geotools.data.simple.SimpleFeatureCollection inMap1
-
inMap2
public org.geotools.data.simple.SimpleFeatureCollection inMap2
-
doKeepFirstAttributes
public boolean doKeepFirstAttributes
-
outMap
public org.geotools.data.simple.SimpleFeatureCollection outMap
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
-
KEYWORDS
public static final String KEYWORDS
- See Also:
- Constant Field Values
-
KEEP_FIRST_ATTRIBUTES
public static final String KEEP_FIRST_ATTRIBUTES
- See Also:
- Constant Field Values
-
-