Build the MapLayerQueryRequest object without executing it.
Set the geometry type for the geometry filter.
Set the HTTP method (GET or POST).
Build the request and execute it via the bound client.
Throws if the builder was created with MapLayerQueryBuilder.from() (no client).
Set the spatial relationship for the geometry filter.
StaticforCreate a builder bound to a client (enables .run() to execute the query).
StaticfromCreate a standalone builder (call .build() to get the request object).
Fluent builder for constructing
MapLayerQueryRequestobjects.Create via
MapLayerQueryBuilder.from(serviceId, layerId)(standalone) orMapLayerQueryBuilder.for(client, serviceId, layerId)(bound to a client for.run()).Example