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, setTaskStatusprotected GeometryManager geomManager
public FuseSpatiallyOperation(List<Feature> f, FeatureStore outFeatStoreTable, String[] fieldNames, String idField, AbstractSextanteGeoProcess p) throws DataException
DataExceptionpublic FuseSpatiallyOperation(Stack<Feature> f, FeatureStore outFeatStoreTable, String[] fieldNames, AbstractSextanteGeoProcess p) throws DataException
DataExceptionpublic EditableFeature invoke(Geometry g, Feature feature)
GeometryOperationinvoke in class GeometryOperationpublic static String[] checkFields(String[] names)
names - public void invoke(Geometry g, EditableFeature feature)
GeometryOperationinvoke in class GeometryOperationpublic Object getResult()
GeometryOperationgetResult in class GeometryOperationpublic DALFeaturePersister getWriter()