Uses of Class
com.vividsolutions.jump.workbench.model.Layer

Packages that use Layer
com.vividsolutions.jump.plugin.qa   
com.vividsolutions.jump.workbench.driver   
com.vividsolutions.jump.workbench.imagery   
com.vividsolutions.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. 
com.vividsolutions.jump.workbench.plugin The API for "plug-ins", which are code modules that can be assigned to buttons and menu items. 
com.vividsolutions.jump.workbench.ui   
com.vividsolutions.jump.workbench.ui.cursortool   
com.vividsolutions.jump.workbench.ui.cursortool.editing   
com.vividsolutions.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items). 
com.vividsolutions.jump.workbench.ui.plugin.clipboard   
com.vividsolutions.jump.workbench.ui.plugin.imagery   
com.vividsolutions.jump.workbench.ui.renderer   
com.vividsolutions.jump.workbench.ui.renderer.style   
com.vividsolutions.jump.workbench.ui.style   
com.vividsolutions.jump.workbench.ui.toolbox   
com.vividsolutions.jump.workbench.ui.warp   
de.fho.jump.pirol.utilities.plugIns   
de.hawhamburg.sridsupport   
de.latlon.deejump.plugin.style   
org.openjump.core.apitools   
org.openjump.core.ccordsys.srid   
org.openjump.core.ui   
org.openjump.core.ui.plugin.datastore   
org.openjump.core.ui.plugin.file.open   
org.openjump.core.ui.plugin.layer   
org.openjump.core.ui.plugin.layer.pirolraster   
org.openjump.core.ui.plugin.tools   
org.openjump.sigle.plugin.joinTable   
org.openjump.sigle.utilities.gui   
org.openjump.util.metaData   
org.openjump.util.python   
 

Uses of Layer in com.vividsolutions.jump.plugin.qa
 

Methods in com.vividsolutions.jump.plugin.qa with parameters of type Layer
static void DiffGeometryPlugIn.setDiffGeometryStyle(Layer lyr, java.awt.Color fillColor, java.awt.Color lineColor)
          Sets the style for a diff geometry layer.
 

Uses of Layer in com.vividsolutions.jump.workbench.driver
 

Methods in com.vividsolutions.jump.workbench.driver with parameters of type Layer
 void ShapefileOutputDriver.output(Layer layer)
           
 void GMLFileOutputDriver.output(Layer layer)
           
 void FMEFileOutputDriver.output(Layer layer)
           
 void WKTFileOutputDriver.output(Layer layer)
           
abstract  void AbstractOutputDriver.output(Layer layer)
          Deprecated. Called after the user has pressed OK on the DriverDialog.
 void JMLFileOutputDriver.output(Layer layer)
           
 

Uses of Layer in com.vividsolutions.jump.workbench.imagery
 

Methods in com.vividsolutions.jump.workbench.imagery with parameters of type Layer
 void ReferencedImageStyle.initialize(Layer l)
           
 

Uses of Layer in com.vividsolutions.jump.workbench.model
 

Subclasses of Layer in com.vividsolutions.jump.workbench.model
static class SystemLayerFinder.NonSavePromptingLayer
           
 

Methods in com.vividsolutions.jump.workbench.model that return Layer
 Layer LayerManager.addLayer(java.lang.String categoryName, Layer layer)
           
 Layer LayerManager.addLayer(java.lang.String categoryName, java.lang.String layerName, FeatureCollection featureCollection)
           
 Layer LayerManager.addOrReplaceLayer(java.lang.String categoryName, java.lang.String layerName, FeatureCollection featureCollection)
           
 Layer SystemLayerFinder.createLayer()
           
 Layer FeatureEvent.getLayer()
           
 Layer SystemLayerFinder.getLayer()
           
 Layer LayerManager.getLayer(int index)
           
 Layer LayerManager.getLayer(java.lang.String name)
           
 Layer Layer.setDataSourceQuery(DataSourceQuery dataSourceQuery)
           
 Layer Layer.setFeatureCollectionModified(boolean featureCollectionModified)
           
 

Methods in com.vividsolutions.jump.workbench.model with parameters of type Layer
 Layer LayerManager.addLayer(java.lang.String categoryName, Layer layer)
           
protected  void AbstractVectorLayerFinder.applyStyles(Layer layer)
           
protected abstract  void SystemLayerFinder.applyStyles(Layer layer)
           
