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:
-
Field Summary
Fields inherited from class wt.spatial._SpatialStructFilter
EXTERNALIZATION_VERSION_UID, RULE, SPATIAL_DELEGATE_TYPEFields inherited from class wt.filter._NavigationFilter2
NAV_CRITERIA, NAV_CRITERIA_REFERENCEFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.structfilter._StructFilterRuleOwner
OWNED_RULESFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Methods inherited from class wt.spatial._SpatialStructFilter
getClassInfo, getConceptualClassname, getRule, getSpatialDelegateType, getType, readExternal, readExternal, readVersion, setOwnedRules, setRule, setSpatialDelegateType, super_readExternal_SpatialStructFilter, super_readVersion_SpatialStructFilter, super_writeExternal_SpatialStructFilter, writeExternal, writeExternalMethods inherited from class wt.filter._NavigationFilter2
getNavCriteria, getNavCriteriaReference, readVersion, setNavCriteria, setNavCriteriaReference, super_readExternal_NavigationFilter2, super_readVersion_NavigationFilter2, super_writeExternal_NavigationFilter2Methods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity