Uses of Class
com.vividsolutions.jump.workbench.model.Category
Packages that use Category
Package
Description
Layers, Categories, and Layer Managers -- the top level of abstraction
in the JUMP data model, wrapping Features and FeatureCollections, which
in turn wrap Geometries.
-
Uses of Category in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.jump.workbench.model that return CategoryModifier and TypeMethodDescriptionCategoryEvent.getCategory()LayerEvent.getCategory()LayerManager.getCategory(Layerable layerable) LayerManager.getCategory(String name) Methods in com.vividsolutions.jump.workbench.model that return types with arguments of type CategoryMethods in com.vividsolutions.jump.workbench.model with parameters of type CategoryModifier and TypeMethodDescriptionvoidTask.addCategory(Category category) Called by Java2XMLintvoidLayerManager.removeIfEmpty(Category category) Constructors in com.vividsolutions.jump.workbench.model with parameters of type CategoryModifierConstructorDescriptionCategoryEvent(Category category, CategoryEventType type, int categoryIndex) LayerEvent(Layerable layerable, LayerEventType type, Category category, int layerIndex) -
Uses of Category in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui that return types with arguments of type CategoryModifier and TypeMethodDescriptionLayerNamePanel.getSelectedCategories()TreeLayerNamePanel.getSelectedCategories() -
Uses of Category in org.openjump.core.apitools
Methods in org.openjump.core.apitools that return CategoryModifier and TypeMethodDescriptionLayerTools.getResultCategory()static CategoryLayerTools.getResultCategory(PlugInContext context) -
Uses of Category in org.openjump.core.ui.plugin.file.open
Methods in org.openjump.core.ui.plugin.file.open with parameters of type CategoryModifier and TypeMethodDescriptionstatic voidOpenProjectWizard.loadRasterImageLayer(WorkbenchContext context, RasterImageLayer ril, RasterSymbology symbology, Category category) -
Uses of Category in org.openjump.core.ui.plugin.layer
Methods in org.openjump.core.ui.plugin.layer with parameters of type CategoryModifier and TypeMethodDescriptionSortCategoryAbstractPlugIn.getCategoryArrayList(Category category) -
Uses of Category in org.openjump.core.ui.util
Methods in org.openjump.core.ui.util that return CategoryModifier and TypeMethodDescriptionstatic CategoryTaskUtil.getSelectedCategoryName(WorkbenchContext workbenchContext)