protected  void FenceLayerFinder.applyStyles(Layer layer)
           
 void LayerManager.fireFeaturesAttChanged(java.util.Collection features, FeatureEventType type, Layer layer, java.util.Collection oldFeatureClones)
           
 void LayerManager.fireFeaturesChanged(java.util.Collection features, FeatureEventType type, Layer layer)
           
 void LayerManager.fireGeometryModified(java.util.Collection features, Layer layer, java.util.Collection oldFeatureClones)
           
 int LayerManager.indexOf(Layer layer)
           
static void LayerStyleUtil.setLinearStyle(Layer lyr, java.awt.Color lineColor, int lineWidth, int vertexSize)
          Sets the style for a linear layer.
static void Layer.tryToInvalidateEnvelope(Layer layer)
          Does nothing if the underlying feature collection is not a FeatureDataset.
 

Constructors in com.vividsolutions.jump.workbench.model with parameters of type Layer
FeatureEvent(java.util.Collection features, FeatureEventType type, Layer layer, java.util.Collection oldFeatureClones)
           
 

Uses of Layer in com.vividsolutions.jump.workbench.plugin
 

Methods in com.vividsolutions.jump.workbench.plugin that return Layer
 Layer PlugInContext.addLayer(java.lang.String categoryName, java.lang.String layerName, FeatureCollection featureCollection)
           
 Layer PlugInContext.getCandidateLayer(int i)
           
 Layer PlugInContext.getSelectedLayer(int i)
           
 Layer[] PlugInContext.getSelectedLayers()
           
 

Uses of Layer in com.vividsolutions.jump.workbench.ui
 

Methods in com.vividsolutions.jump.workbench.ui that return Layer
 Layer LayerNamePanel.chooseEditableLayer()
           
 Layer DummyLayerNamePanel.chooseEditableLayer()
           
 Layer AttributeTab.chooseEditableLayer()
           
 Layer TreeLayerNamePanel.chooseEditableLayer()
           
static Layer TreeLayerNamePanel.chooseEditableLayer(LayerNamePanel panel)
           
 Layer EditTransaction.getLayer()
           
 Layer LayerTableModel.getLayer()
           
 Layer OneLayerAttributeTab.getLayer()
           
 Layer MultiInputDialog.getLayer(java.lang.String fieldName)
           
 Layer LayerComboBox.getSelectedLayer()
           
 Layer[] LayerNamePanel.getSelectedLayers()
           
 Layer[] DummyLayerNamePanel.getSelectedLayers()
           
 Layer[] AttributeTab.getSelectedLayers()
           
 Layer[] TreeLayerNamePanel.getSelectedLayers()
           
static Layer[] TreeLayerNamePanel.selectedLayers(LayerNamePanel layerNamePanel)
           
 

Methods in com.vividsolutions.jump.workbench.ui with parameters of type Layer
 void InfoModel.add(Layer layer, java.util.Collection features)
           
 javax.swing.JComboBox MultiInputDialog.addEditableLayerComboBox(java.lang.String fieldName, Layer initialValue, java.lang.String toolTipText, LayerManager layerManager)
           
 javax.swing.JComboBox MultiInputDialog.addLayerComboBox(java.lang.String fieldName, Layer initialValue, LayerManager layerManager)
           
 javax.swing.JComboBox MultiInputDialog.addLayerComboBox(java.lang.String fieldName, Layer initialValue, java.lang.String toolTipText, java.util.Collection layers)
           
 javax.swing.JComboBox MultiInputDialog.addLayerComboBox(java.lang.String fieldName, Layer initialValue, java.lang.String toolTipText, LayerManager layerManager)
           
protected  void TreeLayerNamePanel.addSelectedLayer(Layer layer)
           
 java.util.Collection SelectionManager.createFeaturesFromSelectedItems(Layer layer)
           
static EditTransaction EditTransaction.createTransactionOnSelection(EditTransaction.SelectionEditor editor, SelectionManagerProxy selectionManagerProxy, LayerViewPanelContext layerViewPanelContext, java.lang.String name, Layer layer, boolean rollingBackInvalidEdits, boolean allowAddingAndRemovingFeatures)
           
 void AttributeTablePanel.FeatureEditor.edit(PlugInContext context, Feature feature, Layer layer)
           
