ESRI.ArcGIS.ADF.ArcGISServer
SpatialFilter Class Properties
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace : SpatialFilter Class




For a list of all members of this type, see SpatialFilter members.

Public Properties

 NameDescription
Public PropertyFIDSet (Inherited from QueryFilter)
Public PropertyFilterDefsThe filter definitions specified for this query filter. (Inherited from QueryFilter)
Public PropertyFilterGeometry The query geometry used to filter results.  
Public PropertyFilterOwnsGeometryIndicates whether the filter owns the query geometry.  
Public PropertyGeometryFieldName The name of the Geometry field to which the filter applies.  
Public PropertyOutputSpatialReferenceThe spatial reference in which to output geometry for a given field. (Inherited from QueryFilter)
Public PropertyPostfixClauseA clause that will be appended to the end of the where clause. Most commonly used for clauses like ORDER BY. (Inherited from QueryFilter)
Public PropertyPrefixClauseA clause that will be appended to the select statement. Most commonly used for select statements with DISTINCT clause. (Inherited from QueryFilter)
Public PropertyResolution The spatial resolution in which to output geometry. (Inherited from QueryFilter)
Public PropertySearchOrderThe search order used by the filter.  
Public PropertySpatialReferenceFieldName The field name of the output spatial reference. (Inherited from QueryFilter)
Public PropertySpatialRelThe spatial relationship checked by the filter.  
Public PropertySpatialRelDescriptionThe array elements which describe the spatial relation between the query geometry and the requested geometries. There are 9 chars in this string which can be either 'F', 'T' or '*'; e.g., TT*FFT***' represents CONTAIN.  
Public PropertySubFieldsThe comma delimited list of field names for the filter. (Inherited from QueryFilter)
Public PropertyWhereClauseThe where clause for the filter. (Inherited from QueryFilter)
Top

See Also

© 2010 All Rights Reserved.