Package wt.spatial

Class SpatialStructFilter

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.filter._NavigationFilter2
wt.filter.NavigationFilter2
wt.spatial._SpatialStructFilter
wt.spatial.SpatialStructFilter
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, DisplayIdentification, wt.structfilter._StructFilterRuleOwner, wt.structfilter.StructFilterRuleOwner

@GenAsPersistable(superClass=NavigationFilter2.class,interfaces=wt.structfilter.StructFilterRuleOwner.class,properties={@GeneratedProperty(name="rule",type=wt.spatial.SpatialStructFilterRule.class,columnProperties=@ColumnProperties(persistent=false)),@GeneratedProperty(name="spatialDelegateType",type=SpatialFilterDelegateType.class,initialValue="SpatialFilterDelegateType.getSpatialFilterDelegateTypeDefault()",javaDoc="Specifies the type of delegate that should process this filter.")}) public class SpatialStructFilter extends wt.spatial._SpatialStructFilter
This filter is used to specify the spatial type of filter to apply to the structure. The types that can be are specified are:

Sphere - Allows a user to filter out objects that are not within a specified distance of a particular point in space .

Box - Allows a user to filter out objects that do not fall within a user specified box.

Proximity - Allows a user to filter out objects that are not within the proximity to the selected object.

Use the newSpatialNavigationFilter static factory method(s), not the SpatialNavigationFilter constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also: