| Constructor and Description |
|---|
RequestCreator() |
| Modifier and Type | Method and Description |
|---|---|
Document |
createGetRecordsRequest(OutputSchema outputSchema,
ElementSetName elementSetName) |
Document |
createGetRecordsRequest(OutputSchema outputSchema,
ElementSetName elementSetName,
Node filter) |
public Document createGetRecordsRequest(OutputSchema outputSchema, ElementSetName elementSetName)
outputSchema - the outputSchema to use in the request, never nullelementSetName - the elementSetName to use in the request, never nullnullIllegalArgumentException - if no POST endpoint for operation GetRecords could be found in the capabilitiespublic Document createGetRecordsRequest(OutputSchema outputSchema, ElementSetName elementSetName, Node filter)
outputSchema - the outputSchema to use in the request, never nullelementSetName - the elementSetName to use in the request, never nullfilter - the filter to append (local name must be 'Filter'), may be null if no filter should be
addednullIllegalArgumentException - if no POST endpoint for operation GetRecords could be found in the capabilities or the passed filter
does not have a local name 'Filter'Copyright © 2018 Open Geospatial Consortium. All rights reserved.