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 LayerManagerJUMPWorkbenchContext. getLayerManager()LayerManagerWorkbenchContext. 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 voidAbstractInputDriver. input(LayerManager layerManager, String categoryName)Deprecated.Prompts the user for a data source to add as a Layer to the LayerManager.voidFMEFileInputDriver. input(LayerManager layerManager, String categoryName)voidGMLFileInputDriver. input(LayerManager layerManager, String categoryName)voidJMLFileInputDriver. input(LayerManager layerManager, String categoryName)voidShapeFileInputDriver. input(LayerManager layerManager, String categoryName)voidWKTFileInputDriver. 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 LayerManagerAbstractLayerable. getLayerManager()LayerManagerCategory. getLayerManager()LayerManagerLayerable. getLayerManager()LayerManagerLayerManagerProxy. getLayerManager()LayerManagerTask. getLayerManager()Methods in org.locationtech.jts.jump.workbench.model with parameters of type LayerManager Modifier and Type Method Description voidAbstractLayerable. setLayerManager(LayerManager layerManager)voidCategory. setLayerManager(LayerManager layerManager)voidLayer. setLayerManager(LayerManager layerManager)voidLayerable. 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 LayerManagerPlugInContext. 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 LayerManagerLayerViewFrame. layerManagerMethods in org.locationtech.jts.jump.workbench.ui that return LayerManager Modifier and Type Method Description LayerManagerAttributeTab. getLayerManager()LayerManagerDummyLayerNamePanel. getLayerManager()LayerManagerInfoFrame. getLayerManager()LayerManagerLayerComboBox. getLayerManager()LayerManagerLayerViewFrame. getLayerManager()LayerManagerLayerViewPanel. getLayerManager()LayerManagerTaskFrame. getLayerManager()LayerManagerTreeLayerNamePanel. getLayerManager()Methods in org.locationtech.jts.jump.workbench.ui with parameters of type LayerManager Modifier and Type Method Description JComboBoxMultiInputDialog. addEditableLayerComboBox(String fieldName, Layer initialValue, String toolTipText, LayerManager layerManager)JComboBoxMultiInputDialog. addLayerComboBox(String fieldName, Layer initialValue, String toolTipText, LayerManager layerManager)JComboBoxMultiInputDialog. addLayerComboBox(String fieldName, Layer initialValue, LayerManager layerManager)voidLayerComboBox. 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 LayerManagerViewAttributesPlugIn.ViewAttributesFrame. getLayerManager()
-