Methods
distinct
- distinct(value?): this
Returns this
extraParams
- extraParams(params): this
Parameters
- params: Record<string, string | number | boolean>
Returns this
geometry
- geometry(geom): this
Parameters
- geom: string | Record<string, unknown>
Returns this
geometryType
- geometryType(type): this
Returns this
groupBy
- groupBy(fields): this
Returns this
limit
- limit(count): this
Returns this
method
- method(m): this
Returns this
objectIds
- objectIds(ids): this
Returns this
offset
- offset(count): this
Returns this
orderBy
- orderBy(fields): this
Returns this
outFields
- outFields(...fieldNames): this
Parameters
Rest...fieldNames: string[]
Returns this
outStatistics
- outStatistics(stats): this
Parameters
- stats: string | readonly Record<string, unknown>[]
Returns this
returnCentroid
- returnCentroid(value?): this
Returns this
returnGeometry
- returnGeometry(value): this
Returns this
signal
- signal(s): this
Returns this
spatialRel
- spatialRel(rel): this
Returns this
where
- where(clause): this
Returns this
Staticfrom
- from(serviceId, layerId): QueryBuilder
Parameters
- serviceId: string
- layerId: number
Fluent builder for constructing
QueryFeaturesRequestobjects.Create via
QueryBuilder.from(serviceId, layerId)(standalone) orQueryBuilder.for(client, serviceId, layerId)(bound to a client for.run()).Example