Uses of Class
com.vividsolutions.jump.workbench.model.Layer
Packages that use Layer
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 Layer in com.vividsolutions.jump.datastore.spatialdatabases
Subclasses of Layer in com.vividsolutions.jump.datastore.spatialdatabases -
Uses of Layer in com.vividsolutions.jump.plugin.qa
Methods in com.vividsolutions.jump.plugin.qa with parameters of type LayerModifier and TypeMethodDescriptionstatic voidDiffGeometryPlugIn.setDiffGeometryStyle(Layer lyr, Color fillColor, 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 LayerModifier and TypeMethodDescriptionabstract voidDeprecated.Called after the user has pressed OK on the DriverDialog.voidvoidvoidvoidvoid -
Uses of Layer in com.vividsolutions.jump.workbench.imagery
Subclasses of Layer in com.vividsolutions.jump.workbench.imageryMethods in com.vividsolutions.jump.workbench.imagery that return LayerModifier and TypeMethodDescriptionstatic LayerReferencedImageFactoryFileLayerLoader.createLayer(LayerManager layerManager, URI uri) Methods in com.vividsolutions.jump.workbench.imagery with parameters of type Layer -
Uses of Layer in com.vividsolutions.jump.workbench.model
Subclasses of Layer in com.vividsolutions.jump.workbench.modelModifier and TypeClassDescriptionclassstatic classMethods in com.vividsolutions.jump.workbench.model that return LayerModifier and TypeMethodDescriptionLayerManager.addLayer(String categoryName, String layerName, FeatureCollection featureCollection) LayerManager.addOrReplaceLayer(String categoryName, String layerName, FeatureCollection featureCollection) SystemLayerFinder.createLayer()FeatureEvent.getLayer()LayerManager.getLayer(int index) LayerView.getLayer()SystemLayerFinder.getLayer()UndoableCommand.getLayer()MeasureLayerFinder.getMeasureLayer()Return the measurelayer.Layer.setDataSourceQuery(DataSourceQuery dataSourceQuery) Layer.setFeatureCollectionModified(boolean featureCollectionModified) Methods in com.vividsolutions.jump.workbench.model that return types with arguments of type LayerModifier and TypeMethodDescriptionLayerManager.getEditableLayers()Editability is not enforced; all parties are responsible for heeding the editability of a layer.LayerManager.getLayers()LayerManager.getLayersWithModifiedFeatureCollections()LayerManager.getLayersWithNullDataSource()LayerManager.getVisibleLayers(boolean includeFence) Methods in com.vividsolutions.jump.workbench.model with parameters of type LayerModifier and TypeMethodDescriptionprotected voidAbstractVectorLayerFinder.applyStyles(Layer layer) protected voidFenceLayerFinder.applyStyles(Layer layer) protected voidMeasureLayerFinder.applyStyles(Layer layer) protected abstract voidSystemLayerFinder.applyStyles(Layer layer) voidLayerManager.fireFeaturesAttChanged(Collection<Feature> features, FeatureEventType type, Layer layer, Collection<Feature> oldFeatureClones) voidLayerManager.fireFeaturesChanged(Collection<Feature> features, FeatureEventType type, Layer layer) voidLayerManager.fireGeometryModified(Collection<Feature> features, Layer layer, Collection<Feature> oldFeatureClones) intvoidstatic voidLayerStyleUtil.setLinearStyle(Layer lyr, Color lineColor, int lineWidth, int vertexSize) Sets the style for a linear layer.static voidLayer.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 LayerModifierConstructorDescriptionFeatureEvent(Collection<Feature> features, FeatureEventType type, Layer layer, Collection<Feature> oldFeatureClones) UndoableCommand(String name, Layer layer) UndoableCommand with a name and a layer parameter. -
Uses of Layer in com.vividsolutions.jump.workbench.plugin
Methods in com.vividsolutions.jump.workbench.plugin that return LayerModifier and TypeMethodDescriptionPlugInContext.addLayer(String categoryName, String layerName, FeatureCollection featureCollection) PlugInContext.getCandidateLayer(int i) 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 LayerModifier and TypeMethodDescriptionAttributeTab.chooseEditableLayer()DummyLayerNamePanel.chooseEditableLayer()LayerNamePanel.chooseEditableLayer()TreeLayerNamePanel.chooseEditableLayer()static LayerTreeLayerNamePanel.chooseEditableLayer(LayerNamePanel panel) Returns a Layer from a control.EditTransaction.getLayer()LayerTableModel.getLayer()OneLayerAttributeTab.getLayer()Layer[]AttributeTab.getSelectedLayers()Layer[]DummyLayerNamePanel.getSelectedLayers()Layer[]LayerNamePanel.getSelectedLayers()Return an array of selectedLayers.Layer[]TreeLayerNamePanel.getSelectedLayers()Return an array of selectedLayers.static Layer[]TreeLayerNamePanel.selectedLayers(LayerNamePanel layerNamePanel) Methods in com.vividsolutions.jump.workbench.ui that return types with arguments of type LayerModifier and TypeMethodDescriptionAbstractMultiInputDialog.addEditableLayerComboBox(String fieldName, Layer initialValue, String toolTipText, LayerManager layerManager) Add a JComboBox containing editable layers of a LayerManager.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, Layer initialValue, String toolTipText, Collection<Layer> layers) Add a JComboBox containing any collection of Layers.AbstractMultiInputDialog.addLayerComboBox(String fieldName, String toolTipText, LayerManager layerManager, AttributeTypeFilter filter) Add a JComboBox containing layers containing the specified AttributeType.AttributeTypeFilter.filter(LayerManager layerManager) Filter layers from a LayerManager according to AttributeType of their attributes.AttributeTypeFilter.filter(Collection<Layer> layers) Filter layers from a LayerManager according to AttributeType of their attributes.InfoModel.getLayers()AbstractSelection.getLayersWithSelectedItems()SelectionManager.getLayersWithSelectedItems()LayerViewPanel.visibleLayerToFeaturesInFenceMap()The Fence layer will be excluded.LayerViewPanel.visibleLayerToFeaturesInFenceMap(org.locationtech.jts.geom.Geometry fence) The Fence layer will be included.Methods in com.vividsolutions.jump.workbench.ui with parameters of type LayerModifier and TypeMethodDescriptionvoidInfoModel.add(Layer layer, Collection features) AbstractMultiInputDialog.addEditableLayerComboBox(String fieldName, Layer initialValue, String toolTipText, LayerManager layerManager) Add a JComboBox containing editable layers of a LayerManager.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, Layer initialValue, String toolTipText, Collection<Layer> layers) Add a JComboBox containing any collection of Layers.SelectionManager.createFeaturesFromSelectedItems(Layer layer) static EditTransactionEditTransaction.createTransactionOnSelection(EditTransaction.SelectionEditor editor, SelectionManagerProxy selectionManagerProxy, LayerViewPanelContext layerViewPanelContext, String name, Layer layer, boolean rollingBackInvalidEdits, boolean allowAddingAndRemovingFeatures) A utility class creating a transaction able to rollback selected features after they have been edited according to the SelectionEditor definition.voidAttributeTablePanel.FeatureEditor.edit(PlugInContext context, Feature feature, Layer layer) EditTransaction.featureToNewGeometryMap(EditTransaction.SelectionEditor editor, SelectionManagerProxy selectionManagerProxy, Layer layer) Utility method to create a map between features and there modified geometry.AbstractSelection.getFeaturesWithSelectedItems(Layer layer) SelectionManager.getFeaturesWithSelectedItems(Layer layer) AbstractSelection.getFeatureToSelectedItemCollectionMap(Layer layer) Returns a mapping of each feature to selected items in this feature.AbstractSelection.getFeatureToSelectedItemIndexCollectionMap(Layer layer) Returns a mapping of each feature to indices of selected items in this feature.AbstractSelection.getSelectedItemIndices(Layer layer, Feature feature) Returns indices of selected items in this feature.Collection<org.locationtech.jts.geom.Geometry> AbstractSelection.getSelectedItems(Layer layer) Collection<org.locationtech.jts.geom.Geometry> AbstractSelection.getSelectedItems(Layer layer, Feature feature) Collection<org.locationtech.jts.geom.Geometry> AbstractSelection.getSelectedItems(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry geometry) Collection<org.locationtech.jts.geom.Geometry> SelectionManager.getSelectedItems(Layer layer) Collection<org.locationtech.jts.geom.Geometry> SelectionManager.getSelectedItems(Layer layer, Feature feature) Collection<org.locationtech.jts.geom.Geometry> SelectionManager.getSelectedItems(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry geometry) InfoModel.getTableModel(Layer layer) AttributePanel.getTablePanel(Layer layer) LayerColorPanel.init(Layer layer, boolean selected, Color backgroundColor, Color selectionBackgroundColor) static booleanCollection<org.locationtech.jts.geom.Geometry> AbstractSelection.itemsNotSelectedInAncestors(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items) voidprotected abstract booleanAbstractSelection.selectedInAncestors(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry item) protected booleanFeatureSelection.selectedInAncestors(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry item) protected booleanLineStringSelection.selectedInAncestors(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry item) protected booleanPartSelection.selectedInAncestors(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry item) voidAbstractSelection.selectItems(Layer layer, Feature feature) voidAbstractSelection.selectItems(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items) voidAbstractSelection.selectItems(Layer layer, Collection features) voidAbstractSelection.selectItems(Layer layer, Map<Feature, List<org.locationtech.jts.geom.Geometry>> featureToItemCollectionMap) voidThis DriverDialog will attempt to retrieve the last values used for the given Layer.voidLayerComboBox.setSelectedLayer(Layer candidateLayer) voidTreeLayerNamePanel.setSelectedLayers(Layer[] layers) Deprecated.FeatureInfoWriter.sidebarColor(Layer layer) voidAbstractSelection.unselectFromFeaturesWithModifiedItemCounts(Layer layer, Collection<Feature> features, Collection<Feature> oldFeatureClones) voidSelectionManager.unselectFromFeaturesWithModifiedItemCounts(Layer layer, Collection<Feature> features, Collection<Feature> oldFeatureClones) protected abstract voidAbstractSelection.unselectInDescendants(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items) protected voidFeatureSelection.unselectInDescendants(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items) protected voidLineStringSelection.unselectInDescendants(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items) protected voidPartSelection.unselectInDescendants(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items) voidAbstractSelection.unselectItem(Layer layer, Feature feature, int selectedItemIndex) voidAbstractSelection.unselectItems(Layer layer) voidAbstractSelection.unselectItems(Layer layer, Feature feature) voidAbstractSelection.unselectItems(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items) voidAbstractSelection.unselectItems(Layer layer, Collection features) voidAbstractSelection.unselectItems(Layer layer, Map<Feature, List<org.locationtech.jts.geom.Geometry>> featureToItemCollectionMap) voidSelectionManager.unselectItems(Layer layer) voidSelectionManager.unselectItems(Layer layer, Collection features) Method parameters in com.vividsolutions.jump.workbench.ui with type arguments of type LayerModifier and TypeMethodDescriptionAbstractMultiInputDialog.addLayerComboBox(String fieldName, Layer initialValue, String toolTipText, Collection<Layer> layers) Add a JComboBox containing any collection of Layers.AttributeTypeFilter.filter(Collection<Layer> layers) Filter layers from a LayerManager according to AttributeType of their attributes.Constructors in com.vividsolutions.jump.workbench.ui with parameters of type LayerModifierConstructorDescriptionEditTransaction(Collection<Feature> features, String name, Layer layer, boolean rollingBackInvalidEdits, boolean allowAddingAndRemovingFeatures, LayerViewPanel layerViewPanel) Creates a new EditTransaction modifying features.EditTransaction(Collection<Feature> features, 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 #deleteFeatureLayerTableModel(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 LayerModifier and TypeMethodDescriptionprotected LayerAbstractClickSelectedLineStringsTool.layer(Feature feature, Map<Layer, Set<Feature>> layerToSpecifiedFeaturesMap) NoteTool.layer()Methods in com.vividsolutions.jump.workbench.ui.cursortool that return types with arguments of type LayerModifier and TypeMethodDescriptionSpecifyFeaturesTool.candidateLayersIterator()SpecifyFeaturesTool.layerToSpecifiedFeaturesMap()Returns the layers containing the specified features, and the specified features themselves.SpecifyFeaturesTool.layerToSpecifiedFeaturesMap(Iterator<Layer> layerIterator, org.locationtech.jts.geom.Envelope boxInModelCoordinates) Methods in com.vividsolutions.jump.workbench.ui.cursortool with parameters of type LayerModifier and TypeMethodDescriptionSplitLineStringsOp.addSplit(Feature feature, org.locationtech.jts.geom.Coordinate target, Layer layer, boolean moveSplitToTarget) protected FeatureVectorTool.feature(org.locationtech.jts.geom.LineString lineString, Layer layer, UndoableCommand command) voidNoteStyle.initialize(Layer layer) protected voidAbstractClickSelectedLineStringsTool.warnLayerNotEditable(Layer layer) Method parameters in com.vividsolutions.jump.workbench.ui.cursortool with type arguments of type LayerModifier and TypeMethodDescriptionprotected LayerAbstractClickSelectedLineStringsTool.layer(Feature feature, Map<Layer, Set<Feature>> layerToSpecifiedFeaturesMap) SpecifyFeaturesTool.layerToSpecifiedFeaturesMap(Iterator<Layer> layerIterator, org.locationtech.jts.geom.Envelope boxInModelCoordinates) protected Collection<Feature> SpecifyFeaturesTool.specifiedFeatures(Collection<Layer> layers) -
Uses of Layer in com.vividsolutions.jump.workbench.ui.cursortool.editing
Methods in com.vividsolutions.jump.workbench.ui.cursortool.editing that return LayerMethods in com.vividsolutions.jump.workbench.ui.cursortool.editing with parameters of type LayerModifier and TypeMethodDescriptionprotected EditTransactionDeleteVertexTool.createTransaction(Layer layer, List<org.locationtech.jts.geom.Coordinate> verticesDeleted) Method parameters in com.vividsolutions.jump.workbench.ui.cursortool.editing with type arguments of type LayerModifier and TypeMethodDescriptionbooleanSnapVerticesOp.execute(org.locationtech.jts.geom.Geometry fence, Collection<Layer> editableLayers, boolean rollingBackInvalidEdits, LayerViewPanel panel, Task task, org.locationtech.jts.geom.Coordinate suggestedTarget, Feature targetFeature, boolean insertVerticesIfNecessary) protected voidSnapVerticesTool.snapVertices(Collection<Layer> editableLayers, org.locationtech.jts.geom.Coordinate suggestedTarget, Feature targetFeature) Constructors in com.vividsolutions.jump.workbench.ui.cursortool.editing with parameters of type LayerModifierConstructorDescriptionSegmentContext(Layer layer, Feature feature, org.locationtech.jts.geom.LineSegment segment) -
Uses of Layer in com.vividsolutions.jump.workbench.ui.plugin
Fields in com.vividsolutions.jump.workbench.ui.plugin declared as LayerMethods in com.vividsolutions.jump.workbench.ui.plugin that return LayerModifier and TypeMethodDescriptionprotected LayerAddNewFeaturesPlugIn.layer(PlugInContext context) protected LayerEditSelectedFeaturePlugIn.layer(PlugInContext context) protected abstract LayerWKTPlugIn.layer(PlugInContext context) Methods in com.vividsolutions.jump.workbench.ui.plugin that return types with arguments of type LayerModifier and TypeMethodDescriptionprotected Collection<Layer> AbstractSaveProjectPlugIn.ignoredLayers(Task task) Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type LayerModifier and TypeMethodDescriptionstatic voidOpenProjectPlugIn.load(Layer layer, CoordinateSystemRegistry registry, TaskMonitor monitor) Deprecated.Constructors in com.vividsolutions.jump.workbench.ui.plugin with parameters of type Layer -
Uses of Layer in com.vividsolutions.jump.workbench.ui.plugin.clipboard
Methods in com.vividsolutions.jump.workbench.ui.plugin.clipboard that return LayerModifier and TypeMethodDescriptionprotected LayerLayerableClipboardPlugIn.cloneLayer(Layer layer) Methods in com.vividsolutions.jump.workbench.ui.plugin.clipboard with parameters of type LayerModifier and TypeMethodDescriptionprotected LayerLayerableClipboardPlugIn.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 LayerModifier and TypeMethodDescriptionstatic voidImageryUtils.affineTransformation(Layer layer, org.locationtech.jts.geom.util.AffineTransformation trans, boolean resizeImageToHalf) Affine transformation of an image file loaded as ReferencedImageLayer.classstatic BufferedImageImageryUtils.getBufferFromReferenceImageLayer(Layer layer) Get a bufferedImage from a ReferencedImage layerstatic BufferedImageImageryUtils.getBufferFromReferenceImageLayer2(Layer layer) Get a bufferedImage from a ReferencedImage layerstatic booleanImageryUtils.hasBeenModified(Layer layer) Check if ImageLayer has been modifiedstatic booleanImageryUtils.isCompatibleImageLayer(Layer layer) Check if the selected layer is BMP, JPG, GIF, PNG or TIF -
Uses of Layer in com.vividsolutions.jump.workbench.ui.renderer
Classes in com.vividsolutions.jump.workbench.ui.renderer that implement interfaces with type arguments of type LayerMethods in com.vividsolutions.jump.workbench.ui.renderer that return types with arguments of type LayerModifier and TypeMethodDescriptionprotected Map<Layer, Collection<Feature>> AbstractSelectionRenderer.layerToFeaturesMap()protected abstract Map<Layer, Collection<Feature>> FeatureCollectionRenderer.layerToFeaturesMap()protected Map<Layer, Collection<Feature>> LayerRenderer.layerToFeaturesMap()Methods in com.vividsolutions.jump.workbench.ui.renderer with parameters of type LayerModifier and TypeMethodDescriptionLayerRendererFactory.create(Layer layer, LayerViewPanel panel, int maxFeatures) AbstractSelectionRenderer.featureToSelectedItemsMap(Layer layer) FeatureSelectionRenderer.featureToSelectedItemsMap(Layer layer) LineStringSelectionRenderer.featureToSelectedItemsMap(Layer layer) PartSelectionRenderer.featureToSelectedItemsMap(Layer layer) SelectionBackgroundRenderer.featureToSelectedItemsMap(Layer layer) voidAbstractSelectionRenderer.initialize(Layer layer) protected voidImageCachingFeatureCollectionRenderer.renderHook(ThreadSafeImage image, Collection features, Layer layer, Style style) Method parameters in com.vividsolutions.jump.workbench.ui.renderer with type arguments of type LayerModifier and TypeMethodDescriptionprotected booleanAbstractSelectionRenderer.useImageCaching(Map<Layer, List<Feature>> layerToFeaturesMap) protected booleanFeatureCollectionRenderer.useImageCaching(Map<Layer, List<Feature>> layerToFeaturesMap) protected booleanLayerRenderer.useImageCaching(Map<Layer, List<Feature>> layerToFeaturesMap) Constructors in com.vividsolutions.jump.workbench.ui.renderer with parameters of type Layer -
Uses of Layer in com.vividsolutions.jump.workbench.ui.renderer.style
Methods in com.vividsolutions.jump.workbench.ui.renderer.style that return LayerMethods in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type LayerModifier and TypeMethodDescriptionstatic ColorThemingStyleCreates a default ColorThemingStyle for this layer if none is already set.voidArrowLineStringEndpointStyle.Feathers.initialize(Layer layer) voidBasicStyle.initialize(Layer layer) voidColorThemingStyle.initialize(Layer layer) voidDelegatingStyle.initialize(Layer layer) voidDummyStyle.initialize(Layer layer) voidLabelStyle.initialize(Layer layer) voidLineStringStyle.initialize(Layer layer) voidPinEqualCoordinatesStyle.initialize(Layer layer) voidStyle.initialize(Layer layer) Called before #paint is applied to each Feature.voidVertexStyle.initialize(Layer layer) voidXBasicStyle.initialize(Layer layer) Constructors in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type LayerModifierConstructorDescriptionColorThemingStylePanel(Layer layer, WorkbenchContext workbenchContext) -
Uses of Layer in com.vividsolutions.jump.workbench.ui.style
Method parameters in com.vividsolutions.jump.workbench.ui.style with type arguments of type LayerConstructors in com.vividsolutions.jump.workbench.ui.style with parameters of type LayerModifierConstructorDescriptionDecorationStylePanel(Layer layer, Collection choosableStyleClasses) LabelStylePanel(Layer layer, LayerViewPanel layerViewPanel, JDialog parent, ErrorHandler errorHandler) LegendPanel(Layer layer, BasicStyle style, FeatureCollection featureCollection) RenderingStylePanel(Blackboard blackboard, Layer layer) Deprecated.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 LayerModifier and TypeMethodDescriptionprotected LayerMainButtonPlugIn.generateLayer(String name, String category, Color color, LayerManagerProxy proxy, FeatureCollection featureCollection, String description) protected LayerMainButtonPlugIn.generateLineLayer(String name, String category, Color color, LayerManagerProxy proxy, FeatureCollection featureCollection, String description) -
Uses of Layer in com.vividsolutions.jump.workbench.ui.warp
Methods in com.vividsolutions.jump.workbench.ui.warp that return LayerMethods in com.vividsolutions.jump.workbench.ui.warp with parameters of type LayerModifier and TypeMethodDescriptionprotected voidIncrementalWarpingVectorLayerFinder.applyStyles(Layer layer) -
Uses of Layer in de.fho.jump.pirol.utilities.plugIns
Methods in de.fho.jump.pirol.utilities.plugIns that return LayerModifier and TypeMethodDescriptionstatic LayerStandardPirolPlugIn.getSelectedLayer(PlugInContext context) get one Layer that is selectedstatic 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 LayerModifier and TypeMethodDescriptionstatic 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 LayerModifier and TypeMethodDescriptionvoidSRIDStyle.initialize(Layer layer) Deprecated.voidSRIDStyle.updateSRIDs(Layer layer) Deprecated. -
Uses of Layer in de.latlon.deejump.plugin.style
Constructors in de.latlon.deejump.plugin.style with parameters of type LayerModifierConstructorDescriptionDeeRenderingStylePanel(Blackboard blackboard, Layer layer, Blackboard persistentBlackboard) -
Uses of Layer in de.soldin.jumpcore
Constructors in de.soldin.jumpcore with parameters of type Layer -
Uses of Layer in org.openjump.core.apitools
Methods in org.openjump.core.apitools that return LayerModifier and TypeMethodDescriptionstatic LayerLayerTools.addAndSelectStandardResultLayer(String title, FeatureCollection featCollection, PlugInContext context, FeatureCollectionRole role) static LayerLayerTools.addAndSelectStandardResultLayer(String title, FeatureCollection featCollection, Color color, PlugInContext context, FeatureCollectionRole role) static LayerLayerTools.addStandardResultLayer(String title, FeatureCollection featCollection, PlugInContext context, FeatureCollectionRole role) static LayerLayerTools.addStandardResultLayer(String title, FeatureCollection featCollection, Color color, PlugInContext context, boolean select, FeatureCollectionRole role) static LayerLayerTools.addStandardResultLayer(String title, FeatureCollection featCollection, Color color, PlugInContext context, FeatureCollectionRole role) LayerTools.addStandardResultLayer(String title, FeatureCollection featCollection, FeatureCollectionRole role) static LayerLayerTools.getSelectedLayer(PlugInContext context) get one Layer that is selectedLayer[]LayerTools.getSelectedLayers()static Layer[]LayerTools.getSelectedLayers(PlugInContext context, int num) Get a given number of selected Layers.static LayerLayerTools.putGeometryArrayIntoMap(org.locationtech.jts.geom.Geometry[] geometryArray, PlugInContext context) Methods in org.openjump.core.apitools that return types with arguments of type LayerModifier and TypeMethodDescriptionLayerTools.getLayer2FeatureMap(List<Feature> features, PlugInContext context) Methods in org.openjump.core.apitools with parameters of type LayerModifier and TypeMethodDescriptionFeature[]LayerTools.getFeaturesInFenceInLayer(Layer layer, org.locationtech.jts.geom.Geometry fenceGeometry) static Feature[]SelectionTools.getFeaturesInFenceInLayer(Layer layer, org.locationtech.jts.geom.Geometry fenceGeometry) Get a list of those features from the given layer that are included by the given fence geometry.static ListSelectionTools.getFeaturesInFenceInLayerAsList(Layer layer, org.locationtech.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, org.locationtech.jts.geom.Geometry fenceGeometry, boolean bothWays) Get a list of those features from the given layer that are included by the given fence geometry.FeatureSchemaTools.getFieldsFromLayerWithoutGeometryAndString(Layer lyr) SelectionTools.getSelectedFeaturesFromLayer(PlugInContext context, Layer layer) static voidIOTools.loadSimbology_Jump(File file, Layer layer) Method to load an OpenJUMP symbology file (xml jump) into a layerstatic voidIOTools.saveJMLFile(Layer layer, String filename) static voidIOTools.saveShapefile(Layer layer, String filename) static voidIOTools.saveSimbology_Jump(File file, Layer layer) Method to save Openjump symbology of a layer to a XML filestatic voidIOTools.saveSimbology_SLD(File file, Layer layer) Method to save the style of a layer as SLD (Spatial layer descriptor) filestatic voidIOTools.saveSimbology_SLD2(File file, Layer layer) static voidIOTools.saveStyleToFile(Layer layer, String path) static voidSelectionTools.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 LayerModifier and TypeMethodDescriptionvoidSRIDStyle.initialize(Layer layer) voidSRIDStyle.updateSRIDs(Layer layer) -
Uses of Layer in org.openjump.core.ccordsys.utils
Methods in org.openjump.core.ccordsys.utils with parameters of type LayerModifier and TypeMethodDescriptionstatic SRSInfoProjUtils.getSRSInfoFromLayerSource(Layer layer) Method to get SRID from a layer file from auxiliary files (.prj or .aux) or GeoTIFFed tag.static SRSInfoProjUtils.getSRSInfoFromLayerStyleOrSource(Layer layer) Method to get SRID from a layer from Style or from auxiliary file.static SRSInfoProjUtils.getSRSInfoFromLayerStyleOrSource_old(Layer layer) Method to get SRID from a layer from Style or from auxiliary file.static booleanProjUtils.isImageGeoTIFFLayer(Layer layer) -
Uses of Layer in org.openjump.core.ui.io.file
Constructors in org.openjump.core.ui.io.file with parameters of type LayerModifierConstructorDescriptionDataSourceFileLayerSaver(Layer layer, FileDataSourceQueryChooser fdsqc) DataSourceFileLayerSaver(Layer layer, Class dataSourceClass, String description, List<String> extensions) -
Uses of Layer in org.openjump.core.ui.plot
Methods in org.openjump.core.ui.plot with parameters of type LayerModifier and TypeMethodDescriptionintPlot2DCanvasOJ.addBarPlotOJ(String name, Color c, double[] Y, int[] fID, PlugInContext context, Layer layer) intPlot2DPanelOJ.addBarPlotOJ(String name, double[] Y, int[] fID, PlugInContext context, Layer layer) intPlot2DCanvasOJ.addHistogramPlotOJ(String name, Color c, double[] X, int n, PlugInContext context, Layer layer, String attrName) [sstein] - method for connection with OpenJUMPintPlot2DPanelOJ.addHistogramPlotOJ(String name, double[] X, int n, PlugInContext context, Layer layer, String attrName) [sstein] method for OJUMPintPlot2DCanvasOJ.addScatterPlotOJ(String name, Color c, double[][] XY, int[] fID, PlugInContext context, Layer layer) intPlot2DPanelOJ.addScatterPlotOJ(String name, double[][] XY, int[] fID, PlugInContext context, Layer layer) [sstein] method for OpenJUMPConstructors in org.openjump.core.ui.plot with parameters of type LayerModifierConstructorDescriptionBarPlotOJ(String n, Color c, double[][] _XY, int[] featureID, PlugInContext context, Layer layer) HistogramPlot2DOJ(String n, Color c, double[][] _XY, double w, PlugInContext context, Layer layer, String attrName) ScatterPlotOJ(String n, Color c, double[][] _XY, int[] featureID, PlugInContext context, Layer layer) [sstein] constructor for use in O-JUMP -
Uses of Layer in org.openjump.core.ui.plugin.datastore
Methods in org.openjump.core.ui.plugin.datastore that return LayerModifier and TypeMethodDescriptionprotected LayerAddWritableDataStoreLayerWizard.createLayer(AddWritableDataStoreLayerPanel panel, TaskMonitor monitor) Methods in org.openjump.core.ui.plugin.datastore with parameters of type LayerModifier and TypeMethodDescriptionstatic voidAddDataStoreLayerWizard.load(Layer layer, CoordinateSystemRegistry registry, TaskMonitor monitor) static voidAddWritableDataStoreLayerWizard.load(Layer layer, CoordinateSystemRegistry registry, TaskMonitor monitor) -
Uses of Layer in org.openjump.core.ui.plugin.datastore.transaction
Methods in org.openjump.core.ui.plugin.datastore.transaction that return types with arguments of type LayerModifier and TypeMethodDescriptionDataStoreTransactionManager.getLayers()Get layers registered in the DataStoreTransactionManager.Methods in org.openjump.core.ui.plugin.datastore.transaction with parameters of type Layer -
Uses of Layer in org.openjump.core.ui.plugin.edittoolbox.cursortools
Methods in org.openjump.core.ui.plugin.edittoolbox.cursortools that return Layer -
Uses of Layer in org.openjump.core.ui.plugin.file
Method parameters in org.openjump.core.ui.plugin.file with type arguments of type LayerModifier and TypeMethodDescriptionbooleanSaveLayersWithoutDataSourcePlugIn.execute(PlugInContext context, Collection<Layer> collection, File dir) -
Uses of Layer in org.openjump.core.ui.plugin.file.open
Methods in org.openjump.core.ui.plugin.file.open with parameters of type LayerModifier and TypeMethodDescriptionstatic voidOpenProjectWizard.load(Layer layer, CoordinateSystemRegistry registry, TaskMonitor monitor) -
Uses of Layer in org.openjump.core.ui.plugin.layer
Fields in org.openjump.core.ui.plugin.layer declared as LayerMethods in org.openjump.core.ui.plugin.layer that return LayerModifier and TypeMethodDescriptionstatic LayerExportLayerableEnvelopeAsGeometryPlugIn.addLayer(String title, FeatureCollection featCollection, PlugInContext context, FeatureCollectionRole role, Color color) Methods in org.openjump.core.ui.plugin.layer with parameters of type LayerModifier and TypeMethodDescriptionstatic intstatic intstatic ColorThemingStyleLayerPropertiesPlugIn.getColorThemingStyleIfEnabled(Layer layer) static ColorThemingStyleNewLayerPropertiesPlugIn.getColorThemingStyleIfEnabled(Layer layer) static StringNewLayerPropertiesPlugIn.imageFileExtension(Layer layer) static StringNewLayerPropertiesPlugIn.imageFileSourcePath(Layer layer) static voidstatic voidstatic StringNewLayerPropertiesPlugIn.vectorFileSourcePath(Layer layer) -
Uses of Layer in org.openjump.core.ui.plugin.layer.pirolraster
Methods in org.openjump.core.ui.plugin.layer.pirolraster that return LayerModifier and TypeMethodDescriptionprotected LayerLayerableClipboardPlugIn.cloneLayer(Layer layer) Methods in org.openjump.core.ui.plugin.layer.pirolraster with parameters of type LayerModifier and TypeMethodDescriptionprotected LayerLayerableClipboardPlugIn.cloneLayer(Layer layer) -
Uses of Layer in org.openjump.core.ui.plugin.raster
Methods in org.openjump.core.ui.plugin.raster with parameters of type LayerModifier and TypeMethodDescriptionstatic voidUtils.applyAlternateStyle(Layer layer, String attribute, int interval, int subInterval, Color color1, Color color2) static voidUtils.applyGradualStyle(Layer layer, String attribute, Color startColor, Color endColor) Apply a random generated color set style according to an attribute, defining a start color (lower value) and an end color (upper value)static voidUtils.applyRandomGradualStyle(Layer layer, String attribute) Apply a random generated color set style according to an attribute -
Uses of Layer in org.openjump.core.ui.plugin.task
Methods in org.openjump.core.ui.plugin.task with parameters of type Layer -
Uses of Layer in org.openjump.core.ui.plugin.tools
Fields in org.openjump.core.ui.plugin.tools declared as LayerMethods in org.openjump.core.ui.plugin.tools that return LayerModifier and TypeMethodDescriptionprotected LayerSimplifyWithJTSAlgorithmPlugIn.layer(PlugInContext context) Methods in org.openjump.core.ui.plugin.tools with parameters of type Layer -
Uses of Layer in org.openjump.core.ui.style.decoration
Methods in org.openjump.core.ui.style.decoration with parameters of type LayerModifier and TypeMethodDescriptionvoidTextBasedVertexStyle.initialize(Layer layer) voidVertexZValueStyle.initialize(Layer layer) -
Uses of Layer in org.openjump.core.ui.util
Methods in org.openjump.core.ui.util with parameters of type LayerModifier and TypeMethodDescriptionstatic voidLayerableUtil.copyWorldFile(Layer layer, String path) Simple method to copy a file (as worldfile)static voidLayerableUtil.ExportImage(PlugInContext context, Layer layer, String path) Export Image: simple method to save an image file, loaded to a folde by Layer.class, with corresponding worldfile, if existsstatic voidLayerableUtil.ExportVector(PlugInContext context, Layer layer, String path) Export vector layer as SHP or JML depending on the geometriesstatic voidLayerableUtil.ExportVectorProjection(PlugInContext context, Layer layer, String proj, String path) Export .prj projection auxiliary file for vector/image layerstatic voidLayerableUtil.ExportVectorStyleToSLD(PlugInContext context, Layer layer, String path) Export Vector layer styles as SLD This part of the code derives from de.latlon.deejump.plugin.style.LayerStyle2SLDPlugIn.class and it has been modified to automatically export SLD files for vectorsstatic StringReturn the path of the file associated to a ReferencedImage layer /* EX. c:\folder\image.tifstatic StringLayerableUtil.getFilePath(Layer layer) static StringLayerableUtil.getGeometryType(Layer layer) static StringLayerableUtil.getLayerSourceClass(Layer layer) static doubleLayerableUtil.getValidArea(Layer layer) Returns the area of feature collection (only Polygons or MultiPolygons) in the selected Vector Layer.class.static StringLayerableUtil.getVectorImageFileDescription(Layer layer) static booleanLayer.classstatic booleanLayerableUtil.isDataStore(Layer layer) Layer.classstatic booleanLayer.classstatic booleanLayer.classstatic booleanLayerableUtil.isLinealLayer(Layer layer) Check if selected layer has only linestring and/or multilinestring and/or multilinearingsstatic booleanLayerableUtil.isMixedGeometryType(Layer layer) Check if selected layer has geoemtries of different typesstatic booleanLayerableUtil.isModified(Layer layer) static booleanLayerableUtil.isMultipleImages(Layer layer) Layer.classstatic booleanLayerableUtil.isPointLayer(Layer layer) Check if selected layer has only points and/or multipointsstatic booleanLayerableUtil.isPolygonalLayer(Layer layer) check if selected layer has only polygons and/or multipolygonsstatic booleanLayerableUtil.isTemporary(Layer layer) Layer.classbooleanLayer.classstatic booleanFeatureSchemaUtils.loadSchema(Layer layer) load feature schema into a selected Layer.class from an external text filestatic booleanFeatureSchemaUtils.saveSchema(Layer layer) save Feature schema of a selected Layer.class to external text filestatic StringLayerableUtil.worldFilepath(Layer layer) Return path/name of a worldfile associated to a ReferencedImage layer /* Ex. if c:\folder\image.tif exists, it returns c:\folder\image.tfw -
Uses of Layer in org.openjump.sigle.plugin.joinTable
Methods in org.openjump.sigle.plugin.joinTable with parameters of type Layer -
Uses of Layer in org.openjump.sigle.utilities.gui
Methods in org.openjump.sigle.utilities.gui with parameters of type LayerModifier and TypeMethodDescriptionstatic ListDialogUtil.getFieldsFromLayer(Layer l) static ListDialogUtil.getFieldsFromLayerWithoutGeometry(Layer l) static voidDialogUtil.updateFieldComboBox(JComboBox cb, Layer l) static voidDialogUtil.updateFieldTypeLabel(JLabel label, Layer l, String attributeName) -
Uses of Layer in org.openjump.util.metaData
Constructors in org.openjump.util.metaData with parameters of type Layer -
Uses of Layer in org.openjump.util.python
Methods in org.openjump.util.python with parameters of type LayerModifier and TypeMethodDescriptionvoidModifyGeometry.addChangeGeometryTransaction(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry geometry) voidModifyGeometry.addRemoveFeaturesTransaction(Layer layer, Collection features) voidModifyGeometry.addTransactionOnSelection(Layer layer) static CollectionJUMP_GIS_Framework.featuresOnLayer(Layer layer)
TreeLayerNamePanel.setSelectedLayerables(Layerable[])instead