Build the OgcItemsRequest object without executing it.
Build the request and execute it via the bound client.
Throws if the builder was created with OgcQueryBuilder.from() (no client).
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
OgcItemsRequestobjects.Create via
OgcQueryBuilder.from(collectionId)(standalone) orOgcQueryBuilder.for(client, collectionId)(bound to a client for.run()).Example