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 class
SpatialDSLayer
-
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 void
DiffGeometryPlugIn. 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 void
AbstractOutputDriver. output(Layer layer)
Deprecated.Called after the user has pressed OK on the DriverDialog.void
FMEFileOutputDriver. output(Layer layer)
void
GMLFileOutputDriver. output(Layer layer)
void
JMLFileOutputDriver. output(Layer layer)
void
ShapefileOutputDriver. output(Layer layer)
void
WKTFileOutputDriver. 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 class
ReferencedImagesLayer
Methods in com.vividsolutions.jump.workbench.imagery that return Layer Modifier and Type Method Description static Layer
ReferencedImageFactoryFileLayerLoader. createLayer(LayerManager layerManager, URI uri)
Methods in com.vividsolutions.jump.workbench.imagery with parameters of type Layer Modifier and Type Method Description void
ReferencedImageStyle. 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 class
LayerView
static class
SystemLayerFinder.NonSavePromptingLayer
Methods in com.vividsolutions.jump.workbench.model that return Layer Modifier and Type Method Description Layer
LayerManager. addLayer(String categoryName, Layer layer)
Layer
LayerManager. addLayer(String categoryName, String layerName, FeatureCollection featureCollection)
Layer
LayerManager. addOrReplaceLayer(String categoryName, String layerName, FeatureCollection featureCollection)
Layer
SystemLayerFinder. createLayer()
Layer
FeatureEvent. getLayer()
Layer
LayerManager. getLayer(int index)
Layer
LayerManager. getLayer(String name)
Layer
LayerView. getLayer()
Layer
SystemLayerFinder. getLayer()
Layer
UndoableCommand. getLayer()
Layer
MeasureLayerFinder. getMeasureLayer()
Return the measurelayer.Layer
Layer. setDataSourceQuery(DataSourceQuery dataSourceQuery)
Layer
Layer. 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 Layer
LayerManager. addLayer(String categoryName, Layer layer)
protected void
AbstractVectorLayerFinder. applyStyles(Layer layer)
protected void
FenceLayerFinder. applyStyles(Layer layer)
protected void
MeasureLayerFinder. applyStyles(Layer layer)
protected abstract void
SystemLayerFinder. applyStyles(Layer layer)
void
LayerManager. fireFeaturesAttChanged(Collection<Feature> features, FeatureEventType type, Layer layer, Collection<Feature> oldFeatureClones)
void
LayerManager. fireFeaturesChanged(Collection<Feature> features, FeatureEventType type, Layer layer)
void
LayerManager. fireGeometryModified(Collection<Feature> features, Layer layer, Collection<Feature> oldFeatureClones)
int
LayerManager. indexOf(Layer layer)
void
UndoableCommand. setLayer(Layer layer)
static void
LayerStyleUtil. setLinearStyle(Layer lyr, 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 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 Layer
PlugInContext. addLayer(String categoryName, 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 Modifier and Type Method Description Layer
AttributeTab. chooseEditableLayer()
Layer
DummyLayerNamePanel. chooseEditableLayer()
Layer
LayerNamePanel. chooseEditableLayer()
Layer
TreeLayerNamePanel. chooseEditableLayer()
static Layer
TreeLayerNamePanel. chooseEditableLayer(LayerNamePanel panel)
Layer
AbstractMultiInputDialog. getLayer(String fieldName)
Returns a Layer from a control.Layer
EditTransaction. getLayer()
Layer
LayerTableModel. getLayer()
Layer
OneLayerAttributeTab. getLayer()
Layer[]
AttributeTab. getSelectedLayers()
Layer[]
DummyLayerNamePanel. getSelectedLayers()
Layer[]
LayerNamePanel. getSelectedLayers()
Return an array of selectedLayer
s.Layer[]
TreeLayerNamePanel. getSelectedLayers()
Return an array of selectedLayer
s.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 void
InfoModel. 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 EditTransaction
EditTransaction. 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.void
AttributeTablePanel.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)
LayerTableModel
InfoModel. getTableModel(Layer layer)
AttributeTablePanel
AttributePanel. getTablePanel(Layer layer)
LayerColorPanel
LayerColorPanel. init(Layer layer, boolean selected, Color backgroundColor, Color selectionBackgroundColor)
static boolean
LayerNameRenderer. isTable(Layer layer)
Collection<org.locationtech.jts.geom.Geometry>
AbstractSelection. itemsNotSelectedInAncestors(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items)
void
InfoModel. remove(Layer layer)
protected abstract boolean
AbstractSelection. selectedInAncestors(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry item)
protected boolean
FeatureSelection. selectedInAncestors(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry item)
protected boolean
LineStringSelection. selectedInAncestors(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry item)
protected boolean
PartSelection. selectedInAncestors(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry item)
void
AbstractSelection. selectItems(Layer layer, Feature feature)
void
AbstractSelection. selectItems(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items)
void
AbstractSelection. selectItems(Layer layer, Collection features)
void
AbstractSelection. selectItems(Layer layer, Map<Feature,List<org.locationtech.jts.geom.Geometry>> featureToItemCollectionMap)
void
DriverDialog. setLayer(Layer layer)
This DriverDialog will attempt to retrieve the last values used for the given Layer.OneLayerAttributeTab
OneLayerAttributeTab. setLayer(Layer layer)
void
LayerComboBox. setSelectedLayer(Layer candidateLayer)
void
TreeLayerNamePanel. setSelectedLayers(Layer[] layers)
Deprecated.Color
FeatureInfoWriter. sidebarColor(Layer layer)
void
AbstractSelection. unselectFromFeaturesWithModifiedItemCounts(Layer layer, Collection<Feature> features, Collection<Feature> oldFeatureClones)
void
SelectionManager. unselectFromFeaturesWithModifiedItemCounts(Layer layer, Collection<Feature> features, Collection<Feature> oldFeatureClones)
protected abstract void
AbstractSelection. unselectInDescendants(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items)
protected void
FeatureSelection. unselectInDescendants(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items)
protected void
LineStringSelection. unselectInDescendants(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items)
protected void
PartSelection. unselectInDescendants(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items)
void
AbstractSelection. unselectItem(Layer layer, Feature feature, int selectedItemIndex)
void
AbstractSelection. unselectItems(Layer layer)
void
AbstractSelection. unselectItems(Layer layer, Feature feature)
void
AbstractSelection. unselectItems(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items)
void
AbstractSelection. unselectItems(Layer layer, Collection features)
void
AbstractSelection. unselectItems(Layer layer, Map<Feature,List<org.locationtech.jts.geom.Geometry>> featureToItemCollectionMap)
void
SelectionManager. unselectItems(Layer layer)
void
SelectionManager. 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 Layer
AbstractClickSelectedLineStringsTool. layer(Feature feature, Map<Layer,Set<Feature>> layerToSpecifiedFeaturesMap)
Layer
NoteTool. 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 SplitLineStringsOp
SplitLineStringsOp. addSplit(Feature feature, org.locationtech.jts.geom.Coordinate target, Layer layer, boolean moveSplitToTarget)
protected Feature
VectorTool. feature(org.locationtech.jts.geom.LineString lineString, Layer layer, UndoableCommand command)
void
NoteStyle. initialize(Layer layer)
protected void
AbstractClickSelectedLineStringsTool. warnLayerNotEditable(Layer layer)
Method parameters in com.vividsolutions.jump.workbench.ui.cursortool with type arguments of type Layer Modifier and Type Method Description protected Layer
AbstractClickSelectedLineStringsTool. 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 Layer
InsertVertexTool.SegmentContext. getLayer()
Methods in com.vividsolutions.jump.workbench.ui.cursortool.editing with parameters of type Layer Modifier and Type Method Description protected EditTransaction
DeleteVertexTool. 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 boolean
SnapVerticesOp. 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 void
SnapVerticesTool. 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 Layer
WKTPlugIn. layer
Methods in com.vividsolutions.jump.workbench.ui.plugin that return Layer Modifier and Type Method Description protected Layer
AddNewFeaturesPlugIn. layer(PlugInContext context)
protected Layer
EditSelectedFeaturePlugIn. layer(PlugInContext context)
protected abstract Layer
WKTPlugIn. 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 void
OpenProjectPlugIn. 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 Layer
LayerableClipboardPlugIn. cloneLayer(Layer layer)
Methods in com.vividsolutions.jump.workbench.ui.plugin.clipboard with parameters of type Layer Modifier and Type Method Description 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 Modifier and Type Method Description static void
ImageryUtils. affineTransformation(Layer layer, org.locationtech.jts.geom.util.AffineTransformation trans, boolean resizeImageToHalf)
Affine transformation of an image file loaded as ReferencedImageLayer.classstatic BufferedImage
ImageryUtils. getBufferFromReferenceImageLayer(Layer layer)
Get a bufferedImage from a ReferencedImage layerstatic BufferedImage
ImageryUtils. getBufferFromReferenceImageLayer2(Layer layer)
Get a bufferedImage from a ReferencedImage layerstatic boolean
ImageryUtils. hasBeenModified(Layer layer)
Check if ImageLayer has been modifiedstatic boolean
ImageryUtils. 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 Renderer
LayerRendererFactory. 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)
void
AbstractSelectionRenderer. initialize(Layer layer)
protected void
ImageCachingFeatureCollectionRenderer. 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 boolean
AbstractSelectionRenderer. useImageCaching(Map<Layer,List<Feature>> layerToFeaturesMap)
protected boolean
FeatureCollectionRenderer. useImageCaching(Map<Layer,List<Feature>> layerToFeaturesMap)
protected boolean
LayerRenderer. 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 Layer
ColorThemingStylePanel. getLayer()
Methods in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type Layer Modifier and Type Method Description static ColorThemingStyle
ColorThemingStyle. get(Layer layer)
Creates a default ColorThemingStyle for this layer if none is already set.void
ArrowLineStringEndpointStyle.Feathers. initialize(Layer layer)
void
BasicStyle. initialize(Layer layer)
void
ColorThemingStyle. initialize(Layer layer)
void
DelegatingStyle. initialize(Layer layer)
void
DummyStyle. initialize(Layer layer)
void
LabelStyle. initialize(Layer layer)
void
LineStringStyle. initialize(Layer layer)
void
PinEqualCoordinatesStyle. initialize(Layer layer)
void
Style. initialize(Layer layer)
Called before #paint is applied to each Feature.void
VertexStyle. initialize(Layer layer)
void
XBasicStyle. 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 JPanel
LegendPlugIn. 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 Layer
MainButtonPlugIn. generateLayer(String name, String category, Color color, LayerManagerProxy proxy, FeatureCollection featureCollection, String description)
protected Layer
MainButtonPlugIn. 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 Layer
WarpingPanel. currentSourceLayer()
Methods in com.vividsolutions.jump.workbench.ui.warp with parameters of type Layer Modifier and Type Method Description 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 Modifier and Type Method Description static Layer
StandardPirolPlugIn. 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 void
SRIDStyle. initialize(Layer layer)
Deprecated.void
SRIDStyle. 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 Layer
LayerTools. addAndSelectStandardResultLayer(String title, FeatureCollection featCollection, PlugInContext context, FeatureCollectionRole role)
static Layer
LayerTools. addAndSelectStandardResultLayer(String title, FeatureCollection featCollection, Color color, PlugInContext context, FeatureCollectionRole role)
static Layer
LayerTools. addStandardResultLayer(String title, FeatureCollection featCollection, PlugInContext context, FeatureCollectionRole role)
static Layer
LayerTools. addStandardResultLayer(String title, FeatureCollection featCollection, Color color, PlugInContext context, boolean select, FeatureCollectionRole role)
static Layer
LayerTools. addStandardResultLayer(String title, FeatureCollection featCollection, Color color, PlugInContext context, FeatureCollectionRole role)
Layer
LayerTools. addStandardResultLayer(String title, FeatureCollection featCollection, FeatureCollectionRole role)
static Layer
LayerTools. 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 Layer
LayerTools. 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 List
SelectionTools. 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 void
IOTools. loadSimbology_Jump(File file, Layer layer)
Method to load an OpenJUMP symbology file (xml jump) into a layerstatic void
IOTools. saveJMLFile(Layer layer, String filename)
static void
IOTools. saveShapefile(Layer layer, String filename)
static void
IOTools. saveSimbology_Jump(File file, Layer layer)
Method to save Openjump symbology of a layer to a XML filestatic void
IOTools. saveSimbology_SLD(File file, Layer layer)
Method to save the style of a layer as SLD (Spatial layer descriptor) filestatic void
IOTools. saveSimbology_SLD2(File file, Layer layer)
static void
IOTools. saveStyleToFile(Layer layer, String path)
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 Modifier and Type Method Description void
SRIDStyle. initialize(Layer layer)
void
SRIDStyle. 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 SRSInfo
ProjUtils. getSRSInfoFromLayerSource(Layer layer)
Method to get SRID from a layer file from auxiliary files (.prj or .aux) or GeoTIFFed tag.static SRSInfo
ProjUtils. getSRSInfoFromLayerStyleOrSource(Layer layer)
Method to get SRID from a layer from Style or from auxiliary file.static SRSInfo
ProjUtils. getSRSInfoFromLayerStyleOrSource_old(Layer layer)
Method to get SRID from a layer from Style or from auxiliary file.static boolean
ProjUtils. 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 int
Plot2DCanvasOJ. addBarPlotOJ(String name, Color c, double[] Y, int[] fID, PlugInContext context, Layer layer)
int
Plot2DPanelOJ. addBarPlotOJ(String name, double[] Y, int[] fID, PlugInContext context, Layer layer)
int
Plot2DCanvasOJ. addHistogramPlotOJ(String name, Color c, double[] X, int n, PlugInContext context, Layer layer, String attrName)
[sstein] - method for connection with OpenJUMPint
Plot2DPanelOJ. addHistogramPlotOJ(String name, double[] X, int n, PlugInContext context, Layer layer, String attrName)
[sstein] method for OJUMPint
Plot2DCanvasOJ. addScatterPlotOJ(String name, Color c, double[][] XY, int[] fID, PlugInContext context, Layer layer)
int
Plot2DPanelOJ. 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 Layer
AddWritableDataStoreLayerWizard. createLayer(AddWritableDataStoreLayerPanel panel, TaskMonitor monitor)
Methods in org.openjump.core.ui.plugin.datastore with parameters of type Layer Modifier and Type Method Description static void
AddDataStoreLayerWizard. load(Layer layer, CoordinateSystemRegistry registry, TaskMonitor monitor)
static void
AddWritableDataStoreLayerWizard. 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 Task
DataStoreTransactionManager. getTask(Layer layer)
void
DataStoreTransactionManager. 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 Layer
CutFeaturesTool. 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 boolean
SaveLayersWithoutDataSourcePlugIn. 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 void
OpenProjectWizard. 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 Layer
ExtractLayersByGeometry. layer
Methods in org.openjump.core.ui.plugin.layer that return Layer Modifier and Type Method Description static Layer
ExportLayerableEnvelopeAsGeometryPlugIn. 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 int
LayerPropertiesPlugIn. getAlpha(Layer layer)
static int
NewLayerPropertiesPlugIn. getAlpha(Layer layer)
static ColorThemingStyle
LayerPropertiesPlugIn. getColorThemingStyleIfEnabled(Layer layer)
static ColorThemingStyle
NewLayerPropertiesPlugIn. getColorThemingStyleIfEnabled(Layer layer)
static String
NewLayerPropertiesPlugIn. imageFileExtension(Layer layer)
static String
NewLayerPropertiesPlugIn. imageFileSourcePath(Layer layer)
static void
LayerPropertiesPlugIn. setAlpha(Layer layer, int alpha)
static void
NewLayerPropertiesPlugIn. setAlpha(Layer layer, int alpha)
static String
NewLayerPropertiesPlugIn. 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 Layer
LayerableClipboardPlugIn. cloneLayer(Layer layer)
Methods in org.openjump.core.ui.plugin.layer.pirolraster with parameters of type Layer Modifier and Type Method Description protected Layer
LayerableClipboardPlugIn. 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 void
Utils. applyAlternateStyle(Layer layer, String attribute, int interval, int subInterval, Color color1, Color color2)
static void
Utils. 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 void
Utils. 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 boolean
Utils. 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 Layer
TriangulationPlugIn. NO_CONSTRAINT
Methods in org.openjump.core.ui.plugin.tools that return Layer Modifier and Type Method Description protected Layer
SimplifyWithJTSAlgorithmPlugIn. layer(PlugInContext context)
Methods in org.openjump.core.ui.plugin.tools with parameters of type Layer Modifier and Type Method Description void
MeasurementStyle. 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 void
TextBasedVertexStyle. initialize(Layer layer)
void
VertexZValueStyle. 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 void
LayerableUtil. copyWorldFile(Layer layer, String path)
Simple method to copy a file (as worldfile)static void
LayerableUtil. 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 void
LayerableUtil. ExportVector(PlugInContext context, Layer layer, String path)
Export vector layer as SHP or JML depending on the geometriesstatic void
LayerableUtil. ExportVectorProjection(PlugInContext context, Layer layer, String proj, String path)
Export .prj projection auxiliary file for vector/image layerstatic void
LayerableUtil. 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 String
LayerableUtil. filepath(Layer layer)
Return the path of the file associated to a ReferencedImage layer /* EX.static String
LayerableUtil. getFilePath(Layer layer)
static String
LayerableUtil. getGeometryType(Layer layer)
static String
LayerableUtil. getLayerSourceClass(Layer layer)
static double
LayerableUtil. getValidArea(Layer layer)
Returns the area of feature collection (only Polygons or MultiPolygons) in the selected Vector Layer.class.static String
LayerableUtil. getVectorImageFileDescription(Layer layer)
static boolean
LayerableUtil. isCad(Layer layer)
Layer.classstatic boolean
LayerableUtil. isDataStore(Layer layer)
Layer.classstatic boolean
LayerableUtil. isEmpty(Layer layer)
Layer.classstatic boolean
LayerableUtil. isImage(Layer layer)
Layer.classstatic boolean
LayerableUtil. isLinealLayer(Layer layer)
Check if selected layer has only linestring and/or multilinestring and/or multilinearingsstatic boolean
LayerableUtil. isMixedGeometryType(Layer layer)
Check if selected layer has geoemtries of different typesstatic boolean
LayerableUtil. isModified(Layer layer)
static boolean
LayerableUtil. isMultipleImages(Layer layer)
Layer.classstatic boolean
LayerableUtil. isPointLayer(Layer layer)
Check if selected layer has only points and/or multipointsstatic boolean
LayerableUtil. isPolygonalLayer(Layer layer)
check if selected layer has only polygons and/or multipolygonsstatic boolean
LayerableUtil. isTemporary(Layer layer)
Layer.classboolean
LayerableUtil. isVector(Layer layer)
Layer.classstatic boolean
FeatureSchemaUtils. loadSchema(Layer layer)
load feature schema into a selected Layer.class from an external text filestatic boolean
FeatureSchemaUtils. saveSchema(Layer layer)
save Feature schema of a selected Layer.class to external text filestatic String
LayerableUtil. 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 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 Modifier and Type Method Description static List
DialogUtil. getFieldsFromLayer(Layer l)
static List
DialogUtil. getFieldsFromLayerWithoutGeometry(Layer l)
static void
DialogUtil. updateFieldComboBox(JComboBox cb, Layer l)
static void
DialogUtil. 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 void
ModifyGeometry. addChangeGeometryTransaction(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry geometry)
void
ModifyGeometry. addRemoveFeaturesTransaction(Layer layer, Collection features)
void
ModifyGeometry. addTransactionOnSelection(Layer layer)
static Collection
JUMP_GIS_Framework. featuresOnLayer(Layer layer)
-