Esri ArcGIS Server Feature Service Reader: Format Parameters
To access feature type format parameters, open the Feature Type Properties dialog by clicking the properties button on a feature type in the workspace.
These parameters apply only to a selected feature type, not to the entire reader.
Note: If a feature type parameter corresponds to a reader-level parameter, then the reader parameter will be ignored and the feature type parameter will be used.
Constraints
These parameters are passed to the Query API endpoint of the Feature Service. For more information about these parameters, refer to the corresponding page in the ArcGIS REST API documentation.
Optionally specifies the SQL-style WHERE clause applied to object fields to limit the set of features returned. Attribute names are case-sensitive, and the types of values must match the type defined in the schema.
Optionally specifies the geometry to apply as the spatial filter.
The value should be valid Esri GeoJSON, a point of the form x,y, or a bounding box of the form xmin,ymin,xmax,ymax.
Note: The coordinate system is assumed to be the same as the layer’s coordinate system, unless the Input Geometry is Esri GeoJSON and specifies its own coordinate system.
The type of geometry specified in the Input Geometry parameter. The server will return an error if the Input Geometry is not of the specified type.
This parameter is ignored if Input Geometry is not specified.
Options: Envelope (default), Point, Polyline, Polygon, Multipoint
The type of spatial relationship to use with the Input Geometry.
This parameter is ignored if Input Geometry is not specified.
Options: Intersects (default), Contains, Crosses, Envelope Intersects, Index Intersects, Overlaps, Touches, Within
The optional buffer distance for the Input Geometry. Applies to all Input Geometry types.
This parameter is ignored if Input Geometry is not specified.
The units used for the Distance parameter.
This parameter is ignored if Input Geometry is not specified.
Options: Meters (default), Miles, Feet, Kilometers, Nautical Miles, US Nautical Miles