-
-
- serialVersionUID:
- -7183214487330030125L
-
- serialVersionUID:
- 3319444259890595458L
-
- serialVersionUID:
- 4005018924099696792L
-
- serialVersionUID:
- -4296814883807414158L
-
Serialized Fields
-
domain
GridGeometry domain
Desired grid extent and resolution, or null for reading the whole domain.
This is the "selection" in query terminology.
-
range
int[] range
0-based indices of sample dimensions to read, or null for reading them all.
This is the "projection" (not to be confused with map projection) in query terminology.
-
rangeNames
String[] rangeNames
The CoverageQuery.range specified by names instead of indices.
At most one of range and rangeNames shall be non-null.
-
sourceDomainExpansion
int sourceDomainExpansion
Number of additional cells to read on each border of the source grid coverage.
If non-zero, this property expands the CoverageQuery.domain to be read by an amount
specified in unit of cells of the image to be read. Those cells do not necessarily
have the same size than the cells of CoverageQuery.domain.getExtent().
-
- serialVersionUID:
- 8927757348322016043L
-
- serialVersionUID:
- 7205119080377665796L
-
- serialVersionUID:
- 3469934460013440211L
-
- serialVersionUID:
- -1778987176103191950L
-
- serialVersionUID:
- 2671737996817267335L
-
- serialVersionUID:
- -5841189659773611160L
-
Serialized Fields
-
limit
long limit
The maximum number of feature instances contained in the FeatureSet.
This is FeatureQuery.UNLIMITED if there is no limit.
- See Also:
-
-
linearResolution
Quantity<Length> linearResolution
Hint used by resources to optimize returned features.
Different stores make use of vector tiles of different scales.
A null value means to query data at their full resolution.
- See Also:
-
-
projection
FeatureQuery.NamedExpression[] projection
The properties to retrieve, or null if all properties shall be included in the query.
In a database, "properties" are table columns.
Subset of columns is called projection in relational database terminology.
- See Also:
-
-
selection
Filter<? super AbstractFeature> selection
The filter for trimming feature instances.
In a database, "feature instances" are table rows.
Subset of rows is called selection in relational database terminology.
- See Also:
-
-
skip
long skip
The number of feature instances to skip from the beginning.
This is zero if there are no instances to skip.
- See Also:
-
-
sortBy
SortBy<AbstractFeature> sortBy
The expressions to use for sorting the feature instances.
- See Also:
-
FeatureQuery.getSortBy()
FeatureQuery.setSortBy(SortBy)
-
- serialVersionUID:
- -6919525113513842514L
-
Serialized Fields
-
alias
GenericName alias
The name to assign to the expression result, or null if unspecified.
-
expression
Expression<? super AbstractFeature,?> expression
The literal, value reference or more complex expression to be retrieved by a Query.
Never null.
-
- serialVersionUID:
- 5750925701319201321L
-
- serialVersionUID:
- 1426887859737756607L
-
- serialVersionUID:
- 2435437568097737351L
-
- serialVersionUID:
- 8167257397599018311L
-
- serialVersionUID:
- -1833794980891065300L
-
- serialVersionUID:
- -1955963337799113196L
-
- serialVersionUID:
- -5883260753916229790L
-
- serialVersionUID:
- -4977853847503500550L
-
Serialized Fields
-
isSupported
boolean isSupported
- See Also:
-
-
mimeType
String mimeType
The storage MIME type, or null if unknown or not applicable.
- See Also:
-
-
version
Version version
The version of file format or database schema used by the storage, or null if unknown or not applicable.
- See Also:
-
-
- serialVersionUID:
- 5710116172772560023L
-
- serialVersionUID:
- 3854120553618596031L
-
- serialVersionUID:
- 2524083964906593093L
-
Serialized Fields
-
options
Map<OptionKey<?>,Object> options
The options, created only when first needed.
- See Also:
-
-
storage
Object storage
The input/output object given at construction time.
- See Also:
-
-
- serialVersionUID:
- 4998668012290557156L
-
- serialVersionUID:
- -4593505566766684270L
-
- serialVersionUID:
- -8754573140979570187L
-
-
- serialVersionUID:
- -1725093072445990248L
-
- serialVersionUID:
- 3825327888379868663L
-
Serialized Fields
-
description
LogRecord description
The warning message together with its severity level, source method/class name,
stack trace, thread identifier, etc.