static java.util.Map EditTransaction.featureToNewGeometryMap(EditTransaction.SelectionEditor editor, SelectionManagerProxy selectionManagerProxy, Layer layer)
           
 java.util.Collection AbstractSelection.getFeaturesWithSelectedItems(Layer layer)
           
 java.util.Collection SelectionManager.getFeaturesWithSelectedItems(Layer layer)
           
 CollectionMap AbstractSelection.getFeatureToSelectedItemCollectionMap(Layer layer)
          Note that some features in the map may not have selected items.
 CollectionMap AbstractSelection.getFeatureToSelectedItemIndexCollectionMap(Layer layer)
          Note that some features in the map may not have selected items.
 java.util.Collection AbstractSelection.getSelectedItemIndices(Layer layer, Feature feature)
           
 java.util.Collection AbstractSelection.getSelectedItems(Layer layer)
           
 java.util.Collection SelectionManager.getSelectedItems(Layer layer)
           
 java.util.Collection AbstractSelection.getSelectedItems(Layer layer, Feature feature)
           
 java.util.Collection SelectionManager.getSelectedItems(Layer layer, Feature feature)
           
 java.util.Collection AbstractSelection.getSelectedItems(Layer layer, Feature feature, com.vividsolutions.jts.geom.Geometry geometry)
           
 java.util.Collection SelectionManager.getSelectedItems(Layer layer, Feature feature, com.vividsolutions.jts.geom.Geometry geometry)
           
 LayerTableModel InfoModel.getTableModel(Layer layer)
           
 AttributeTablePanel AttributePanel.getTablePanel(Layer layer)
           
 LayerColorPanel LayerColorPanel.init(Layer layer, boolean selected, java.awt.Color backgroundColor, java.awt.Color selectionBackgroundColor)
           
 java.util.Collection AbstractSelection.itemsNotSelectedInAncestors(Layer layer, Feature feature, java.util.Collection items)
           
 void InfoModel.remove(Layer layer)
           
protected  boolean LineStringSelection.selectedInAncestors(Layer layer, Feature feature, com.vividsolutions.jts.geom.Geometry item)
           
protected  boolean PartSelection.selectedInAncestors(Layer layer, Feature feature, com.vividsolutions.jts.geom.Geometry item)
           
protected abstract  boolean AbstractSelection.selectedInAncestors(Layer layer, Feature feature, com.vividsolutions.jts.geom.Geometry item)
           
protected  boolean FeatureSelection.selectedInAncestors(Layer layer, Feature feature, com.vividsolutions.jts.geom.Geometry item)
           
 void AbstractSelection.selectItems(Layer layer, java.util.Collection features)
           
 void AbstractSelection.selectItems(Layer layer, CollectionMap featureToItemCollectionMap)
           
 void AbstractSelection.selectItems(Layer layer, Feature feature)
           
 void AbstractSelection.selectItems(Layer layer, Feature feature, java.util.Collection items)
           
 OneLayerAttributeTab OneLayerAttributeTab.setLayer(Layer layer)
           
 void DriverDialog.setLayer(Layer layer)
          This DriverDialog will attempt to retrieve the last values used for the given Layer.
 void LayerComboBox.setSelectedLayer(Layer candidateLayer)
           
 void TreeLayerNamePanel.setSelectedLayers(Layer[] layers)
           
 java.awt.Color FeatureInfoWriter.sidebarColor(Layer layer)
           
 void AbstractSelection.unselectFromFeaturesWithModifiedItemCounts(Layer layer, java.util.Collection features, java.util.Collection oldFeatureClones)
           
 void SelectionManager.unselectFromFeaturesWithModifiedItemCounts(Layer layer, java.util.Collection features, java.util.Collection oldFeatureClones)
           
protected  void LineStringSelection.unselectInDescendants(Layer layer, Feature feature, java.util.Collection items)
           
protected  void PartSelection.unselectInDescendants(Layer layer, Feature feature, java.util.Collection items)
           
protected abstract  void AbstractSelection.unselectInDescendants(Layer layer, Feature feature, java.util.Collection items)
           
