Class JUMP_GIS_Framework
java.lang.Object
org.openjump.util.python.JUMP_GIS_Framework
- All Implemented Interfaces:
org.python.core.ClassDictInit
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclassDictInit(org.python.core.PyObject dict) static voidstatic intconfirmMessage(String message, String title) static CollectionfeaturesOnLayer(Layer layer) static CollectionfilterFeatures(Collection features, String[] types) static intstatic Collectionstatic Collectionstatic Collectionstatic Collectionstatic voidlogMessage(String message, boolean startNewPage) static voidrepaint()static voidselectFeatures(Collection features) static voidsetWorkbenchContext(WorkbenchContext workContext) static voidshowMessage(String message) static void
-
Field Details
-
workbenchContext
-
-
Constructor Details
-
JUMP_GIS_Framework
public JUMP_GIS_Framework()
-
-
Method Details
-
setWorkbenchContext
-
classDictInit
public static void classDictInit(org.python.core.PyObject dict) -
getLayers
-
getLayersWithSelectedItems
-
getSelectedLayers
-
getSelectedFeatures
-
featuresOnLayer
-
filterFeatures
-
clearSelection
public static void clearSelection() -
selectFeatures
-
warnUser
-
showMessage
-
confirmMessage
-
logMessage
-
getInput
-
repaint
public static void repaint()
-