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 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 org.locationtech.jts.jump.workbench.model
Methods in org.locationtech.jts.jump.workbench.model that return Layer Modifier and Type Method Description LayerLayerManager. addLayer(String categoryName, String layerName, FeatureCollection featureCollection)LayerLayerManager. addLayer(String categoryName, Layer layer)LayerLayerManager. addOrReplaceLayer(String categoryName, String layerName, FeatureCollection featureCollection)LayerSystemLayerFinder. createLayer()LayerFeatureEvent. getLayer()LayerLayerManager. getLayer(int index)LayerLayerManager. getLayer(String name)LayerSystemLayerFinder. getLayer()LayerLayer. setDataSourceQuery(DataSourceQuery dataSourceQuery)LayerLayer. setFeatureCollectionModified(boolean featureCollectionModified)Methods in org.locationtech.jts.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 abstract voidSystemLayerFinder. applyStyles(Layer layer)voidLayerManager. fireFeaturesChanged(Collection features, FeatureEventType type, Layer layer)voidLayerManager. fireGeometryModified(Collection features, Layer layer, Collection oldFeatureClones)intLayerManager. indexOf(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 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 LayerPlugInContext. addLayer(String categoryName, String layerName, FeatureCollection featureCollection)LayerPlugInContext. getCandidateLayer(int i)LayerPlugInContext. 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 LayerAttributeTab. chooseEditableLayer()LayerDummyLayerNamePanel. chooseEditableLayer()LayerLayerNamePanel. chooseEditableLayer()LayerTreeLayerNamePanel. chooseEditableLayer()static LayerTreeLayerNamePanel. chooseEditableLayer(LayerNamePanel panel)LayerEditTransaction. getLayer()LayerLayerTableModel. getLayer()LayerMultiInputDialog. getLayer(String fieldName)LayerOneLayerAttributeTab. getLayer()LayerLayerComboBox. 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 voidInfoModel. add(Layer layer, Collection features)JComboBoxMultiInputDialog. addEditableLayerComboBox(String fieldName, Layer initialValue, String toolTipText, LayerManager layerManager)JComboBoxMultiInputDialog. addLayerComboBox(String fieldName, Layer initialValue, String toolTipText, Collection layers)JComboBoxMultiInputDialog. addLayerComboBox(String fieldName, Layer initialValue, String toolTipText, LayerManager layerManager)JComboBoxMultiInputDialog. addLayerComboBox(String fieldName, Layer initialValue, LayerManager layerManager)protected voidTreeLayerNamePanel. addSelectedLayer(Layer layer)CollectionSelectionManager. createFeaturesFromSelectedItems(Layer layer)static EditTransactionEditTransaction. createTransactionOnSelection(EditTransaction.SelectionEditor editor, SelectionManagerProxy selectionManagerProxy, LayerViewPanelContext layerViewPanelContext, String name, Layer layer, boolean rollingBackInvalidEdits, boolean allowAddingAndRemovingFeatures)voidAttributeTablePanel.FeatureEditor. edit(PlugInContext context, Feature feature, Layer layer)static MapEditTransaction. featureToNewGeometryMap(EditTransaction.SelectionEditor editor, SelectionManagerProxy selectionManagerProxy, Layer layer)CollectionAbstractSelection. getFeaturesWithSelectedItems(Layer layer)CollectionSelectionManager. getFeaturesWithSelectedItems(Layer layer)CollectionMapAbstractSelection. getFeatureToSelectedItemCollectionMap(Layer layer)Note that some features in the map may not have selected items.CollectionMapAbstractSelection. getFeatureToSelectedItemIndexCollectionMap(Layer layer)Note that some features in the map may not have selected items.CollectionAbstractSelection. getSelectedItemIndices(Layer layer, Feature feature)CollectionAbstractSelection. getSelectedItems(Layer layer)CollectionAbstractSelection. getSelectedItems(Layer layer, Feature feature)CollectionAbstractSelection. getSelectedItems(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry geometry)CollectionSelectionManager. getSelectedItems(Layer layer)CollectionSelectionManager. getSelectedItems(Layer layer, Feature feature)CollectionSelectionManager. 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)CollectionAbstractSelection. itemsNotSelectedInAncestors(Layer layer, Feature feature, Collection 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, Collection features)voidAbstractSelection. selectItems(Layer layer, Feature feature)voidAbstractSelection. selectItems(Layer layer, Feature feature, Collection items)voidAbstractSelection. selectItems(Layer layer, CollectionMap 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)ColorFeatureInfoWriter. sidebarColor(Layer layer)voidAbstractSelection. unselectFromFeaturesWithModifiedItemCounts(Layer layer, Collection features, Collection oldFeatureClones)voidSelectionManager. unselectFromFeaturesWithModifiedItemCounts(Layer layer, Collection features, Collection oldFeatureClones)protected abstract voidAbstractSelection. unselectInDescendants(Layer layer, Feature feature, Collection items)protected voidFeatureSelection. unselectInDescendants(Layer layer, Feature feature, Collection items)protected voidLineStringSelection. unselectInDescendants(Layer layer, Feature feature, Collection items)protected voidPartSelection. unselectInDescendants(Layer layer, Feature feature, Collection items)voidAbstractSelection. unselectItem(Layer layer, Feature feature, int selectedItemIndex)voidAbstractSelection. unselectItems(Layer layer)voidAbstractSelection. unselectItems(Layer layer, Collection features)voidAbstractSelection. unselectItems(Layer layer, Feature feature)voidAbstractSelection. unselectItems(Layer layer, Feature feature, Collection items)voidAbstractSelection. unselectItems(Layer layer, CollectionMap featureToItemCollectionMap)voidSelectionManager. unselectItems(Layer layer)voidSelectionManager. 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 FeatureVectorTool. feature(org.locationtech.jts.geom.LineString lineString, Layer layer, UndoableCommand command)voidNoteTool.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 LayerInsertVertexTool.SegmentContext. getLayer()Methods in org.locationtech.jts.jump.workbench.ui.cursortool.editing with parameters of type Layer Modifier and Type Method Description protected EditTransactionDeleteVertexTool. 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 LayerWKTPlugIn. layerMethods in org.locationtech.jts.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)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 LayerLayerableClipboardPlugIn. cloneLayer(Layer layer)Methods in org.locationtech.jts.jump.workbench.ui.plugin.clipboard with parameters of type Layer Modifier and Type Method Description protected LayerLayerableClipboardPlugIn. 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 CollectionMapAbstractSelectionRenderer. featureToSelectedItemsMap(Layer layer)protected CollectionMapFeatureSelectionRenderer. featureToSelectedItemsMap(Layer layer)protected CollectionMapLineStringSelectionRenderer. featureToSelectedItemsMap(Layer layer)protected CollectionMapPartSelectionRenderer. featureToSelectedItemsMap(Layer layer)protected CollectionMapSelectionBackgroundRenderer. featureToSelectedItemsMap(Layer layer)voidAbstractSelectionRenderer. initialize(Layer layer)protected voidImageCachingFeatureCollectionRenderer. 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 LayerColorThemingStylePanel. getLayer()Methods in org.locationtech.jts.jump.workbench.ui.renderer.style with parameters of type Layer Modifier and Type Method Description static ColorThemingStyleColorThemingStyle. get(Layer layer)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)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 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 org.locationtech.jts.jump.workbench.ui.warp
Methods in org.locationtech.jts.jump.workbench.ui.warp that return Layer Modifier and Type Method Description LayerWarpingPanel. currentSourceLayer()Methods in org.locationtech.jts.jump.workbench.ui.warp with parameters of type Layer Modifier and Type Method Description protected voidIncrementalWarpingVectorLayerFinder. applyStyles(Layer layer)
-