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

@GenAsEnumeratedType public class SpatialFilterMethod extends wt.spatial._SpatialFilterMethod
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:
  • Field Details

    • PARTIALLY_IN

      public static final SpatialFilterMethod PARTIALLY_IN
      Method to indicate that the items partially inside the space are affected

      Supported API: true
    • FULLY_IN

      public static final SpatialFilterMethod FULLY_IN
      Method to indicate that the items fully inside the space are affected

      Supported API: true
    • PARTIALLY_OUT

      public static final SpatialFilterMethod PARTIALLY_OUT
      Method to indicate that the items partially outside the space are affected

      Supported API: true
    • FULLY_OUT

      public static final SpatialFilterMethod FULLY_OUT
      Method to indicate that the items fully inside the space are affected

      Supported API: true