com.supermap.mapping
Interface GeometrySelectedListener
- 
 
 public interface GeometrySelectedListenerA listener used to receive theGeometrySelectedEvent.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidgeometryMultiSelected(java.util.ArrayList<GeometrySelectedEvent> events)Multi-object selection callback, can get to the batch of selected results.voidgeometrySelected(GeometrySelectedEvent event)Calls when the geometric object is selected.
 
- 
- 
- 
Method Detail- 
geometrySelectedvoid geometrySelected(GeometrySelectedEvent event) Calls when the geometric object is selected.- Parameters:
- event- Indicates the event that the geometric object is selected.
 
 - 
geometryMultiSelectedvoid geometryMultiSelected(java.util.ArrayList<GeometrySelectedEvent> events) Multi-object selection callback, can get to the batch of selected results.- Parameters:
- events- Indicates the event that the geometric object is selected.
 
 
- 
 
-