com.supermap.mapping

Interface GeometrySelectedListener

    • Method Detail

      • geometrySelected

        void geometrySelected(GeometrySelectedEvent event)
        Calls when the geometric object is selected.
        Parameters:
        event - Indicates the event that the geometric object is selected.
      • geometryMultiSelected

        void 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.