The following tables list the members exposed by QueryFilter.
Name | Description | |
---|---|---|
![]() | QueryFilter Constructor | Overloaded. Initializes a new instance of the QueryFilter class. |
Name | Description | |
---|---|---|
![]() | Extent | Gets spatial extent of the search geometry. |
![]() | Fids | Gets the requested list of fid. |
![]() | GeometricRelationship | Gets or sets the relationship between the query geometry and the features. |
![]() | Geometry | Gets or sets the QueryFilter geometry. |
![]() | HasAttributeConstraint | Indicates if the QueryFilter has a where clause. |
![]() | HasFidFilter | Indicates if the filter has a Fid List defined. |
![]() | HasSpatialConstraint | Indicates if the QueryFilter has a spatial constraint. |
![]() | IsEmpty | Indicates if the query filter contains no filter properties. |
![]() | WhereClause | Gets or sets the where clause. |
Name | Description | |
---|---|---|
![]() | AddFidRange | Adds a collection of fids to the query filter. |
![]() | ValidateGeometry | Validates the geometry against the query filter. If the query filter, is not spatial then it will always return true. |