public interface DerivedGeometriesParameters
boolean getAddLayer()
boolean getCreateNewFeatureStore()
FeatureStore getFeatureStore()
MapControl getMapControl()
String getOutPutLayerName()
String getOutPutLayerPath()
int getOutPutLayerType()
Geometry.TYPES
DerivedGeometriesProcess.TYPE getProcessType()
DerivedGeometriesProcess.TYPE
List<FeatureReference> getSelectedFeatures()
FLyrVect getSourceLayer()
void setAddLayer(boolean b)
b
- Sets if process has to add output layer to mapContext or not.void setCreateNewFeatureStore(boolean createNewFeatureStore)
createNewFeatureStore
- Sets if process has to create new feature store o not.void setFeatureStore(FeatureStore featureStore)
featureStore
- Sets feature store to editvoid setOutPutLayerName(String name)
name
- void setOutPutLayerPath(String path)
path
- void setOutPutLayerType(int type)
Geometry.TYPES
type
- void setProcessType(DerivedGeometriesProcess.TYPE type)
DerivedGeometriesProcess
process.type
- void setSelectedFeatures(List<FeatureReference> theFeatures)
theFeatures
- ordered list.void setSourceLayer(FLyrVect sourceLayer)
sourceLayer
-