Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
TemporalFilter
Interface TemporalFilter
Shared filter for as-of, diff, and timeline reads.
interface
TemporalFilter
{
actorIds
?:
readonly
string
[]
;
extent
?:
HonuaExtent
;
featureIds
?:
readonly
FeatureId
[]
;
fields
?:
readonly
string
[]
;
from
?:
string
;
jobRunIds
?:
readonly
string
[]
;
releaseOperationIds
?:
readonly
string
[]
;
serviceIds
?:
readonly
string
[]
;
spatialFilter
?:
SpatialFilter
;
to
?:
string
;
}
Index
Properties
actor
Ids?
extent?
feature
Ids?
fields?
from?
job
Run
Ids?
release
Operation
Ids?
service
Ids?
spatial
Filter?
to?
Properties
Optional
actor
Ids
actor
Ids
?:
readonly
string
[]
Optional
extent
extent
?:
HonuaExtent
Optional
feature
Ids
feature
Ids
?:
readonly
FeatureId
[]
Optional
fields
fields
?:
readonly
string
[]
Optional
from
from
?:
string
Inclusive ISO-8601 time range.
Optional
job
Run
Ids
job
Run
Ids
?:
readonly
string
[]
Optional
release
Operation
Ids
release
Operation
Ids
?:
readonly
string
[]
Optional
service
Ids
service
Ids
?:
readonly
string
[]
Optional
spatial
Filter
spatial
Filter
?:
SpatialFilter
Optional
to
to
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actor
Ids
extent
feature
Ids
fields
from
job
Run
Ids
release
Operation
Ids
service
Ids
spatial
Filter
to
@honua/sdk-js
Loading...
Shared filter for as-of, diff, and timeline reads.