Uses of Class
org.locationtech.jts.jump.workbench.model.Category
-
Packages that use Category 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. -
-
Uses of Category in org.locationtech.jts.jump.workbench.model
Methods in org.locationtech.jts.jump.workbench.model that return Category Modifier and Type Method Description CategoryCategoryEvent. getCategory()CategoryLayerEvent. getCategory()CategoryLayerManager. getCategory(String name)CategoryLayerManager. getCategory(Layerable layerable)Methods in org.locationtech.jts.jump.workbench.model with parameters of type Category Modifier and Type Method Description voidTask. addCategory(Category category)Called by Java2XMLvoidLayerManager. fireCategoryChanged(Category category, CategoryEventType type)intLayerManager. indexOf(Category category)voidLayerManager. removeIfEmpty(Category category)Constructors in org.locationtech.jts.jump.workbench.model with parameters of type Category Constructor Description CategoryEvent(Category category, CategoryEventType type, int categoryIndex)LayerEvent(Layerable layerable, LayerEventType type, Category category, int layerIndex)
-