public abstract class CoverageRequest extends Object
Constructor and Description |
---|
CoverageRequest() |
Modifier and Type | Method and Description |
---|---|
Map<String,Parameter<?>> |
getAdditionalParameters() |
String |
getHandle()
The handle attribute is included to allow a client to associate a mnemonic name to the Query
request.
|
Hints |
getHints()
Specifies some hints to drive the query execution and results build-up.
|
Name |
getName() |
void |
setAdditionalParameters(Map<String,Parameter<?>> additionalParameters) |
void |
setHandle(String handle) |
void |
setHints(Hints hints) |
void |
setName(Name name) |
public String getHandle()
public void setHandle(String handle)
setHandle(java.lang.String)
public Hints getHints()
Hints examples can be the GeometryFactory to be used, a generalization distance to be applied right in the data store, to data store specific things such as the fetch size to be used in JDBC queries. The set of hints supported can be fetched by calling . Depending on the actual values of the hints, the data store is free to ignore them. No mechanism is in place, at the moment, to figure out which hints where actually used during the query execution.
public void setHints(Hints hints)
setHints(Hints)
public void setAdditionalParameters(Map<String,Parameter<?>> additionalParameters)
setAdditionalParameters(Map)
public Map<String,Parameter<?>> getAdditionalParameters()
getAdditionalParameters()
public void setName(Name name)
setName(org.opengis.feature.type.Name)
Copyright © 1996–2023 Geotools. All rights reserved.