Interface ElevationSelectionHandler
-
- All Known Implementing Classes:
BaseWmsClient
,Godiva
public interface ElevationSelectionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
elevationSelected(String layerId, String elevation)
Called by theElevationSelector
when an elevation has been selected
-
-
-
Method Detail
-
elevationSelected
void elevationSelected(String layerId, String elevation)
Called by theElevationSelector
when an elevation has been selected- Parameters:
layerId
- The layer ID for which an elevation was selectedelevation
- The selected elevation
-
-