public interface DerivedGeometriesParameters
boolean getAddLayer()
boolean getCreateNewFeatureStore()
FeatureStore getFeatureStore()
MapControl getMapControl()
String getOutPutLayerName()
String getOutPutLayerPath()
int getOutPutLayerType()
Geometry.TYPESDerivedGeometriesProcess.TYPE getProcessType()
DerivedGeometriesProcess.TYPEList<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.TYPEStype - void setProcessType(DerivedGeometriesProcess.TYPE type)
DerivedGeometriesProcess process.type - void setSelectedFeatures(List<FeatureReference> theFeatures)
theFeatures - ordered list.void setSourceLayer(FLyrVect sourceLayer)
sourceLayer -