Package org.openjump.util.python
Class JUMP_GIS_Framework
- java.lang.Object
-
- org.openjump.util.python.JUMP_GIS_Framework
-
- All Implemented Interfaces:
org.python.core.ClassDictInit
public class JUMP_GIS_Framework extends Object implements org.python.core.ClassDictInit
-
-
Field Summary
Fields Modifier and Type Field Description static WorkbenchContextworkbenchContext
-
Constructor Summary
Constructors Constructor Description JUMP_GIS_Framework()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclassDictInit(org.python.core.PyObject dict)static voidclearSelection()static intconfirmMessage(String message, String title)static CollectionfeaturesOnLayer(Layer layer)static CollectionfilterFeatures(Collection features, String[] types)static intgetInput(String[] map, String title)static CollectiongetLayers()static CollectiongetLayersWithSelectedItems()static CollectiongetSelectedFeatures()static CollectiongetSelectedLayers()static voidlogMessage(String message, boolean startNewPage)static voidrepaint()static voidselectFeatures(Collection features)static voidsetWorkbenchContext(WorkbenchContext workContext)static voidshowMessage(String message)static voidwarnUser(String statusMessage)
-
-
-
Field Detail
-
workbenchContext
public static WorkbenchContext workbenchContext
-
-
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)
-
filterFeatures
public static Collection filterFeatures(Collection features, String[] types)
-
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)
-
logMessage
public static void logMessage(String message, boolean startNewPage)
-
repaint
public static void repaint()
-
-