public class FuseSpatiallyOperation extends GeometryOperation
Modifier and Type | Field and Description |
---|---|
protected GeometryManager |
geomManager
Deprecated.
|
inFeatureStore, inFeatureStoreList, lastEditFeature, numberOfFeatures, persister, process, procesSize, selectedGeomInput, selectedGeomOverlay, status
Constructor and Description |
---|
FuseSpatiallyOperation(List<Feature> f,
FeatureStore outFeatStoreTable,
String[] fieldNames,
String idField,
AbstractSextanteGeoProcess p)
Deprecated.
|
FuseSpatiallyOperation(Stack<Feature> f,
FeatureStore outFeatStoreTable,
String[] fieldNames,
AbstractSextanteGeoProcess p)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String[] |
checkFields(String[] names)
Deprecated.
Removes duplicate fields
|
Object |
getResult()
Deprecated.
Gets the last result of this operation
|
DALFeaturePersister |
getWriter()
Deprecated.
|
void |
invoke(Geometry g,
EditableFeature feature)
Deprecated.
Invokes this operation
|
EditableFeature |
invoke(Geometry g,
Feature feature)
Deprecated.
Invokes this operation and returns an EditableFeature
|
computesFeatureOperation, computesGeometryOperation, computesGeometryOperationInAList, end, setFeatureStore, setGeoProcess, setProgressModel, setSelectedGeomOverlayLayer, setTaskStatus
protected GeometryManager geomManager
public FuseSpatiallyOperation(List<Feature> f, FeatureStore outFeatStoreTable, String[] fieldNames, String idField, AbstractSextanteGeoProcess p) throws DataException
DataException
public FuseSpatiallyOperation(Stack<Feature> f, FeatureStore outFeatStoreTable, String[] fieldNames, AbstractSextanteGeoProcess p) throws DataException
DataException
public EditableFeature invoke(Geometry g, Feature feature)
GeometryOperation
invoke
in class GeometryOperation
public static String[] checkFields(String[] names)
names
- public void invoke(Geometry g, EditableFeature feature)
GeometryOperation
invoke
in class GeometryOperation
public Object getResult()
GeometryOperation
getResult
in class GeometryOperation
public DALFeaturePersister getWriter()