Uses of Class
org.locationtech.jts.jump.workbench.model.Layer
-
-
Uses of Layer in org.locationtech.jts.jump.workbench.driver
Methods in org.locationtech.jts.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 org.locationtech.jts.jump.workbench.model
Methods in org.locationtech.jts.jump.workbench.model that return Layer Modifier and Type Method Description Layer
LayerManager. addLayer(String categoryName, String layerName, FeatureCollection featureCollection)
Layer
LayerManager. addLayer(String categoryName, Layer layer)
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
SystemLayerFinder. getLayer()
Layer
Layer. setDataSourceQuery(DataSourceQuery dataSourceQuery)
Layer
Layer. setFeatureCollectionModified(boolean featureCollectionModified)
Methods in org.locationtech.jts.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 abstract void
SystemLayerFinder. applyStyles(Layer layer)
void
LayerManager. fireFeaturesChanged(Collection features, FeatureEventType type, Layer layer)
void
LayerManager. fireGeometryModified(Collection features, Layer layer, Collection oldFeatureClones)
int
LayerManager. indexOf(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 org.locationtech.jts.jump.workbench.model with parameters of type Layer Constructor Description FeatureEvent(Collection features, FeatureEventType type, Layer layer, Collection oldFeatureClones)
-
Uses of Layer in org.locationtech.jts.jump.workbench.plugin
Methods in org.locationtech.jts.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 org.locationtech.jts.jump.workbench.ui
Methods in org.locationtech.jts.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
EditTransaction. getLayer()
Layer
LayerTableModel. getLayer()
Layer
MultiInputDialog. getLayer(String fieldName)
Layer
OneLayerAttributeTab. getLayer()
Layer
LayerComboBox. getSelectedLayer()
Layer[]
AttributeTab. getSelectedLayers()
Layer[]
DummyLayerNamePanel. getSelectedLayers()
Layer[]
LayerNamePanel. getSelectedLayers()
Layer[]
TreeLayerNamePanel. getSelectedLayers()
static Layer[]
TreeLayerNamePanel. selectedLayers(LayerNamePanel layerNamePanel)
Methods in org.locationtech.jts.jump.workbench.ui with parameters of type Layer Modifier and Type Method Description void
InfoModel. add(Layer layer, Collection features)
JComboBox
MultiInputDialog. addEditableLayerComboBox(String fieldName, Layer initialValue, String toolTipText, LayerManager layerManager)
JComboBox
MultiInputDialog. addLayerComboBox(String fieldName, Layer initialValue, String toolTipText, Collection layers)
JComboBox
MultiInputDialog. addLayerComboBox(String fieldName, Layer initialValue, String toolTipText, LayerManager layerManager)
JComboBox
MultiInputDialog. addLayerComboBox(String fieldName, Layer initialValue, LayerManager layerManager)
protected void
TreeLayerNamePanel. addSelectedLayer(Layer layer)
Collection
SelectionManager. createFeaturesFromSelectedItems(Layer layer)
static EditTransaction
EditTransaction. createTransactionOnSelection(EditTransaction.SelectionEditor editor, SelectionManagerProxy selectionManagerProxy, LayerViewPanelContext layerViewPanelContext, String name, Layer layer, boolean rollingBackInvalidEdits, boolean allowAddingAndRemovingFeatures)
void
AttributeTablePanel.FeatureEditor. edit(PlugInContext context, Feature feature, Layer layer)
static Map
EditTransaction. featureToNewGeometryMap(EditTransaction.SelectionEditor editor, SelectionManagerProxy selectionManagerProxy, Layer layer)
Collection
AbstractSelection. getFeaturesWithSelectedItems(Layer layer)
Collection
SelectionManager. getFeaturesWithSelectedItems(Layer layer)
CollectionMap
AbstractSelection. getFeatureToSelectedItemCollectionMap(Layer layer)
Note that some features in the map may not have selected items.CollectionMap
AbstractSelection. getFeatureToSelectedItemIndexCollectionMap(Layer layer)
Note that some features in the map may not have selected items.Collection
AbstractSelection. getSelectedItemIndices(Layer layer, Feature feature)
Collection
AbstractSelection. getSelectedItems(Layer layer)
Collection
AbstractSelection. getSelectedItems(Layer layer, Feature feature)
Collection
AbstractSelection. getSelectedItems(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry geometry)
Collection
SelectionManager. getSelectedItems(Layer layer)
Collection
SelectionManager. getSelectedItems(Layer layer, Feature feature)
Collection
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)
Collection
AbstractSelection. itemsNotSelectedInAncestors(Layer layer, Feature feature, Collection 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, Collection features)
void
AbstractSelection. selectItems(Layer layer, Feature feature)
void
AbstractSelection. selectItems(Layer layer, Feature feature, Collection items)
void
AbstractSelection. selectItems(Layer layer, CollectionMap 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)
Color
FeatureInfoWriter. sidebarColor(Layer layer)
void
AbstractSelection. unselectFromFeaturesWithModifiedItemCounts(Layer layer, Collection features, Collection oldFeatureClones)
void
SelectionManager. unselectFromFeaturesWithModifiedItemCounts(Layer layer, Collection features, Collection oldFeatureClones)
protected abstract void
AbstractSelection. unselectInDescendants(Layer layer, Feature feature, Collection items)
protected void
FeatureSelection. unselectInDescendants(Layer layer, Feature feature, Collection items)
protected void
LineStringSelection. unselectInDescendants(Layer layer, Feature feature, Collection items)
protected void
PartSelection. unselectInDescendants(Layer layer, Feature feature, Collection items)
void
AbstractSelection. unselectItem(Layer layer, Feature feature, int selectedItemIndex)
void
AbstractSelection. unselectItems(Layer layer)
void
AbstractSelection. unselectItems(Layer layer, Collection features)
void
AbstractSelection. unselectItems(Layer layer, Feature feature)
void
AbstractSelection. unselectItems(Layer layer, Feature feature, Collection items)
void
AbstractSelection. unselectItems(Layer layer, CollectionMap featureToItemCollectionMap)
void
SelectionManager. unselectItems(Layer layer)
void
SelectionManager. unselectItems(Layer layer, Collection features)
Constructors in org.locationtech.jts.jump.workbench.ui with parameters of type Layer Constructor Description EditTransaction(Collection features, String name, Layer layer, boolean rollingBackInvalidEdits, boolean allowAddingAndRemovingFeatures, LayerViewPanel layerViewPanel)
EditTransaction(Collection 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 org.locationtech.jts.jump.workbench.ui.cursortool
Methods in org.locationtech.jts.jump.workbench.ui.cursortool with parameters of type Layer Modifier and Type Method Description protected Feature
VectorTool. feature(org.locationtech.jts.geom.LineString lineString, Layer layer, UndoableCommand command)
void
NoteTool.NoteStyle. initialize(Layer layer)
-
Uses of Layer in org.locationtech.jts.jump.workbench.ui.cursortool.editing
Methods in org.locationtech.jts.jump.workbench.ui.cursortool.editing that return Layer Modifier and Type Method Description Layer
InsertVertexTool.SegmentContext. getLayer()
Methods in org.locationtech.jts.jump.workbench.ui.cursortool.editing with parameters of type Layer Modifier and Type Method Description protected EditTransaction
DeleteVertexTool. createTransaction(Layer layer, ArrayList verticesDeleted)
Constructors in org.locationtech.jts.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 org.locationtech.jts.jump.workbench.ui.plugin
Fields in org.locationtech.jts.jump.workbench.ui.plugin declared as Layer Modifier and Type Field Description protected Layer
WKTPlugIn. layer
Methods in org.locationtech.jts.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)
Constructors in org.locationtech.jts.jump.workbench.ui.plugin with parameters of type Layer Constructor Description ViewAttributesFrame(Layer layer, PlugInContext context)
-
Uses of Layer in org.locationtech.jts.jump.workbench.ui.plugin.clipboard
Methods in org.locationtech.jts.jump.workbench.ui.plugin.clipboard that return Layer Modifier and Type Method Description protected Layer
LayerableClipboardPlugIn. cloneLayer(Layer layer)
Methods in org.locationtech.jts.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 org.locationtech.jts.jump.workbench.ui.renderer
Methods in org.locationtech.jts.jump.workbench.ui.renderer with parameters of type Layer Modifier and Type Method Description protected abstract CollectionMap
AbstractSelectionRenderer. featureToSelectedItemsMap(Layer layer)
protected CollectionMap
FeatureSelectionRenderer. featureToSelectedItemsMap(Layer layer)
protected CollectionMap
LineStringSelectionRenderer. featureToSelectedItemsMap(Layer layer)
protected CollectionMap
PartSelectionRenderer. featureToSelectedItemsMap(Layer layer)
protected CollectionMap
SelectionBackgroundRenderer. featureToSelectedItemsMap(Layer layer)
void
AbstractSelectionRenderer. initialize(Layer layer)
protected void
ImageCachingFeatureCollectionRenderer. renderHook(ThreadSafeImage image, Collection features, Layer layer, Style style)
Constructors in org.locationtech.jts.jump.workbench.ui.renderer with parameters of type Layer Constructor Description LayerRenderer(Layer layer, LayerViewPanel panel)
-
Uses of Layer in org.locationtech.jts.jump.workbench.ui.renderer.style
Methods in org.locationtech.jts.jump.workbench.ui.renderer.style that return Layer Modifier and Type Method Description Layer
ColorThemingStylePanel. getLayer()
Methods in org.locationtech.jts.jump.workbench.ui.renderer.style with parameters of type Layer Modifier and Type Method Description static ColorThemingStyle
ColorThemingStyle. get(Layer layer)
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)
Constructors in org.locationtech.jts.jump.workbench.ui.renderer.style with parameters of type Layer Constructor Description ColorThemingStylePanel(Layer layer, WorkbenchContext workbenchContext)
-
Uses of Layer in org.locationtech.jts.jump.workbench.ui.style
Constructors in org.locationtech.jts.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)
RenderingStylePanel(Blackboard blackboard, Layer layer)
-
Uses of Layer in org.locationtech.jts.jump.workbench.ui.toolbox
Methods in org.locationtech.jts.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 org.locationtech.jts.jump.workbench.ui.warp
Methods in org.locationtech.jts.jump.workbench.ui.warp that return Layer Modifier and Type Method Description Layer
WarpingPanel. currentSourceLayer()
Methods in org.locationtech.jts.jump.workbench.ui.warp with parameters of type Layer Modifier and Type Method Description protected void
IncrementalWarpingVectorLayerFinder. applyStyles(Layer layer)
-