public interface DerivedGeometriesParameters
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAddLayer() |
boolean |
getCreateNewFeatureStore() |
FeatureStore |
getFeatureStore() |
MapControl |
getMapControl() |
String |
getOutPutLayerName() |
String |
getOutPutLayerPath() |
int |
getOutPutLayerType() |
DerivedGeometriesProcess.TYPE |
getProcessType() |
List<FeatureReference> |
getSelectedFeatures() |
FLyrVect |
getSourceLayer() |
void |
setAddLayer(boolean b) |
void |
setCreateNewFeatureStore(boolean createNewFeatureStore) |
void |
setFeatureStore(FeatureStore featureStore) |
void |
setOutPutLayerName(String name)
Sets name of output layer
|
void |
setOutPutLayerPath(String path)
Sets path of output layer
|
void |
setOutPutLayerType(int type)
Sets type of output layer.
|
void |
setProcessType(DerivedGeometriesProcess.TYPE type)
Sets type of
DerivedGeometriesProcess process. |
void |
setSelectedFeatures(List<FeatureReference> theFeatures)
Sets selected features to create derived geometries.
|
void |
setSourceLayer(FLyrVect sourceLayer)
Sets source layer.
|
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 -