Class JUMP_GIS_Framework

  • All Implemented Interfaces:
    org.python.core.ClassDictInit

    public class JUMP_GIS_Framework
    extends Object
    implements org.python.core.ClassDictInit
    • Constructor Detail

      • JUMP_GIS_Framework

        public JUMP_GIS_Framework()
    • Method Detail

      • setWorkbenchContext

        public static void setWorkbenchContext​(WorkbenchContext workContext)
      • classDictInit

        public static void classDictInit​(org.python.core.PyObject dict)
      • getLayers

        public static Collection getLayers()
      • getLayersWithSelectedItems

        public static Collection getLayersWithSelectedItems()
      • getSelectedLayers

        public static Collection getSelectedLayers()
      • getSelectedFeatures

        public static Collection getSelectedFeatures()
      • featuresOnLayer

        public static Collection featuresOnLayer​(Layer layer)
      • clearSelection

        public static void clearSelection()
      • selectFeatures

        public static void selectFeatures​(Collection features)
      • warnUser

        public static void warnUser​(String statusMessage)
      • showMessage

        public static void showMessage​(String message)
      • confirmMessage

        public static int confirmMessage​(String message,
                                         String title)
      • logMessage

        public static void logMessage​(String message,
                                      boolean startNewPage)
      • getInput

        public static int getInput​(String[] map,
                                   String title)
      • repaint

        public static void repaint()