protected  void FeatureSelection.unselectInDescendants(Layer layer, Feature feature, java.util.Collection items)
           
 void AbstractSelection.unselectItem(Layer layer, Feature feature, int selectedItemIndex)
           
 void AbstractSelection.unselectItems(Layer layer)
           
 void SelectionManager.unselectItems(Layer layer)
           
 void AbstractSelection.unselectItems(Layer layer, java.util.Collection features)
           
 void SelectionManager.unselectItems(Layer layer, java.util.Collection features)
           
 void AbstractSelection.unselectItems(Layer layer, CollectionMap featureToItemCollectionMap)
           
 void AbstractSelection.unselectItems(Layer layer, Feature feature)
           
 void AbstractSelection.unselectItems(Layer layer, Feature feature, java.util.Collection items)
           
 

Constructors in com.vividsolutions.jump.workbench.ui with parameters of type Layer
EditTransaction(java.util.Collection features, java.lang.String name, Layer layer, boolean rollingBackInvalidEdits, boolean allowAddingAndRemovingFeatures, LayerViewPanel layerViewPanel)
           
EditTransaction(java.util.Collection features, java.lang.String name, Layer layer, boolean rollingBackInvalidEdits, boolean allowAddingAndRemovingFeatures, LayerViewPanelContext layerViewPanelContext)
          If you want to delete a feature, you can either (1) include the feature in the features parameter, set allowAddingAndRemovingFeatures to true, then call #setGeometry(feature, empty geometry); or (2) not include the feature in the features parameter, instead using #deleteFeature
LayerTableModel(Layer layer)
           
SchemaPanel(Layer layer, EditingPlugIn editingPlugIn, WorkbenchContext context)
           
SchemaTableModel(Layer layer)
           
 

Uses of Layer in com.vividsolutions.jump.workbench.ui.cursortool
 

Methods in com.vividsolutions.jump.workbench.ui.cursortool that return Layer
 Layer NoteTool.layer()
           
protected  Layer AbstractClickSelectedLineStringsTool.layer(Feature feature, java.util.Map layerToSpecifiedFeaturesMap)
           
 

Methods in com.vividsolutions.jump.workbench.ui.cursortool with parameters of type Layer
 SplitLineStringsOp SplitLineStringsOp.addSplit(Feature feature, com.vividsolutions.jts.geom.Coordinate target, Layer layer, boolean moveSplitToTarget)
           
protected  Feature VectorTool.feature(com.vividsolutions.jts.geom.LineString lineString, Layer layer, UndoableCommand command)
           
 void NoteStyle.initialize(Layer layer)
           
protected  void AbstractClickSelectedLineStringsTool.warnLayerNotEditable(Layer layer)
           
 

Uses of Layer in com.vividsolutions.jump.workbench.ui.cursortool.editing
 

Methods in com.vividsolutions.jump.workbench.ui.cursortool.editing that return Layer
 Layer InsertVertexTool.SegmentContext.getLayer()
           
 

Methods in com.vividsolutions.jump.workbench.ui.cursortool.editing with parameters of type Layer
protected  EditTransaction DeleteVertexTool.createTransaction(Layer layer, java.util.ArrayList verticesDeleted)
           
 

Constructors in com.vividsolutions.jump.workbench.ui.cursortool.editing with parameters of type Layer
InsertVertexTool.SegmentContext(Layer layer, Feature feature, com.vividsolutions.jts.geom.LineSegment segment)
           
 

Uses of Layer in com.vividsolutions.jump.workbench.ui.plugin
 

Fields in com.vividsolutions.jump.workbench.ui.plugin declared as Layer
protected  Layer WKTPlugIn.layer
           
 

Methods in com.vividsolutions.jump.workbench.ui.plugin that return Layer
protected  Layer EditSelectedFeaturePlugIn.layer(PlugInContext context)
           
protected abstract  Layer WKTPlugIn.layer(PlugInContext context)
           
protected  Layer AddNewFeaturesPlugIn.layer(PlugInContext context)
           
 

Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type Layer
static void OpenProjectPlugIn.load(Layer layer, CoordinateSystemRegistry registry, TaskMonitor monitor)
           
 

Constructors in com.vividsolutions.jump.workbench.ui.plugin with parameters of type Layer
ViewAttributesPlugIn.ViewAttributesFrame(Layer layer, PlugInContext context)
           
 

Uses of Layer in com.vividsolutions.jump.workbench.ui.plugin.clipboard
 

Methods in com.vividsolutions.jump.workbench.ui.plugin.clipboard that return Layer
protected  Layer LayerableClipboardPlugIn.cloneLayer(Layer layer)
           
 

