Modifier and Type | Method and Description |
---|---|
static TimeIntervalCollection |
TimeIntervalCollection.fromIso8601(FromIso8601Options options)
Creates a new instance from an ISO 8601 time interval (start/end/duration).
|
static TimeIntervalCollection |
TimeIntervalCollection.fromIso8601(FromIso8601Options options,
TimeIntervalCollection result)
Creates a new instance from an ISO 8601 time interval (start/end/duration).
|
static TimeIntervalCollection |
TimeIntervalCollection.fromIso8601DateArray(FromIso8601DateArrayOptions options)
Creates a new instance from a ISO 8601 date array.
|
static TimeIntervalCollection |
TimeIntervalCollection.fromIso8601DateArray(FromIso8601DateArrayOptions options,
TimeIntervalCollection result)
Creates a new instance from a ISO 8601 date array.
|
static TimeIntervalCollection |
TimeIntervalCollection.fromIso8601DurationArray(FromIso8601DurationArrayOptions options)
Creates a new instance from a ISO 8601 duration array.
|
static TimeIntervalCollection |
TimeIntervalCollection.fromIso8601DurationArray(FromIso8601DurationArrayOptions options,
TimeIntervalCollection result)
Creates a new instance from a ISO 8601 duration array.
|
static TimeIntervalCollection |
TimeIntervalCollection.fromJulianDateArray(FromJulianDateArrayOptions options)
Creates a new instance from a JulianDate array.
|
static TimeIntervalCollection |
TimeIntervalCollection.fromJulianDateArray(FromJulianDateArrayOptions options,
TimeIntervalCollection result)
Creates a new instance from a JulianDate array.
|
TimeIntervalCollection |
TimeIntervalCollection.intersect(TimeIntervalCollection other)
Creates a new instance that is the intersection of this collection and the provided collection.
|
TimeIntervalCollection |
TimeIntervalCollection.intersect(TimeIntervalCollection other,
TimeInterval.DataComparer dataComparer)
Creates a new instance that is the intersection of this collection and the provided collection.
|
TimeIntervalCollection |
TimeIntervalCollection.intersect(TimeIntervalCollection other,
TimeInterval.DataComparer dataComparer,
TimeInterval.MergeCallback mergeCallback)
Creates a new instance that is the intersection of this collection and the provided collection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TimeIntervalCollection.equals(TimeIntervalCollection right)
Compares this instance against the provided instance componentwise and returns true if they are equal, false otherwise.
|
boolean |
TimeIntervalCollection.equals(TimeIntervalCollection right,
TimeInterval.DataComparer dataComparer)
Compares this instance against the provided instance componentwise and returns true if they are equal, false otherwise.
|
static TimeIntervalCollection |
TimeIntervalCollection.fromIso8601(FromIso8601Options options,
TimeIntervalCollection result)
Creates a new instance from an ISO 8601 time interval (start/end/duration).
|
static TimeIntervalCollection |
TimeIntervalCollection.fromIso8601DateArray(FromIso8601DateArrayOptions options,
TimeIntervalCollection result)
Creates a new instance from a ISO 8601 date array.
|
static TimeIntervalCollection |
TimeIntervalCollection.fromIso8601DurationArray(FromIso8601DurationArrayOptions options,
TimeIntervalCollection result)
Creates a new instance from a ISO 8601 duration array.
|
static TimeIntervalCollection |
TimeIntervalCollection.fromJulianDateArray(FromJulianDateArrayOptions options,
TimeIntervalCollection result)
Creates a new instance from a JulianDate array.
|
TimeIntervalCollection |
TimeIntervalCollection.intersect(TimeIntervalCollection other)
Creates a new instance that is the intersection of this collection and the provided collection.
|
TimeIntervalCollection |
TimeIntervalCollection.intersect(TimeIntervalCollection other,
TimeInterval.DataComparer dataComparer)
Creates a new instance that is the intersection of this collection and the provided collection.
|
TimeIntervalCollection |
TimeIntervalCollection.intersect(TimeIntervalCollection other,
TimeInterval.DataComparer dataComparer,
TimeInterval.MergeCallback mergeCallback)
Creates a new instance that is the intersection of this collection and the provided collection.
|
Modifier and Type | Field and Description |
---|---|
TimeIntervalCollection |
Entity.availability
The availability, if any, associated with this object.
|
Modifier and Type | Field and Description |
---|---|
TimeIntervalCollection |
EntityOptions.availability
The availability, if any, associated with this object.
|
Modifier and Type | Field and Description |
---|---|
TimeIntervalCollection |
TimeIntervalCollectionPositionProperty.intervals
Gets the interval collection.
|
TimeIntervalCollection |
CompositeProperty.intervals
Gets the interval collection.
|
TimeIntervalCollection |
CompositePositionProperty.intervals
Gets the interval collection.
|
TimeIntervalCollection |
CompositeMaterialProperty.intervals
Gets the interval collection.
|
TimeIntervalCollection |
TimeIntervalCollectionProperty.intervals
Gets the interval collection.
|
Modifier and Type | Field and Description |
---|---|
TimeIntervalCollection |
TimeDynamicPointCloudOptions.intervals
A TimeIntervalCollection with its data property being an object containing a uri to a 3D Tiles Point Cloud tile
and an optional transform.
|
Modifier and Type | Method and Description |
---|---|
static TimeDynamicPointCloudOptions |
TimeDynamicPointCloudOptions.create(Clock clock,
TimeIntervalCollection intervals)
Create options instance
|
Modifier and Type | Field and Description |
---|---|
TimeIntervalCollection |
WebMapTileServiceImageryProvider.times
Gets or sets a time interval collection that is used to get time dynamic parameters.
|
TimeIntervalCollection |
WebMapServiceImageryProvider.times
Gets or sets a time interval collection that is used to get time dynamic parameters.
|
Modifier and Type | Field and Description |
---|---|
TimeIntervalCollection |
WebMapTileServiceImageryProviderOptions.times
TimeIntervalCollection with its data property being an object containing time dynamic dimension and their values.
|
Copyright © 2019. All rights reserved.