Package wt.spatial
Class SpatialFilterMethod
java.lang.Object
wt.fc.EnumeratedType
wt.spatial._SpatialFilterMethod
wt.spatial.SpatialFilterMethod
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
SpatialFilterMethod is a specialization of
EnumeratedType
to provide localizable spatial filter method values. The localized values
for spatial filter methods are maintained in a resource bundle SpatialFilterMethodRB,
and its locale derivatives
Partially In - Allows a user to filter out objects that are partially in the region defined by the spatial criteria.
Fully In - Allows a user to filter out objects that are fully in the
region defined by the spatial criteria.
Supported API: true
Extendable: false
- See Also:
-
EnumeratedTypeSpatialFilterMethodRB- Serialized Form
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SpatialFilterMethodMethod to indicate that the items fully inside the space are affected
Supported API: truestatic final SpatialFilterMethodMethod to indicate that the items fully inside the space are affected
Supported API: truestatic final SpatialFilterMethodMethod to indicate that the items partially inside the space are affected
Supported API: truestatic final SpatialFilterMethodMethod to indicate that the items partially outside the space are affected
Supported API: trueFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
Field Details
-
PARTIALLY_IN
Method to indicate that the items partially inside the space are affected
Supported API: true -
FULLY_IN
Method to indicate that the items fully inside the space are affected
Supported API: true -
PARTIALLY_OUT
Method to indicate that the items partially outside the space are affected
Supported API: true -
FULLY_OUT
Method to indicate that the items fully inside the space are affected
Supported API: true
-