Methods in com.vividsolutions.jump.workbench.ui.plugin.clipboard with parameters of type Layer
protected  Layer LayerableClipboardPlugIn.cloneLayer(Layer layer)
           
 

Uses of Layer in com.vividsolutions.jump.workbench.ui.plugin.imagery
 

Methods in com.vividsolutions.jump.workbench.ui.plugin.imagery with parameters of type Layer
 java.util.Collection ImageFeatureCreator.getImages(PlugInContext context, Layer layer)
           
 void ImageFeatureCreator.setLayerSelectability(Layer layer)
          Sets whether an imagery layer is selectable, editable, and read-only.
 

Uses of Layer in com.vividsolutions.jump.workbench.ui.renderer
 

Methods in com.vividsolutions.jump.workbench.ui.renderer with parameters of type Layer
 Renderer LayerRendererFactory.create(Layer layer, LayerViewPanel panel, int maxFeatures)
           
protected  CollectionMap FeatureSelectionRenderer.featureToSelectedItemsMap(Layer layer)
           
protected  CollectionMap SelectionBackgroundRenderer.featureToSelectedItemsMap(Layer layer)
           
protected  CollectionMap LineStringSelectionRenderer.featureToSelectedItemsMap(Layer layer)
           
protected  CollectionMap PartSelectionRenderer.featureToSelectedItemsMap(Layer layer)
           
protected abstract  CollectionMap AbstractSelectionRenderer.featureToSelectedItemsMap(Layer layer)
           
 void AbstractSelectionRenderer.initialize(Layer layer)
           
protected  void ImageCachingFeatureCollectionRenderer.renderHook(ThreadSafeImage image, java.util.Collection features, Layer layer, Style style)
           
 

Constructors in com.vividsolutions.jump.workbench.ui.renderer with parameters of type Layer
LayerRenderer(Layer layer, LayerViewPanel panel)
           
 

Uses of Layer in com.vividsolutions.jump.workbench.ui.renderer.style
 

Methods in com.vividsolutions.jump.workbench.ui.renderer.style that return Layer
 Layer ColorThemingStylePanel.getLayer()
           
 

Methods in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type Layer
static ColorThemingStyle ColorThemingStyle.get(Layer layer)
           
 void PinEqualCoordinatesStyle.initialize(Layer layer)
           
 void BasicStyle.initialize(Layer layer)
           
 void LabelStyle.initialize(Layer layer)
           
 void LineStringStyle.initialize(Layer layer)
           
 void VertexStyle.initialize(Layer layer)
           
 void DelegatingStyle.initialize(Layer layer)
           
 void DummyStyle.initialize(Layer layer)
           
 void ColorThemingStyle.initialize(Layer layer)
           
 void ArrowLineStringEndpointStyle.Feathers.initialize(Layer layer)
           
 void Style.initialize(Layer layer)
          Called before #paint is applied to each Feature.
 

Constructors in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type Layer
ColorThemingStylePanel(Layer layer, WorkbenchContext workbenchContext)
           
 

Uses of Layer in com.vividsolutions.jump.workbench.ui.style
 

Constructors in com.vividsolutions.jump.workbench.ui.style with parameters of type Layer
DecorationStylePanel(Layer layer, java.util.Collection choosableStyleClasses)
           
LabelStylePanel(Layer layer, LayerViewPanel layerViewPanel, javax.swing.JDialog parent, ErrorHandler errorHandler)
           
RenderingStylePanel(Blackboard blackboard, Layer layer)
           
ScaleStylePanel(Layer layer, LayerViewPanel panel)
           
 

Uses of Layer in com.vividsolutions.jump.workbench.ui.toolbox
 

Methods in com.vividsolutions.jump.workbench.ui.toolbox that return Layer
protected  Layer MainButtonPlugIn.generateLayer(java.lang.String name, java.lang.String category, java.awt.Color color, LayerManagerProxy proxy, FeatureCollection featureCollection, java.lang.String description)
           
protected  Layer MainButtonPlugIn.generateLineLayer(java.lang.String name, java.lang.String category, java.awt.Color color, LayerManagerProxy proxy, FeatureCollection featureCollection, java.lang.String description)
           
 

Uses of Layer in com.vividsolutions.jump.workbench.ui.warp
 

Methods in com.vividsolutions.jump.workbench.ui.warp that return Layer
 Layer WarpingPanel.currentSourceLayer()
           
 

