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()
DerivedGeometriesParametersDerivedGeometriesParameters 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.TYPESprocessType - Type of process. See DerivedGeometriesProcess.TYPEFeaturesControlPanel 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...LayerAndProcessSelectionPanelvoid startDerivedGeometriesProcess(DerivedGeometriesParameters parameters)
DerivedGeometriesParameters, starts a new
DerivedGeometriesProcess.parameters -