Modifier and Type | Field and Description |
---|---|
JulianDate |
Cesium.ExportKmlOptions.time
The time value to use to get properties that are not time varying in KML.
|
Modifier and Type | Method and Description |
---|---|
String |
Cesium.ExportKmlOptions.ModelCallback.Callback(ModelGraphics model,
JulianDate time,
JsObject externalFiles)
Since KML does not support glTF models, this callback is required to specify what URL to use for the model in the KML document.
|
Modifier and Type | Method and Description |
---|---|
JulianDate |
TimeIntervalCollection.start()
Gets the start time of the collection.
|
JulianDate |
TimeIntervalCollection.stop()
Gets the stop time of the collection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TimeIntervalCollection.contains(JulianDate julianDate)
Checks if the specified date is inside this collection.
|
Object |
TimeIntervalCollection.findDataForIntervalContainingDate(JulianDate date)
Finds and returns the data for the interval that contains the specified date.
|
TimeInterval |
TimeIntervalCollection.findIntervalContainingDate(JulianDate date)
The date to search for.
|
int |
TimeIntervalCollection.indexOf(JulianDate date)
Finds and returns the index of the interval in the collection that contains the specified date.
|
Modifier and Type | Field and Description |
---|---|
JulianDate |
FromIso8601DurationArrayOptions.epoch
An date that the durations are relative to.
|
JulianDate[] |
FromJulianDateArrayOptions.julianDates
An array of ISO 8601 dates.
|
Constructor and Description |
---|
FromIso8601DurationArrayOptions(JulianDate epoch,
String iso8601Durations)
|
FromJulianDateArrayOptions(JulianDate[] julianDates)
|
Modifier and Type | Field and Description |
---|---|
JulianDate |
Clock.currentTime
The current time.
|
JulianDate |
LeapSecond.julianDate
Gets or sets the date at which this leap second occurs.
|
JulianDate |
TimeInterval.start
Gets or sets the start time of this interval.
|
JulianDate |
Clock.startTime
The start time of the clock.
|
JulianDate |
TimeInterval.stop
Gets or sets the stop time of this interval.
|
JulianDate |
Clock.stopTime
The stop time of the clock.
|
Modifier and Type | Method and Description |
---|---|
static JulianDate |
JulianDate.addDays(JulianDate julianDate,
int days,
JulianDate result)
Adds the provided number of days to the provided date instance.
|
static JulianDate |
JulianDate.addHours(JulianDate julianDate,
int hours,
JulianDate result)
Adds the provided number of hours to the provided date instance.
|
static JulianDate |
JulianDate.addMinutes(JulianDate julianDate,
int minutes,
JulianDate result)
Adds the provided number of minutes to the provided date instance.
|
static JulianDate |
JulianDate.addSeconds(JulianDate julianDate,
int seconds,
JulianDate result)
Adds the provided number of seconds to the provided date instance.
|
JulianDate |
JulianDate.clone()
Duplicates this instance.
|
static JulianDate |
JulianDate.clone(JulianDate julianDate)
Duplicates a JulianDate instance.
|
static JulianDate |
JulianDate.clone(JulianDate julianDate,
JulianDate result)
Duplicates a JulianDate instance.
|
static JulianDate |
JulianDate.fromDate(JsDate date)
Creates a new instance from a JavaScript Date.
|
static JulianDate |
JulianDate.fromDate(JsDate date,
JulianDate result)
Creates a new instance from a JavaScript Date.
|
static JulianDate |
JulianDate.fromIso8601(String iso8601String)
Creates a new instance from a from an ISO 8601 date.
|
static JulianDate |
JulianDate.fromIso8601(String iso8601String,
JulianDate result)
Creates a new instance from a from an ISO 8601 date.
|
static JulianDate |
JulianDate.now()
Creates a new instance that represents the current system time.
|
static JulianDate |
JulianDate.now(JulianDate result)
Creates a new instance that represents the current system time.
|
JulianDate |
Clock.tick()
Advances the clock from the current time based on the current configuration options. tick should be called every
frame, regardless of whether animation is taking place or not.
|
Modifier and Type | Method and Description |
---|---|
static JulianDate |
JulianDate.addDays(JulianDate julianDate,
int days,
JulianDate result)
Adds the provided number of days to the provided date instance.
|
static JulianDate |
JulianDate.addHours(JulianDate julianDate,
int hours,
JulianDate result)
Adds the provided number of hours to the provided date instance.
|
static JulianDate |
JulianDate.addMinutes(JulianDate julianDate,
int minutes,
JulianDate result)
Adds the provided number of minutes to the provided date instance.
|
static JulianDate |
JulianDate.addSeconds(JulianDate julianDate,
int seconds,
JulianDate result)
Adds the provided number of seconds to the provided date instance.
|
static JulianDate |
JulianDate.clone(JulianDate julianDate)
Duplicates a JulianDate instance.
|
static JulianDate |
JulianDate.clone(JulianDate julianDate,
JulianDate result)
Duplicates a JulianDate instance.
|
static int |
JulianDate.compare(JulianDate left,
JulianDate right)
Compares two instances.
|
static Matrix3 |
Transforms.computeFixedToIcrfMatrix(JulianDate date)
Computes a rotation matrix to transform a point or vector from the Earth-Fixed frame axes (ITRF) to the
International Celestial Reference Frame (GCRF/ICRF) inertial frame axes at a given time.
|
static Matrix3 |
Transforms.computeFixedToIcrfMatrix(JulianDate date,
Matrix3 result)
Computes a rotation matrix to transform a point or vector from the Earth-Fixed frame axes (ITRF) to the
International Celestial Reference Frame (GCRF/ICRF) inertial frame axes at a given time.
|
static Matrix3 |
Transforms.computeIcrfToFixedMatrix(JulianDate date)
Computes a rotation matrix to transform a point or vector from the International Celestial Reference Frame (GCRF/ICRF)
inertial frame axes to the Earth-Fixed frame axes (ITRF) at a given time.
|
static Matrix3 |
Transforms.computeIcrfToFixedMatrix(JulianDate date,
Matrix3 result)
Computes a rotation matrix to transform a point or vector from the International Celestial Reference Frame (GCRF/ICRF)
inertial frame axes to the Earth-Fixed frame axes (ITRF) at a given time.
|
static int |
JulianDate.computeTaiMinusUtc(JulianDate julianDate)
Computes the number of seconds the provided instance is ahead of UTC.
|
static Matrix3 |
Transforms.computeTemeToPseudoFixedMatrix(JulianDate date)
Computes a rotation matrix to transform a point or vector from True Equator Mean Equinox (TEME) axes to
the pseudo-fixed axes at a given time.
|
static Matrix3 |
Transforms.computeTemeToPseudoFixedMatrix(JulianDate date,
Matrix3 result)
Computes a rotation matrix to transform a point or vector from True Equator Mean Equinox (TEME) axes to
the pseudo-fixed axes at a given time.
|
static boolean |
TimeInterval.contains(TimeInterval timeInterval,
JulianDate julianDate)
Checks if the specified date is inside the provided interval.
|
static TimeInterval |
TimeInterval.create(JulianDate start,
JulianDate stop) |
static int |
JulianDate.daysDifference(JulianDate left,
JulianDate right)
Computes the difference in days between the provided instance.
|
boolean |
JulianDate.equals(JulianDate right)
Compares this and the provided instance and returns true if they are equal, false otherwise.
|
static boolean |
JulianDate.equals(JulianDate left,
JulianDate right)
Compares two instances and returns true if they are equal, false otherwise.
|
boolean |
JulianDate.equalsEpsilon(JulianDate right,
int epsilon)
Compares this and the provided instance and returns true if they are within epsilon seconds of each other.
|
static boolean |
JulianDate.equalsEpsilon(JulianDate left,
JulianDate right,
int epsilon)
Compares two instances and returns true if they are within epsilon seconds of each other.
|
static JulianDate |
JulianDate.fromDate(JsDate date,
JulianDate result)
Creates a new instance from a JavaScript Date.
|
static JulianDate |
JulianDate.fromIso8601(String iso8601String,
JulianDate result)
Creates a new instance from a from an ISO 8601 date.
|
static boolean |
JulianDate.greaterThan(JulianDate left,
JulianDate right)
Compares the provided instances and returns true if left is later than right, false otherwise.
|
static boolean |
JulianDate.greaterThanOrEquals(JulianDate left,
JulianDate right)
Compares the provided instances and returns true if left is later than or equal to right, false otherwise.
|
static boolean |
JulianDate.lessThan(JulianDate left,
JulianDate right)
Compares the provided instances and returns true if left is earlier than right, false otherwise.
|
static boolean |
JulianDate.lessThanOrEquals(JulianDate left,
JulianDate right)
Compares the provided instances and returns true if left is earlier than or equal to right, false otherwise.
|
static JulianDate |
JulianDate.now(JulianDate result)
Creates a new instance that represents the current system time.
|
static int |
JulianDate.secondsDifference(JulianDate left,
JulianDate right)
Computes the difference in seconds between the provided instance.
|
static JsDate |
JulianDate.toDate(JulianDate julianDate)
Creates a JavaScript Date from the provided instance.
|
static GregorianDate |
JulianDate.toGregorianDate(JulianDate julianDate)
Creates a GregorianDate from the provided instance.
|
static GregorianDate |
JulianDate.toGregorianDate(JulianDate julianDate,
GregorianDate result)
Creates a GregorianDate from the provided instance.
|
static String |
JulianDate.toIso8601(JulianDate julianDate)
Creates an ISO8601 representation of the provided date.
|
static String |
JulianDate.toIso8601(JulianDate julianDate,
int precision)
Creates an ISO8601 representation of the provided date.
|
static int |
JulianDate.totalDays(JulianDate julianDate)
Computes the total number of whole and fractional days represented by the provided instance.
|
Constructor and Description |
---|
LeapSecond(JulianDate date,
int offset)
Describes a single leap second, which is constructed from a JulianDate and a numerical offset representing the
number of seconds TAI is ahead of the UTC time standard.
|
Modifier and Type | Field and Description |
---|---|
JulianDate |
ClockOptions.currentTime
The current time.
|
JulianDate |
TimeIntervalOptions.start
The start time of the interval.
|
JulianDate |
ClockOptions.startTime
The start time of the clock.
|
JulianDate |
TimeIntervalOptions.stop
The stop time of the interval.
|
JulianDate |
ClockOptions.stopTime
The stop time of the clock.
|
Modifier and Type | Field and Description |
---|---|
JulianDate |
DataSourceClock.currentTime
Gets or sets the desired current time when this data source is loaded.
|
JulianDate |
DataSourceClock.startTime
Gets or sets the desired start time of the clock.
|
JulianDate |
DataSourceClock.stopTime
Gets or sets the desired stop time of the clock.
|
Modifier and Type | Method and Description |
---|---|
Matrix4 |
Entity.computeModelMatrix(JulianDate time)
Computes the model matrix for the entity's transform at specified time.
|
Matrix4 |
Entity.computeModelMatrix(JulianDate time,
Matrix4 result)
Computes the model matrix for the entity's transform at specified time.
|
boolean |
Entity.isAvailable(JulianDate time)
Given a time, returns true if this object should have data during that time.
|
boolean |
DataSource.update(JulianDate time)
Updates the data source to the provided time.
|
boolean |
DataSourceDisplay.update(JulianDate time)
Updates the display to the provided time.
|
boolean |
CustomDataSource.update(JulianDate time) |
boolean |
GeoJsonDataSource.update(JulianDate time) |
boolean |
CzmlDataSource.update(JulianDate time) |
boolean |
KmlDataSource.update(JulianDate time) |
Modifier and Type | Method and Description |
---|---|
void |
SampledPositionProperty.addSample(JulianDate time,
Cartesian3 position)
Adds a new sample
|
void |
SampledPositionProperty.addSample(JulianDate time,
Cartesian3 position,
Cartesian3[] derivatives)
Adds a new sample
|
void |
SampledProperty.addSample(JulianDate time,
T value)
Adds a new sample
|
void |
SampledProperty.addSample(JulianDate time,
T value,
T[] derivatives)
Adds a new sample
|
void |
SampledPositionProperty.addSamples(JulianDate[] times,
Cartesian3[] positions)
Adds an array of samples
|
void |
SampledPositionProperty.addSamples(JulianDate[] times,
Cartesian3[] positions,
Cartesian3[] derivativeValues)
Adds an array of samples
|
void |
SampledProperty.addSamples(JulianDate[] times,
T[] values)
Adds an array of samples
|
void |
SampledProperty.addSamples(JulianDate[] times,
T[] values,
T[] derivativeValues)
Adds an array of samples
|
void |
SampledProperty.addSamplesPackedArray(double[] packedSamples,
JulianDate epoch)
Adds samples as a single packed array where each new sample is represented as a date,
followed by the packed representation of the corresponding value and derivatives.
|
void |
SampledPositionProperty.addSamplesPackedArray(double[] packedSamples,
JulianDate epoch)
Adds samples as a single packed array where each new sample is represented as a date,
followed by the packed representation of the corresponding value and derivatives.
|
T |
CallbackProperty.Callback.function(JulianDate time,
T result)
A function that returns the value of the property.
|
String |
ReferenceProperty.getType(JulianDate time)
Gets the Material type at the provided time.
|
String |
MaterialProperty.getType(JulianDate time)
Gets the Material type at the provided time.
|
Object |
ReferenceProperty.getValue(JulianDate time)
Gets the value of the property at the provided time.
|
T |
Property.getValue(JulianDate time)
Gets the value of the property at the provided time.
|
JsObject |
PolylineOutlineMaterialProperty.getValue(JulianDate time,
JsObject result)
Gets the value of the property at the provided time.
|
Object |
ReferenceProperty.getValue(JulianDate time,
Object result)
Gets the value of the property at the provided time.
|
T |
Property.getValue(JulianDate time,
T result)
Gets the value of the property at the provided time.
|
Cartesian3 |
ReferenceProperty.getValueInReferenceFrame(JulianDate time,
Integer referenceFrame)
Gets the value of the property at the provided time and in the provided reference frame.
|
Cartesian3 |
CompositePositionProperty.getValueInReferenceFrame(JulianDate time,
Integer referenceFrame)
Gets the value of the property at the provided time and in the provided reference frame.
|
Cartesian3 |
ReferenceProperty.getValueInReferenceFrame(JulianDate time,
Integer referenceFrame,
Cartesian3 result)
Gets the value of the property at the provided time and in the provided reference frame.
|
Cartesian3 |
CompositePositionProperty.getValueInReferenceFrame(JulianDate time,
Integer referenceFrame,
Cartesian3 result)
Gets the value of the property at the provided time and in the provided reference frame.
|
Cartesian3 |
PositionProperty.getValueInReferenceFrame(JulianDate time,
Number referenceFrame)
Gets the value of the property at the provided time and in the provided reference frame.
|
Cartesian3 |
PositionProperty.getValueInReferenceFrame(JulianDate time,
Number referenceFrame,
Cartesian3 result)
Gets the value of the property at the provided time and in the provided reference frame.
|
static <T> T |
Property.getValueOrUndefined(Property property,
JulianDate time,
T result) |
boolean |
SampledProperty.removeSample(JulianDate time)
Removes a sample at the given time, if present.
|
boolean |
SampledPositionProperty.removeSample(JulianDate time)
Removes a sample at the given time, if present.
|
Modifier and Type | Method and Description |
---|---|
GeometryInstance |
GeometryUpdater.createFillGeometryInstance(JulianDate time)
Creates the geometry instance which represents the fill of the geometry.
|
GeometryInstance |
GeometryUpdater.createOutlineGeometryInstance(JulianDate time)
Creates the geometry instance which represents the outline of the geometry.
|
boolean |
GeometryUpdater.isFilled(JulianDate time)
Checks if the geometry is filled at the provided time.
|
boolean |
GeometryUpdater.isOutlineVisible(JulianDate time)
Checks if the geometry is outlined at the provided time.
|
void |
DynamicGeometryUpdater.update(JulianDate time)
Updates the geometry to the specified time.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GeometryVisualizer.update(JulianDate time)
Updates the primitives created by this visualizer to match their Entity counterpart at the given time.
|
boolean |
PointVisualizer.update(JulianDate time)
Updates the primitives created by this visualizer to match their Entity counterpart at the given time.
|
boolean |
LabelVisualizer.update(JulianDate time)
Updates the primitives created by this visualizer to match their Entity counterpart at the given time.
|
boolean |
PolylineVisualizer.update(JulianDate time)
Updates all of the primitives created by this visualizer to match their Entity counterpart at the given time.
|
boolean |
PathVisualizer.update(JulianDate time)
Updates the primitives created by this visualizer to match their Entity counterpart at the given time.
|
boolean |
BillboardVisualizer.update(JulianDate time)
Updates the primitives created by this visualizer to match their Entity counterpart at the given time.
|
boolean |
ModelVisualizer.update(JulianDate time)
Updates the primitives created by this visualizer to match their Entity counterpart at the given time.
|
Modifier and Type | Field and Description |
---|---|
JulianDate |
Cesium3DTile.expireDate
The date when the content expires and new content is requested.
|
Modifier and Type | Method and Description |
---|---|
JulianDate |
Scene.lastRenderTime()
Gets the simulation time when the scene was last rendered.
|
JulianDate |
ModelAnimation.startTime()
The scene time to start playing this animation.
|
JulianDate |
ModelAnimation.stopTime()
The scene time to stop playing this animation.
|
Modifier and Type | Method and Description |
---|---|
void |
Scene.Listener.function(Scene scene,
JulianDate time) |
Modifier and Type | Field and Description |
---|---|
JulianDate |
ModelAnimationOptions.startTime
The scene time to start playing this animation.
|
JulianDate |
ModelAnimationOptions.stopTime
The scene time to stop playing this animation.
|
Modifier and Type | Field and Description |
---|---|
JulianDate |
ClockViewModel.currentTime
Gets or sets the current time.
|
JulianDate |
ClockViewModel.startTime
Gets or sets the start time of the clock.
|
JulianDate |
ClockViewModel.stopTime
Gets or sets the stop time of the clock.
|
JulianDate |
ClockViewModel.systemTime
Gets the current system time.
|
Modifier and Type | Method and Description |
---|---|
String |
AnimationViewModel.DateFormatter.function(JulianDate date,
AnimationViewModel viewModel)
A function that formats a date for display.
|
String |
AnimationViewModel.TimeFormatter.function(JulianDate date,
AnimationViewModel viewModel)
A function that formats a date for display.
|
void |
Timeline.zoomTo(JulianDate startTime,
JulianDate stopTime)
Sets the view to the provided times.
|
Copyright © 2019. All rights reserved.