ESRI.ArcGIS.Mobile
QueryFilter Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile Namespace : QueryFilter Class


The following tables list the members exposed by QueryFilter.

Public Constructors

 NameDescription
Public ConstructorQueryFilter ConstructorOverloaded.  Initializes a new instance of the QueryFilter class.  
Top

Public Properties

 NameDescription
Public PropertyFids Gets the requested list of fid.  
Public PropertyGeometricRelationship Gets or sets the relationship between the query geometry and the features.  
Public PropertyGeometry Gets or sets the QueryFilter geometry.  
Public PropertyHasAttributeConstraint Indicates if the QueryFilter has a where clause.  
Public PropertyHasFidFilter Indicates if the filter has a Fid List defined.  
Public PropertyHasSpatialConstraintIndicates if the QueryFilter has a spatial constraint.  
Public PropertyIsEmpty Indicates if the query filter contains no filter properties.  
Public PropertyWhereClause Gets or sets the where clause.  
Top

Public Methods

 NameDescription
Public MethodAddFidRange Adds a collection of fids to the query filter.  
Public MethodGetExtent Gets spatial extent of the search geometry.  
Public MethodValidateGeometry Validates the geometry against the query filter. If the query filter, is not spatial then it will always return true.  
Top

See Also