Methods in com.vividsolutions.jump.workbench.ui.warp with parameters of type Layer
protected  void IncrementalWarpingVectorLayerFinder.applyStyles(Layer layer)
           
 

Uses of Layer in de.fho.jump.pirol.utilities.plugIns
 

Methods in de.fho.jump.pirol.utilities.plugIns that return Layer
static Layer StandardPirolPlugIn.getSelectedLayer(PlugInContext context)
          get one Layer that is selected
static Layer[] StandardPirolPlugIn.getSelectedLayers(PlugInContext context, int num)
          Get a given number of selected Layers.
 

Methods in de.fho.jump.pirol.utilities.plugIns with parameters of type Layer
static Feature[] StandardPirolPlugIn.getFeaturesInFenceOrInLayer(PlugInContext context, Layer layer)
          Get a List of Features (from the given Layer) that reside within the fence (if there is a fence) or just the features of the layer (if there is currently no fence)
 

Uses of Layer in de.hawhamburg.sridsupport
 

Methods in de.hawhamburg.sridsupport with parameters of type Layer
 void SRIDStyle.initialize(Layer layer)
           
 void SRIDStyle.updateSRIDs(Layer layer)
           
 

Uses of Layer in de.latlon.deejump.plugin.style
 

Constructors in de.latlon.deejump.plugin.style with parameters of type Layer
DeeRenderingStylePanel(Blackboard blackboard, Layer layer, Blackboard persistentBlackboard)
           
 

Uses of Layer in org.openjump.core.apitools
 

Methods in org.openjump.core.apitools that return Layer
static Layer LayerTools.addAndSelectStandardResultLayer(java.lang.String title, FeatureCollection featCollection, java.awt.Color color, PlugInContext context, FeatureCollectionRole role)
           
static Layer LayerTools.addAndSelectStandardResultLayer(java.lang.String title, FeatureCollection featCollection, PlugInContext context, FeatureCollectionRole role)
           
static Layer LayerTools.addStandardResultLayer(java.lang.String title, FeatureCollection featCollection, java.awt.Color color, PlugInContext context, boolean select, FeatureCollectionRole role)
           
static Layer LayerTools.addStandardResultLayer(java.lang.String title, FeatureCollection featCollection, java.awt.Color color, PlugInContext context, FeatureCollectionRole role)
           
 Layer LayerTools.addStandardResultLayer(java.lang.String title, FeatureCollection featCollection, FeatureCollectionRole role)
           
static Layer LayerTools.addStandardResultLayer(java.lang.String title, FeatureCollection featCollection, PlugInContext context, FeatureCollectionRole role)
           
static Layer LayerTools.getSelectedLayer(PlugInContext context)
          get one Layer that is selected
 Layer[] LayerTools.getSelectedLayers()
           
static Layer[] LayerTools.getSelectedLayers(PlugInContext context, int num)
          Get a given number of selected Layers.
static Layer LayerTools.putGeometryArrayIntoMap(com.vividsolutions.jts.geom.Geometry[] geometryArray, PlugInContext context)
           
 

Methods in org.openjump.core.apitools with parameters of type Layer
 Feature[] LayerTools.getFeaturesInFenceInLayer(Layer layer, com.vividsolutions.jts.geom.Geometry fenceGeometry)
           
static Feature[] SelectionTools.getFeaturesInFenceInLayer(Layer layer, com.vividsolutions.jts.geom.Geometry fenceGeometry)
          Get a list of those features from the given layer that are included by the given fence geometry.
static java.util.List SelectionTools.getFeaturesInFenceInLayerAsList(Layer layer, com.vividsolutions.jts.geom.Geometry fenceGeometry)
          Get a list of those features from the given layer that are included by the given fence geometry.
static Feature[] SelectionTools.getFeaturesOnTheSameSpot(Layer layer, com.vividsolutions.jts.geom.Geometry fenceGeometry, boolean bothWays)
          Get a list of those features from the given layer that are included by the given fence geometry.
static java.util.List<Feature> SelectionTools.getSelectedFeaturesFromLayer(PlugInContext context, Layer layer)
           
static void SelectionTools.selectLayer(PlugInContext context, Layer layer)
           
 

Uses of Layer in org.openjump.core.ccordsys.srid
 

Methods in org.openjump.core.ccordsys.srid with parameters of type Layer
 void SRIDStyle.initialize(Layer layer)
           
 void SRIDStyle.updateSRIDs(Layer layer)
           
 

Uses of Layer in org.openjump.core.ui
 

Methods in org.openjump.core.ui that return Layer
 Layer MultiInputDialogWithoutCancel.getLayer(java.lang.String fieldName)
           
 

Methods in org.openjump.core.ui with parameters of type Layer
 javax.swing.JComboBox MultiInputDialogWithoutCancel.addEditableLayerComboBox(java.lang.String fieldName, Layer initialValue, java.lang.String toolTipText, LayerManager layerManager)
           
 javax.swing.JComboBox MultiInputDialogWithoutCancel.addLayerComboBox(java.lang.String fieldName, Layer initialValue, LayerManager layerManager)
           
 javax.swing.JComboBox MultiInputDialogWithoutCancel.addLayerComboBox(java.lang.String fieldName, Layer initialValue, java.lang.String toolTipText, java.util.Collection layers)
           
 javax.swing.JComboBox MultiInputDialogWithoutCancel.addLayerComboBox(java.lang.String fieldName, Layer initialValue, java.lang.String toolTipText, LayerManager layerManager)
           
 

Uses of Layer in org.openjump.core.ui.plugin.datastore
 

Methods in org.openjump.core.ui.plugin.datastore with parameters of type Layer
static void AddDataStoreLayerWizard.load(Layer layer, CoordinateSystemRegistry registry, TaskMonitor monitor)
           
 

Uses of Layer in org.openjump.core.ui.plugin.file.open
 

Methods in org.openjump.core.ui.plugin.file.open with parameters of type Layer
static void OpenProjectWizard.load(Layer layer, CoordinateSystemRegistry registry, TaskMonitor monitor)
           
 

Uses of Layer in org.openjump.core.ui.plugin.layer
 

Methods in org.openjump.core.ui.plugin.layer with parameters of type Layer
static int LayerPropertiesPlugIn.getAlpha(Layer layer)
           
static ColorThemingStyle LayerPropertiesPlugIn.getColorThemingStyleIfEnabled(Layer layer)
           
static void LayerPropertiesPlugIn.setAlpha(Layer layer, int alpha)
           
 

Uses of Layer in org.openjump.core.ui.plugin.layer.pirolraster
 

Methods in org.openjump.core.ui.plugin.layer.pirolraster that return Layer
protected  Layer LayerableClipboardPlugIn.cloneLayer(Layer layer)
           
 

Methods in org.openjump.core.ui.plugin.layer.pirolraster with parameters of type Layer
protected  Layer LayerableClipboardPlugIn.cloneLayer(Layer layer)
           
 

Uses of Layer in org.openjump.core.ui.plugin.tools
 

Methods in org.openjump.core.ui.plugin.tools that return Layer
protected  Layer LineSimplifyJTS15AlgorithmPlugIn.layer(PlugInContext context)
           
 

Uses of Layer in org.openjump.sigle.plugin.joinTable
 

Methods in org.openjump.sigle.plugin.joinTable with parameters of type Layer
 void JoinTable.join(Layer layer, int attributeIndex)
           
 

Uses of Layer in org.openjump.sigle.utilities.gui
 

Methods in org.openjump.sigle.utilities.gui with parameters of type Layer
static java.util.List DialogUtil.getFieldsFromLayer(Layer l)
           
static java.util.List DialogUtil.getFieldsFromLayerWithoutGeometry(Layer l)
           
static void DialogUtil.updateFieldComboBox(javax.swing.JComboBox cb, Layer l)
           
static void DialogUtil.updateFieldTypeLabel(javax.swing.JLabel label, Layer l, java.lang.String attributeName)
           
 

Uses of Layer in org.openjump.util.metaData
 

Constructors in org.openjump.util.metaData with parameters of type Layer
MetaInformationHandler(Layer layerWithMetaInformation)
           
 

Uses of Layer in org.openjump.util.python
 

Methods in org.openjump.util.python with parameters of type Layer
 void ModifyGeometry.addChangeGeometryTransaction(Layer layer, Feature feature, com.vividsolutions.jts.geom.Geometry geometry)
           
 void ModifyGeometry.addRemoveFeaturesTransaction(Layer layer, java.util.Collection features)
           
 void ModifyGeometry.addTransactionOnSelection(Layer layer)
           
static java.util.Collection JUMP_GIS_Framework.featuresOnLayer(Layer layer)