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:
-
Nested Class Summary
Nested classes/interfaces inherited from class wt.fc.EnumeratedType
EnumeratedType.OrderOnOrder -
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 class wt.fc.EnumeratedType
secretHandshake, SEP_CHAR, userLocaleFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.spatial._SpatialFilterMethod
getLocaleSet, getSpatialFilterMethodDefault, getSpatialFilterMethodSet, getValueSet, newSpatialFilterMethod, reloadEnumeratedTypeWithCustomValues, toSpatialFilterMethod, valueSetMethods inherited from class wt.fc.EnumeratedType
clearCustomEnumsCache, compareTo, defaultEnumeratedType, dynamicInstance, equals, getAbbreviatedDisplay, getComment, getComment, getDisplay, getDisplay, getFullDisplay, getInternalKey, getLocalizedMessage, getLocalizedValues, getLongDescription, getLongDescription, getOrder, getSelectableValueSet, getShortDescription, getShortDescription, getStringValue, getStringValue, getValidSet, getValue, hashCode, instantiateSet, instantiateSet, isCustomValueLoaded, isDefaultValue, isDefaultValue, isPrimaryKey, isSelectable, main, readResolve, setCustomValueLoaded, setCustomValueLoadedTrueForAllEntries, setDefaultValue, setLocalizedValues, setOrder, setSelectable, setValue, toEnumeratedType, toEnumeratedType, toEnumeratedType, toString, validateFriendship
-
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
-