Uses of Class
com.vividsolutions.jump.workbench.model.LayerManager
Packages that use LayerManager
Package
Description
Layers, Categories, and Layer Managers -- the top level of abstraction
in the JUMP data model, wrapping Features and FeatureCollections, which
in turn wrap Geometries.
The API for "plug-ins", which are code modules that can be assigned to
buttons and menu items.
The built-in JUMP "plug-ins" (code modules that can be assigned to
buttons and menu items).
-
Uses of LayerManager in com.vividsolutions.jump.datastore.spatialdatabases
Constructors in com.vividsolutions.jump.datastore.spatialdatabases with parameters of type LayerManagerModifierConstructorDescriptionSpatialDSLayer(String name, Color fillColor, FeatureCollection featureCollection, LayerManager layerManager, WorkbenchContext workbenchContext) -
Uses of LayerManager in com.vividsolutions.jump.workbench
Methods in com.vividsolutions.jump.workbench that return LayerManagerModifier and TypeMethodDescriptionJUMPWorkbenchContext.getLayerManager()WorkbenchContext.getLayerManager() -
Uses of LayerManager in com.vividsolutions.jump.workbench.driver
Methods in com.vividsolutions.jump.workbench.driver with parameters of type LayerManagerModifier and TypeMethodDescriptionabstract 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 com.vividsolutions.jump.workbench.imagery
Methods in com.vividsolutions.jump.workbench.imagery with parameters of type LayerManagerModifier and TypeMethodDescriptionstatic LayerReferencedImageFactoryFileLayerLoader.createLayer(LayerManager layerManager, URI uri) Constructors in com.vividsolutions.jump.workbench.imagery with parameters of type LayerManagerModifierConstructorDescriptionReferencedImagesLayer(String name, Color fillColor, FeatureCollection featureCollection, LayerManager layerManager) -
Uses of LayerManager in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.jump.workbench.model that return LayerManagerModifier and TypeMethodDescriptionAbstractLayerable.getLayerManager()Category.getLayerManager()Layerable.getLayerManager()LayerManagerProxy.getLayerManager()Task.getLayerManager()Methods in com.vividsolutions.jump.workbench.model with parameters of type LayerManagerModifier and TypeMethodDescriptionvoidAbstractLayerable.setLayerManager(LayerManager layerManager) voidCategory.setLayerManager(LayerManager layerManager) voidLayer.setLayerManager(LayerManager layerManager) voidLayerable.setLayerManager(LayerManager layerManager) Called by Java2XMLvoidLayerView.setLayerManager(LayerManager layerManager) Constructors in com.vividsolutions.jump.workbench.model with parameters of type LayerManagerModifierConstructorDescriptionAbstractLayerable(String name, LayerManager layerManager) GeoReferencedLayerable(String name, LayerManager layerManager) Layer(String name, Color fillColor, FeatureCollection featureCollection, LayerManager layerManager) LayerView(String layerName, LayerManager layerManager) NonSavePromptingLayer(String name, Color fillColor, FeatureCollection featureCollection, LayerManager layerManager) WMSLayer(LayerManager layerManager, WMService initializedService, String srs, List<String> layerNames, String format) WMSLayer(LayerManager layerManager, WMService initializedService, String srs, List<String> layerNames, String format, String version) WMSLayer(LayerManager layerManager, String serverURL, String srs, List<String> layerNames, String format, String version) WMSLayer(String title, LayerManager layerManager, WMService initializedService, String srs, List<String> layerNames, String format) WMSLayer(String title, LayerManager layerManager, WMService initializedService, String srs, List<String> layerNames, String format, String version) -
Uses of LayerManager in com.vividsolutions.jump.workbench.plugin
Methods in com.vividsolutions.jump.workbench.plugin that return LayerManager -
Uses of LayerManager in com.vividsolutions.jump.workbench.ui
Fields in com.vividsolutions.jump.workbench.ui declared as LayerManagerMethods in com.vividsolutions.jump.workbench.ui that return LayerManagerModifier and TypeMethodDescriptionAttributeTab.getLayerManager()DummyLayerNamePanel.getLayerManager()InfoFrame.getLayerManager()LayerComboBox.getLayerManager()LayerViewFrame.getLayerManager()LayerViewPanel.getLayerManager()TaskFrame.getLayerManager()TreeLayerNamePanel.getLayerManager()Methods in com.vividsolutions.jump.workbench.ui with parameters of type LayerManagerModifier and TypeMethodDescriptionAbstractMultiInputDialog.addEditableLayerComboBox(String fieldName, Layer initialValue, String toolTipText, LayerManager layerManager) Add a JComboBox containing editable layers of a LayerManager.AbstractMultiInputDialog.addLayerableComboBox(String fieldName, T initialValue, String toolTipText, LayerManager layerManager, Class<T> clazz) Add a JComboBox containing layerables of type clazz.AbstractMultiInputDialog.addLayerComboBox(String fieldName, Layer initialValue, LayerManager layerManager) Add a JComboBox containing available layers from the current LayerManager.AbstractMultiInputDialog.addLayerComboBox(String fieldName, Layer initialValue, String toolTipText, LayerManager layerManager) Add a JComboBox containing available layers from the current LayerManager.AbstractMultiInputDialog.addLayerComboBox(String fieldName, String toolTipText, LayerManager layerManager, AttributeTypeFilter filter) Add a JComboBox containing layers containing the specified AttributeType.AbstractMultiInputDialog.addRasterLayerComboBox(String fieldName, RasterImageLayer initialValue, String toolTipText, LayerManager layerManager) Add a JComboBox containing RasterImageLayers.AttributeTypeFilter.filter(LayerManager layerManager) Filter layers from a LayerManager according to AttributeType of their attributes.voidLayerComboBox.setLayerManager(LayerManager layerManager) Constructors in com.vividsolutions.jump.workbench.ui with parameters of type LayerManagerModifierConstructorDescriptionLayerViewPanel(LayerManager layerManager, LayerViewPanelContext context) -
Uses of LayerManager in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin that return LayerManager -
Uses of LayerManager in org.openjump.core.rasterimage
Constructors in org.openjump.core.rasterimage with parameters of type LayerManagerModifierConstructorDescriptionRasterImageLayer(String name, LayerManager layerManager, BufferedImage imageToDisplay, Raster newRaster, org.locationtech.jts.geom.Envelope wholeImageEnvelope) Constructor to be used in case the image was not loaded from a file, so there is no file name, but an imageRasterImageLayer(String name, LayerManager layerManager, String imageFileName, BufferedImage imageToDisplay, org.locationtech.jts.geom.Envelope wholeImageEnvelope) -
Uses of LayerManager in org.openjump.core.rasterimage.sextante
Methods in org.openjump.core.rasterimage.sextante with parameters of type LayerManagerModifier and TypeMethodDescriptionvoidOpenJUMPSextanteRasterLayer.create(String name, String filename, GridExtent ge, int dataType, int numBands, Object crs, LayerManager layerManager) voidISextanteRasterLayer.fitToGridExtent(GridExtent gridExtent, LayerManager layerManager) Resamples the layer so the new full extent is the same as a given gridExtentvoidOpenJUMPSextanteRasterLayer.fitToGridExtent(GridExtent ge, LayerManager layerManager) -
Uses of LayerManager in org.openjump.sigle.utilities.gui
Methods in org.openjump.sigle.utilities.gui with parameters of type LayerManagerModifier and TypeMethodDescriptionstatic voidDialogUtil.setLayerNamesAsListData(LayerManager argManager, JList argList)