Uses of Class
org.locationtech.jts.jump.workbench.model.LayerManager
-
Packages that use LayerManager Package Description org.locationtech.jts.jump.workbench org.locationtech.jts.jump.workbench.driver org.locationtech.jts.jump.workbench.model Layers, Categories, and Layer Managers -- the top level of abstraction in the JUMP data model, wrapping Features and FeatureCollections, which in turn wrap Geometries.org.locationtech.jts.jump.workbench.plugin The API for "plug-ins", which are code modules that can be assigned to buttons and menu items.org.locationtech.jts.jump.workbench.ui org.locationtech.jts.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items). -
-
Uses of LayerManager in org.locationtech.jts.jump.workbench
Methods in org.locationtech.jts.jump.workbench that return LayerManager Modifier and Type Method Description LayerManager
JUMPWorkbenchContext. getLayerManager()
LayerManager
WorkbenchContext. getLayerManager()
-
Uses of LayerManager in org.locationtech.jts.jump.workbench.driver
Methods in org.locationtech.jts.jump.workbench.driver with parameters of type LayerManager Modifier and Type Method Description abstract void
AbstractInputDriver. input(LayerManager layerManager, String categoryName)
Deprecated.Prompts the user for a data source to add as a Layer to the LayerManager.void
FMEFileInputDriver. input(LayerManager layerManager, String categoryName)
void
GMLFileInputDriver. input(LayerManager layerManager, String categoryName)
void
JMLFileInputDriver. input(LayerManager layerManager, String categoryName)
void
ShapeFileInputDriver. input(LayerManager layerManager, String categoryName)
void
WKTFileInputDriver. input(LayerManager layerManager, String categoryName)
-
Uses of LayerManager in org.locationtech.jts.jump.workbench.model
Methods in org.locationtech.jts.jump.workbench.model that return LayerManager Modifier and Type Method Description LayerManager
AbstractLayerable. getLayerManager()
LayerManager
Category. getLayerManager()
LayerManager
Layerable. getLayerManager()
LayerManager
LayerManagerProxy. getLayerManager()
LayerManager
Task. getLayerManager()
Methods in org.locationtech.jts.jump.workbench.model with parameters of type LayerManager Modifier and Type Method Description void
AbstractLayerable. setLayerManager(LayerManager layerManager)
void
Category. setLayerManager(LayerManager layerManager)
void
Layer. setLayerManager(LayerManager layerManager)
void
Layerable. setLayerManager(LayerManager layerManager)
Called by Java2XMLConstructors in org.locationtech.jts.jump.workbench.model with parameters of type LayerManager Constructor Description AbstractLayerable(String name, LayerManager layerManager)
Layer(String name, Color fillColor, FeatureCollection featureCollection, LayerManager layerManager)
WMSLayer(LayerManager layerManager, String serverURL, String srs, List layerNames, String format)
WMSLayer(LayerManager layerManager, WMService initializedService, String srs, List layerNames, String format)
-
Uses of LayerManager in org.locationtech.jts.jump.workbench.plugin
Methods in org.locationtech.jts.jump.workbench.plugin that return LayerManager Modifier and Type Method Description LayerManager
PlugInContext. getLayerManager()
-
Uses of LayerManager in org.locationtech.jts.jump.workbench.ui
Fields in org.locationtech.jts.jump.workbench.ui declared as LayerManager Modifier and Type Field Description protected LayerManager
LayerViewFrame. layerManager
Methods in org.locationtech.jts.jump.workbench.ui that return LayerManager Modifier and Type Method Description LayerManager
AttributeTab. getLayerManager()
LayerManager
DummyLayerNamePanel. getLayerManager()
LayerManager
InfoFrame. getLayerManager()
LayerManager
LayerComboBox. getLayerManager()
LayerManager
LayerViewFrame. getLayerManager()
LayerManager
LayerViewPanel. getLayerManager()
LayerManager
TaskFrame. getLayerManager()
LayerManager
TreeLayerNamePanel. getLayerManager()
Methods in org.locationtech.jts.jump.workbench.ui with parameters of type LayerManager Modifier and Type Method Description JComboBox
MultiInputDialog. addEditableLayerComboBox(String fieldName, Layer initialValue, String toolTipText, LayerManager layerManager)
JComboBox
MultiInputDialog. addLayerComboBox(String fieldName, Layer initialValue, String toolTipText, LayerManager layerManager)
JComboBox
MultiInputDialog. addLayerComboBox(String fieldName, Layer initialValue, LayerManager layerManager)
void
LayerComboBox. setLayerManager(LayerManager layerManager)
Constructors in org.locationtech.jts.jump.workbench.ui with parameters of type LayerManager Constructor Description LayerViewPanel(LayerManager layerManager, LayerViewPanelContext context)
-
Uses of LayerManager in org.locationtech.jts.jump.workbench.ui.plugin
Methods in org.locationtech.jts.jump.workbench.ui.plugin that return LayerManager Modifier and Type Method Description LayerManager
ViewAttributesPlugIn.ViewAttributesFrame. getLayerManager()
-