Uses of Interface
org.locationtech.jts.jump.workbench.model.Layerable
-
Packages that use Layerable Package Description org.locationtech.jts.jump.workbench.model Layers, Categories, and Layer Managers -- the top level of abstraction in the JUMP data model, wrapping Features and FeatureCollections, which in turn wrap Geometries.org.locationtech.jts.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items).org.locationtech.jts.jump.workbench.ui.plugin.clipboard -
-
Uses of Layerable in org.locationtech.jts.jump.workbench.model
Classes in org.locationtech.jts.jump.workbench.model that implement Layerable Modifier and Type Class Description classAbstractLayerableDefault implementation of the Layerable interface.classLayerAdds colour, line-width, and other stylistic information to a Feature Collection.classWMSLayerA Layerable that retrieves images from a Web Map Server.Methods in org.locationtech.jts.jump.workbench.model that return Layerable Modifier and Type Method Description LayerableLayerEvent. getLayerable()Methods in org.locationtech.jts.jump.workbench.model with parameters of type Layerable Modifier and Type Method Description voidCategory. add(int index, Layerable layerable)voidLayerManager. addLayerable(String categoryName, Layerable layerable)voidCategory. addPersistentLayerable(Layerable layerable)Called by Java2XMLbooleanCategory. contains(Layerable layerable)voidLayerManager. fireLayerChanged(Layerable layerable, LayerEventType type)CategoryLayerManager. getCategory(Layerable layerable)intCategory. indexOf(Layerable layerable)voidCategory. remove(Layerable layerable)voidLayerManager. remove(Layerable layerable)Constructors in org.locationtech.jts.jump.workbench.model with parameters of type Layerable Constructor Description LayerEvent(Layerable layerable, LayerEventType type, Category category, int layerIndex) -
Uses of Layerable in org.locationtech.jts.jump.workbench.ui.plugin
Methods in org.locationtech.jts.jump.workbench.ui.plugin that return Layerable Modifier and Type Method Description protected LayerableMoveLayerablePlugIn. selectedLayerable(LayerNamePanel layerNamePanel)Methods in org.locationtech.jts.jump.workbench.ui.plugin with parameters of type Layerable Modifier and Type Method Description protected intMoveLayerablePlugIn. index(Layerable layerable)voidRemoveSelectedLayersPlugIn. remove(Layerable[] selectedLayers) -
Uses of Layerable in org.locationtech.jts.jump.workbench.ui.plugin.clipboard
Methods in org.locationtech.jts.jump.workbench.ui.plugin.clipboard that return Layerable Modifier and Type Method Description protected LayerableLayerableClipboardPlugIn. cloneLayerable(Layerable layerable)Methods in org.locationtech.jts.jump.workbench.ui.plugin.clipboard with parameters of type Layerable Modifier and Type Method Description protected LayerableLayerableClipboardPlugIn. cloneLayerable(Layerable layerable)
-