Uses of Class
com.vividsolutions.jump.workbench.model.CategoryEventType
-
Packages that use CategoryEventType Package Description com.vividsolutions.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 CategoryEventType in com.vividsolutions.jump.workbench.model
Fields in com.vividsolutions.jump.workbench.model declared as CategoryEventType Modifier and Type Field Description static CategoryEventTypeCategoryEventType. ADDEDstatic CategoryEventTypeCategoryEventType. METADATA_CHANGEDMetadata includes the name of the category.static CategoryEventTypeCategoryEventType. REMOVEDMethods in com.vividsolutions.jump.workbench.model that return CategoryEventType Modifier and Type Method Description CategoryEventTypeCategoryEvent. getType()Constructors in com.vividsolutions.jump.workbench.model with parameters of type CategoryEventType Constructor Description CategoryEvent(Category category, CategoryEventType type, int categoryIndex)
-