Interface QueryFeaturesParams

interface QueryFeaturesParams {
    filterGeometry?: BaseGeometry;
    filterOIDs?: number[];
    filterSql?: string;
    includeGeometry?: boolean;
    sourceSR?: SpatialReference;
}

Hierarchy (view full)

Properties

filterGeometry?: BaseGeometry

A geometry to spatially filter by.

filterOIDs?: number[]

List of object ids to filter by

filterSql?: string

A sql query to filtery by

includeGeometry?: boolean

If geometry should be included in the result

sourceSR?: SpatialReference

Spatial reference of the data source. Providing helps avoid some reprojection issues