public interface DerivedGeometriesManager
Modifier and Type | Method and Description |
---|---|
DerivedGeometriesParameters |
createDerivedGeometriesParameters()
Creates an empty
DerivedGeometriesParameters |
DerivedGeometriesParameters |
createDerivedGeometriesParameters(MapControl mapControl,
FLyrVect sourceLayer,
String outputLayerName,
String outputLayerPath,
int outputLayerType,
DerivedGeometriesProcess.TYPE processType)
Creates a
DerivedGeometriesParameters . |
DerivedGeometriesPanel |
getDerivedGeometriesPanel(MapControl mapControl) |
FeaturesControlPanel |
getFeaturesControlPanel() |
LayerAndProcessSelectionPanel |
getLayerAndProcessSelectionPanel(MapControl mapControl) |
void |
startDerivedGeometriesProcess(DerivedGeometriesParameters parameters)
Given
DerivedGeometriesParameters , starts a new
DerivedGeometriesProcess . |
DerivedGeometriesParameters createDerivedGeometriesParameters()
DerivedGeometriesParameters
DerivedGeometriesParameters createDerivedGeometriesParameters(MapControl mapControl, FLyrVect sourceLayer, String outputLayerName, String outputLayerPath, int outputLayerType, DerivedGeometriesProcess.TYPE processType)
DerivedGeometriesParameters
.mapControl
- sourceLayer
- outputLayerName
- Name of output layer.outputLayerPath
- Path of output layer.outputLayerType
- Type of output layer. See Geometry.TYPES
processType
- Type of process. See DerivedGeometriesProcess.TYPE
FeaturesControlPanel getFeaturesControlPanel()
FeaturesControlPanel
.DerivedGeometriesPanel getDerivedGeometriesPanel(MapControl mapControl)
mapControl
- to get vectorial layers, adds listeners...DerivedGeometriesPanel
.LayerAndProcessSelectionPanel getLayerAndProcessSelectionPanel(MapControl mapControl)
mapControl
- mapControl to get vectorial layers, adds listeners...LayerAndProcessSelectionPanel
void startDerivedGeometriesProcess(DerivedGeometriesParameters parameters)
DerivedGeometriesParameters
, starts a new
DerivedGeometriesProcess
.parameters
-