Uses of Class
com.vividsolutions.jump.workbench.model.Layer
-
-
Uses of Layer in com.vividsolutions.jump.datastore.spatialdatabases
Subclasses of Layer in com.vividsolutions.jump.datastore.spatialdatabases Modifier and Type Class Description classSpatialDSLayer -
Uses of Layer in com.vividsolutions.jump.plugin.qa
Methods in com.vividsolutions.jump.plugin.qa with parameters of type Layer Modifier and Type Method Description static 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 Layer Modifier and Type Method Description abstract voidAbstractOutputDriver. output(Layer layer)Deprecated.Called after the user has pressed OK on the DriverDialog.voidFMEFileOutputDriver. output(Layer layer)voidGMLFileOutputDriver. output(Layer layer)voidJMLFileOutputDriver. output(Layer layer)voidShapefileOutputDriver. output(Layer layer)voidWKTFileOutputDriver. output(Layer layer) -
Uses of Layer in com.vividsolutions.jump.workbench.imagery
Subclasses of Layer in com.vividsolutions.jump.workbench.imagery Modifier and Type Class Description classReferencedImagesLayerMethods in com.vividsolutions.jump.workbench.imagery that return Layer Modifier and Type Method Description static LayerReferencedImageFactoryFileLayerLoader. createLayer(LayerManager layerManager, URI uri)Methods in com.vividsolutions.jump.workbench.imagery with parameters of type Layer Modifier and Type Method Description voidReferencedImageStyle. initialize(Layer l) -
Uses of Layer in com.vividsolutions.jump.workbench.model
Subclasses of Layer in com.vividsolutions.jump.workbench.model Modifier and Type Class Description classLayerViewstatic classSystemLayerFinder.NonSavePromptingLayerMethods in com.vividsolutions.jump.workbench.model that return Layer Modifier and Type Method Description LayerLayerManager. addLayer(String categoryName, Layer layer)LayerLayerManager. addLayer(String categoryName, String layerName, FeatureCollection featureCollection)LayerLayerManager. addOrReplaceLayer(String categoryName, String layerName, FeatureCollection featureCollection)LayerSystemLayerFinder. createLayer()LayerFeatureEvent. getLayer()LayerLayerManager. getLayer(int index)LayerLayerManager. getLayer(String name)LayerLayerView. getLayer()LayerSystemLayerFinder. getLayer()LayerUndoableCommand. getLayer()LayerMeasureLayerFinder. getMeasureLayer()Return the measurelayer.LayerLayer. setDataSourceQuery(DataSourceQuery dataSourceQuery)LayerLayer. setFeatureCollectionModified(boolean featureCollectionModified)Methods in com.vividsolutions.jump.workbench.model that return types with arguments of type Layer Modifier and Type Method Description Collection<Layer>LayerManager. getEditableLayers()Editability is not enforced; all parties are responsible for heeding the editability of a layer.List<Layer>LayerManager. getLayers()Collection<Layer>LayerManager. getLayersWithModifiedFeatureCollections()LinkedList<Layer>LayerManager. getLayersWithNullDataSource()List<Layer>LayerManager. getVisibleLayers(boolean includeFence)Methods in com.vividsolutions.jump.workbench.model with parameters of type Layer Modifier and Type Method Description LayerLayerManager. addLayer(String categoryName, Layer layer)protected 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)intLayerManager. indexOf(Layer layer)voidUndoableCommand. setLayer(Layer layer)static 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 Layer Constructor Description FeatureEvent(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 Layer Modifier and Type Method Description LayerPlugInContext. addLayer(String categoryName, String layerName, FeatureCollection featureCollection)LayerPlugInContext. getCandidateLayer(int i)LayerPlugInContext. 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 Modifier and Type Method Description LayerAttributeTab. chooseEditableLayer()LayerDummyLayerNamePanel. chooseEditableLayer()LayerLayerNamePanel. chooseEditableLayer()LayerTreeLayerNamePanel. chooseEditableLayer()static LayerTreeLayerNamePanel. chooseEditableLayer(LayerNamePanel panel)LayerAbstractMultiInputDialog. getLayer(String fieldName)Returns a Layer from a control.LayerEditTransaction. getLayer()LayerLayerTableModel. getLayer()LayerOneLayerAttributeTab. 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 Layer Modifier and Type Method Description JComboBox<Layer>AbstractMultiInputDialog. addEditableLayerComboBox(String fieldName, Layer initialValue, String toolTipText, LayerManager layerManager)Add a JComboBox containing editable layers of a LayerManager.JComboBox<Layer>AbstractMultiInputDialog. addLayerComboBox(String fieldName, Layer initialValue, LayerManager layerManager)Add a JComboBox containing available layers from the current LayerManager.JComboBox<Layer>AbstractMultiInputDialog. addLayerComboBox(String fieldName, Layer initialValue, String toolTipText, LayerManager layerManager)Add a JComboBox containing available layers from the current LayerManager.JComboBox<Layer>AbstractMultiInputDialog. addLayerComboBox(String fieldName, Layer initialValue, String toolTipText, Collection<Layer> layers)Add a JComboBox containing any collection of Layers.JComboBox<Layer>AbstractMultiInputDialog. addLayerComboBox(String fieldName, String toolTipText, LayerManager layerManager, AttributeTypeFilter filter)Add a JComboBox containing layers containing the specified AttributeType.List<Layer>AttributeTypeFilter. filter(LayerManager layerManager)Filter layers from a LayerManager according to AttributeType of their attributes.List<Layer>AttributeTypeFilter. filter(Collection<Layer> layers)Filter layers from a LayerManager according to AttributeType of their attributes.List<Layer>InfoModel. getLayers()Collection<Layer>AbstractSelection. getLayersWithSelectedItems()Collection<Layer>SelectionManager. getLayersWithSelectedItems()Map<Layer,Set<Feature>>LayerViewPanel. visibleLayerToFeaturesInFenceMap()The Fence layer will be excluded.Map<Layer,Set<Feature>>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 Layer Modifier and Type Method Description voidInfoModel. add(Layer layer, Collection features)JComboBox<Layer>AbstractMultiInputDialog. addEditableLayerComboBox(String fieldName, Layer initialValue, String toolTipText, LayerManager layerManager)Add a JComboBox containing editable layers of a LayerManager.JComboBox<Layer>AbstractMultiInputDialog. addLayerComboBox(String fieldName, Layer initialValue, LayerManager layerManager)Add a JComboBox containing available layers from the current LayerManager.JComboBox<Layer>AbstractMultiInputDialog. addLayerComboBox(String fieldName, Layer initialValue, String toolTipText, LayerManager layerManager)Add a JComboBox containing available layers from the current LayerManager.JComboBox<Layer>AbstractMultiInputDialog. addLayerComboBox(String fieldName, Layer initialValue, String toolTipText, Collection<Layer> layers)Add a JComboBox containing any collection of Layers.Collection<Feature>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)static Map<Feature,org.locationtech.jts.geom.Geometry>EditTransaction. featureToNewGeometryMap(EditTransaction.SelectionEditor editor, SelectionManagerProxy selectionManagerProxy, Layer layer)Utility method to create a map between features and there modified geometry.List<String>AttributeTypeFilter. filter(Layer layer)Collection<Feature>AbstractSelection. getFeaturesWithSelectedItems(Layer layer)Collection<Feature>SelectionManager. getFeaturesWithSelectedItems(Layer layer)Map<Feature,List<org.locationtech.jts.geom.Geometry>>AbstractSelection. getFeatureToSelectedItemCollectionMap(Layer layer)Returns a mapping of each feature to selected items in this feature.Map<Feature,Set<Integer>>AbstractSelection. getFeatureToSelectedItemIndexCollectionMap(Layer layer)Returns a mapping of each feature to indices of selected items in this feature.Set<Integer>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)LayerTableModelInfoModel. getTableModel(Layer layer)AttributeTablePanelAttributePanel. getTablePanel(Layer layer)LayerColorPanelLayerColorPanel. init(Layer layer, boolean selected, Color backgroundColor, Color selectionBackgroundColor)static booleanLayerNameRenderer. isTable(Layer layer)Collection<org.locationtech.jts.geom.Geometry>AbstractSelection. itemsNotSelectedInAncestors(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items)voidInfoModel. remove(Layer layer)protected 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)voidDriverDialog. setLayer(Layer layer)This DriverDialog will attempt to retrieve the last values used for the given Layer.OneLayerAttributeTabOneLayerAttributeTab. setLayer(Layer layer)voidLayerComboBox. setSelectedLayer(Layer candidateLayer)voidTreeLayerNamePanel. setSelectedLayers(Layer[] layers)Deprecated.ColorFeatureInfoWriter. 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 Layer Modifier and Type Method Description JComboBox<Layer>AbstractMultiInputDialog. addLayerComboBox(String fieldName, Layer initialValue, String toolTipText, Collection<Layer> layers)Add a JComboBox containing any collection of Layers.List<Layer>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 Layer Constructor Description EditTransaction(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 Layer Modifier and Type Method Description protected LayerAbstractClickSelectedLineStringsTool. layer(Feature feature, Map<Layer,Set<Feature>> layerToSpecifiedFeaturesMap)LayerNoteTool. layer()Methods in com.vividsolutions.jump.workbench.ui.cursortool that return types with arguments of type Layer Modifier and Type Method Description protected Iterator<Layer>SpecifyFeaturesTool. candidateLayersIterator()protected Map<Layer,Set<Feature>>SpecifyFeaturesTool. layerToSpecifiedFeaturesMap()Returns the layers containing the specified features, and the specified features themselves.static Map<Layer,Set<Feature>>SpecifyFeaturesTool. layerToSpecifiedFeaturesMap(Iterator<Layer> layerIterator, org.locationtech.jts.geom.Envelope boxInModelCoordinates)Methods in com.vividsolutions.jump.workbench.ui.cursortool with parameters of type Layer Modifier and Type Method Description SplitLineStringsOpSplitLineStringsOp. 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 Layer Modifier and Type Method Description protected LayerAbstractClickSelectedLineStringsTool. layer(Feature feature, Map<Layer,Set<Feature>> layerToSpecifiedFeaturesMap)static Map<Layer,Set<Feature>>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 Layer Modifier and Type Method Description LayerInsertVertexTool.SegmentContext. getLayer()Methods in com.vividsolutions.jump.workbench.ui.cursortool.editing with parameters of type Layer Modifier and Type Method Description protected 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 Layer Modifier and Type Method Description booleanSnapVerticesOp. 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 Layer Constructor Description SegmentContext(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 Layer Modifier and Type Field Description protected LayerWKTPlugIn. layerMethods in com.vividsolutions.jump.workbench.ui.plugin that return Layer Modifier and Type Method Description protected 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 Layer Modifier and Type Method Description protected Collection<Layer>AbstractSaveProjectPlugIn. ignoredLayers(Task task)Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type Layer Modifier and Type Method Description static voidOpenProjectPlugIn. load(Layer layer, CoordinateSystemRegistry registry, TaskMonitor monitor)Deprecated.Constructors in com.vividsolutions.jump.workbench.ui.plugin with parameters of type Layer Constructor Description 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 Modifier and Type Method Description protected LayerLayerableClipboardPlugIn. cloneLayer(Layer layer)Methods in com.vividsolutions.jump.workbench.ui.plugin.clipboard with parameters of type Layer Modifier and Type Method Description protected 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 Layer Modifier and Type Method Description static 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
Methods in com.vividsolutions.jump.workbench.ui.renderer that return types with arguments of type Layer Modifier and Type Method Description protected 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 Layer Modifier and Type Method Description RendererLayerRendererFactory. create(Layer layer, LayerViewPanel panel, int maxFeatures)protected abstract Map<Feature,List<org.locationtech.jts.geom.Geometry>>AbstractSelectionRenderer. featureToSelectedItemsMap(Layer layer)protected Map<Feature,List<org.locationtech.jts.geom.Geometry>>FeatureSelectionRenderer. featureToSelectedItemsMap(Layer layer)protected Map<Feature,List<org.locationtech.jts.geom.Geometry>>LineStringSelectionRenderer. featureToSelectedItemsMap(Layer layer)protected Map<Feature,List<org.locationtech.jts.geom.Geometry>>PartSelectionRenderer. featureToSelectedItemsMap(Layer layer)protected Map<Feature,List<org.locationtech.jts.geom.Geometry>>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 Layer Modifier and Type Method Description protected 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 Constructor Description 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 Modifier and Type Method Description LayerColorThemingStylePanel. getLayer()Methods in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type Layer Modifier and Type Method Description static ColorThemingStyleColorThemingStyle. get(Layer layer)Creates 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 Layer Constructor Description ColorThemingStylePanel(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 Layer Modifier and Type Method Description JPanelLegendPlugIn. layersPanel(List<Layer> layers)Constructors in com.vividsolutions.jump.workbench.ui.style with parameters of type Layer Constructor Description DecorationStylePanel(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 Layer Modifier and Type Method Description protected 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 Layer Modifier and Type Method Description LayerWarpingPanel. currentSourceLayer()Methods in com.vividsolutions.jump.workbench.ui.warp with parameters of type Layer Modifier and Type Method Description protected voidIncrementalWarpingVectorLayerFinder. applyStyles(Layer layer) -
Uses of Layer in de.fho.jump.pirol.utilities.plugIns
Methods in de.fho.jump.pirol.utilities.plugIns that return Layer Modifier and Type Method Description static 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 Layer Modifier and Type Method Description 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 Modifier and Type Method Description voidSRIDStyle. 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 Layer Constructor Description DeeRenderingStylePanel(Blackboard blackboard, Layer layer, Blackboard persistentBlackboard) -
Uses of Layer in de.soldin.jumpcore
Constructors in de.soldin.jumpcore with parameters of type Layer Constructor Description UndoableSetGeometry(Layer layer, String name) -
Uses of Layer in org.openjump.core.apitools
Methods in org.openjump.core.apitools that return Layer Modifier and Type Method Description static 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)LayerLayerTools. 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 Layer Modifier and Type Method Description static Map<Layer,List<Feature>>LayerTools. getLayer2FeatureMap(List<Feature> features, PlugInContext context)Methods in org.openjump.core.apitools with parameters of type Layer Modifier and Type Method Description Feature[]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.static List<String>FeatureSchemaTools. getFieldsFromLayerWithoutGeometryAndString(Layer lyr)static List<Feature>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 Layer Modifier and Type Method Description voidSRIDStyle. 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 Layer Modifier and Type Method Description static 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 Layer Constructor Description DataSourceFileLayerSaver(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 Layer Modifier and Type Method Description intPlot2DCanvasOJ. 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 Layer Constructor Description BarPlotOJ(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 Layer Modifier and Type Method Description protected LayerAddWritableDataStoreLayerWizard. createLayer(AddWritableDataStoreLayerPanel panel, TaskMonitor monitor)Methods in org.openjump.core.ui.plugin.datastore with parameters of type Layer Modifier and Type Method Description static 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 Layer Modifier and Type Method Description Collection<Layer>DataStoreTransactionManager. getLayers()Get layers registered in the DataStoreTransactionManager.Collection<Layer>DataStoreTransactionManager. getLayers(Task task)Methods in org.openjump.core.ui.plugin.datastore.transaction with parameters of type Layer Modifier and Type Method Description TaskDataStoreTransactionManager. getTask(Layer layer)voidDataStoreTransactionManager. registerLayer(Layer layer, Task task)Register a new Layer in the DataStoreTransactionManager. -
Uses of Layer in org.openjump.core.ui.plugin.edittoolbox.cursortools
Methods in org.openjump.core.ui.plugin.edittoolbox.cursortools that return Layer Modifier and Type Method Description LayerCutFeaturesTool. getSelectedLayer() -
Uses of Layer in org.openjump.core.ui.plugin.file
Method parameters in org.openjump.core.ui.plugin.file with type arguments of type Layer Modifier and Type Method Description booleanSaveLayersWithoutDataSourcePlugIn. 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 Layer Modifier and Type Method Description static 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 Layer Modifier and Type Field Description LayerExtractLayersByGeometry. layerMethods in org.openjump.core.ui.plugin.layer that return Layer Modifier and Type Method Description static LayerExportLayerableEnvelopeAsGeometryPlugIn. addLayer(String title, FeatureCollection featCollection, PlugInContext context, FeatureCollectionRole role, Color color)Methods in org.openjump.core.ui.plugin.layer with parameters of type Layer Modifier and Type Method Description static intLayerPropertiesPlugIn. getAlpha(Layer layer)static intNewLayerPropertiesPlugIn. getAlpha(Layer layer)static ColorThemingStyleLayerPropertiesPlugIn. getColorThemingStyleIfEnabled(Layer layer)static ColorThemingStyleNewLayerPropertiesPlugIn. getColorThemingStyleIfEnabled(Layer layer)static StringNewLayerPropertiesPlugIn. imageFileExtension(Layer layer)static StringNewLayerPropertiesPlugIn. imageFileSourcePath(Layer layer)static voidLayerPropertiesPlugIn. setAlpha(Layer layer, int alpha)static voidNewLayerPropertiesPlugIn. setAlpha(Layer layer, int alpha)static 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 Layer Modifier and Type Method Description protected LayerLayerableClipboardPlugIn. cloneLayer(Layer layer)Methods in org.openjump.core.ui.plugin.layer.pirolraster with parameters of type Layer Modifier and Type Method Description protected 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 Layer Modifier and Type Method Description static 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 Modifier and Type Method Description static booleanUtils. isTable(Layer layer) -
Uses of Layer in org.openjump.core.ui.plugin.tools
Fields in org.openjump.core.ui.plugin.tools declared as Layer Modifier and Type Field Description static LayerTriangulationPlugIn. NO_CONSTRAINTMethods in org.openjump.core.ui.plugin.tools that return Layer Modifier and Type Method Description protected LayerSimplifyWithJTSAlgorithmPlugIn. layer(PlugInContext context)Methods in org.openjump.core.ui.plugin.tools with parameters of type Layer Modifier and Type Method Description voidMeasurementStyle. initialize(Layer layer) -
Uses of Layer in org.openjump.core.ui.style.decoration
Methods in org.openjump.core.ui.style.decoration with parameters of type Layer Modifier and Type Method Description voidTextBasedVertexStyle. 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 Layer Modifier and Type Method Description static 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 StringLayerableUtil. filepath(Layer layer)Return the path of the file associated to a ReferencedImage layer /* EX.static 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 booleanLayerableUtil. isCad(Layer layer)Layer.classstatic booleanLayerableUtil. isDataStore(Layer layer)Layer.classstatic booleanLayerableUtil. isEmpty(Layer layer)Layer.classstatic booleanLayerableUtil. isImage(Layer layer)Layer.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.classbooleanLayerableUtil. isVector(Layer layer)Layer.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. -
Uses of Layer in org.openjump.sigle.plugin.joinTable
Methods in org.openjump.sigle.plugin.joinTable with parameters of type Layer Modifier and Type Method Description voidJoinTable. 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 Modifier and Type Method Description static 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 Constructor Description MetaInformationHandler(Layer layerWithMetaInformation) -
Uses of Layer in org.openjump.util.python
Methods in org.openjump.util.python with parameters of type Layer Modifier and Type Method Description voidModifyGeometry. 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)
-