qd-changjing/public/static/Build/Documentation/SampledPositionProperty.html

2461 lines
79 KiB
HTML
Raw Normal View History

2022-07-05 16:56:29 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SampledPositionProperty - Cesium Documentation</title>
<!--[if lt IE 9]>
<script src="javascript/html5.js"></script>
<![endif]-->
<link href="styles/jsdoc-default.css" rel="stylesheet">
<link href="styles/prism.css" rel="stylesheet">
</head>
<body>
<div id="main">
<h1 class="page-title">
<a href="index.html"><img src="Images/CesiumLogo.png" class="cesiumLogo"></a>
SampledPositionProperty
<div class="titleCenterer"></div>
</h1>
<section>
<header>
</header>
<article>
<div class="container-overview">
<div class="nameContainer">
<h4 class="name" id="SampledPositionProperty">
<a href="#SampledPositionProperty" class="doc-link"></a>
new Cesium.SampledPositionProperty<span class="signature">(<span class="optional">referenceFrame</span>, <span class="optional">numberOfDerivatives</span>)</span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L21">DataSources/SampledPositionProperty.js 21</a>
</div>
</h4>
</div>
<div class="description">
A <a href="SampledProperty.html"><code>SampledProperty</code></a> which is also a <a href="PositionProperty.html"><code>PositionProperty</code></a>.
</div>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>referenceFrame</code></td>
<td class="type">
<span class="param-type"><a href="global.html#ReferenceFrame">ReferenceFrame</a></span>
</td>
<td class="default">
<code class="language-javascript">ReferenceFrame.FIXED</code>
</td>
<td class="description last">
<span class="optional">optional</span>
The reference frame in which the position is defined.</td>
</tr>
<tr>
<td class="name"><code>numberOfDerivatives</code></td>
<td class="type">
<span class="param-type">Number</span>
</td>
<td class="default">
<code class="language-javascript">0</code>
</td>
<td class="description last">
<span class="optional">optional</span>
The number of derivatives that accompany each position; i.e. velocity, acceleration, etc...</td>
</tr>
</tbody>
</table>
<dl class="details">
</dl>
</div>
<h3 class="subsection-title">Members</h3>
<div class="nameContainer">
<h4 class="name" id="backwardExtrapolationDuration">
<a href="#backwardExtrapolationDuration" class="doc-link"></a>
backwardExtrapolationDuration<span class="type-signature"> : Number</span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L171">DataSources/SampledPositionProperty.js 171</a>
</div>
</h4>
</div>
<div class="description">
Gets or sets the amount of time to extrapolate backward
before the property becomes undefined. A value of 0 will extrapolate forever.
</div>
<dl class="details">
<span class="details-header">Default Value:</span>
<code class="language-javascript">0</code>
</dl>
<div class="nameContainer">
<h4 class="name" id="backwardExtrapolationType">
<a href="#backwardExtrapolationType" class="doc-link"></a>
backwardExtrapolationType<span class="type-signature"> : <a href="global.html#ExtrapolationType">ExtrapolationType</a></span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L156">DataSources/SampledPositionProperty.js 156</a>
</div>
</h4>
</div>
<div class="description">
Gets or sets the type of extrapolation to perform when a value
is requested at a time before any available samples.
</div>
<dl class="details">
<span class="details-header">Default Value:</span>
<code class="language-javascript">ExtrapolationType.NONE</code>
</dl>
<div class="nameContainer">
<h4 class="name" id="definitionChanged">
<a href="#definitionChanged" class="doc-link"></a>
<span class="type-signature attribute-readonly">readonly</span> definitionChanged<span class="type-signature"> : <a href="Event.html">Event</a></span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L65">DataSources/SampledPositionProperty.js 65</a>
</div>
</h4>
</div>
<div class="description">
Gets the event that is raised whenever the definition of this property changes.
The definition is considered to have changed if a call to getValue would return
a different result for the same time.
</div>
<dl class="details">
</dl>
<div class="nameContainer">
<h4 class="name" id="forwardExtrapolationDuration">
<a href="#forwardExtrapolationDuration" class="doc-link"></a>
forwardExtrapolationDuration<span class="type-signature"> : Number</span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L141">DataSources/SampledPositionProperty.js 141</a>
</div>
</h4>
</div>
<div class="description">
Gets or sets the amount of time to extrapolate forward before
the property becomes undefined. A value of 0 will extrapolate forever.
</div>
<dl class="details">
<span class="details-header">Default Value:</span>
<code class="language-javascript">0</code>
</dl>
<div class="nameContainer">
<h4 class="name" id="forwardExtrapolationType">
<a href="#forwardExtrapolationType" class="doc-link"></a>
forwardExtrapolationType<span class="type-signature"> : <a href="global.html#ExtrapolationType">ExtrapolationType</a></span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L126">DataSources/SampledPositionProperty.js 126</a>
</div>
</h4>
</div>
<div class="description">
Gets or sets the type of extrapolation to perform when a value
is requested at a time after any available samples.
</div>
<dl class="details">
<span class="details-header">Default Value:</span>
<code class="language-javascript">ExtrapolationType.NONE</code>
</dl>
<div class="nameContainer">
<h4 class="name" id="interpolationAlgorithm">
<a href="#interpolationAlgorithm" class="doc-link"></a>
<span class="type-signature attribute-readonly">readonly</span> interpolationAlgorithm<span class="type-signature"> : <a href="InterpolationAlgorithm.html">InterpolationAlgorithm</a></span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L102">DataSources/SampledPositionProperty.js 102</a>
</div>
</h4>
</div>
<div class="description">
Gets the interpolation algorithm to use when retrieving a value. Call <code>setInterpolationOptions</code> to set this.
</div>
<dl class="details">
<span class="details-header">Default Value:</span>
<code class="language-javascript">LinearApproximation</code>
</dl>
<div class="nameContainer">
<h4 class="name" id="interpolationDegree">
<a href="#interpolationDegree" class="doc-link"></a>
<span class="type-signature attribute-readonly">readonly</span> interpolationDegree<span class="type-signature"> : Number</span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L89">DataSources/SampledPositionProperty.js 89</a>
</div>
</h4>
</div>
<div class="description">
Gets the degree of interpolation to perform when retrieving a value. Call <code>setInterpolationOptions</code> to set this.
</div>
<dl class="details">
<span class="details-header">Default Value:</span>
<code class="language-javascript">1</code>
</dl>
<div class="nameContainer">
<h4 class="name" id="isConstant">
<a href="#isConstant" class="doc-link"></a>
<span class="type-signature attribute-readonly">readonly</span> isConstant<span class="type-signature"> : Boolean</span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L51">DataSources/SampledPositionProperty.js 51</a>
</div>
</h4>
</div>
<div class="description">
Gets a value indicating if this property is constant. A property is considered
constant if getValue always returns the same result for the current definition.
</div>
<dl class="details">
</dl>
<div class="nameContainer">
<h4 class="name" id="numberOfDerivatives">
<a href="#numberOfDerivatives" class="doc-link"></a>
numberOfDerivatives<span class="type-signature"> : Number</span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L114">DataSources/SampledPositionProperty.js 114</a>
</div>
</h4>
</div>
<div class="description">
The number of derivatives contained by this property; i.e. 0 for just position, 1 for velocity, etc.
</div>
<dl class="details">
<span class="details-header">Default Value:</span>
<code class="language-javascript">0</code>
</dl>
<div class="nameContainer">
<h4 class="name" id="referenceFrame">
<a href="#referenceFrame" class="doc-link"></a>
referenceFrame<span class="type-signature"> : <a href="global.html#ReferenceFrame">ReferenceFrame</a></span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L76">DataSources/SampledPositionProperty.js 76</a>
</div>
</h4>
</div>
<div class="description">
Gets the reference frame in which the position is defined.
</div>
<dl class="details">
<span class="details-header">Default Value:</span>
<code class="language-javascript">ReferenceFrame.FIXED;</code>
</dl>
<h3 class="subsection-title">Methods</h3>
<div class="nameContainer">
<h4 class="name" id="addSample">
<a href="#addSample" class="doc-link"></a>
addSample<span class="signature">(time, position, <span class="optional">derivatives</span>)</span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L241">DataSources/SampledPositionProperty.js 241</a>
</div>
</h4>
</div>
<div class="description">
Adds a new sample.
</div>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>time</code></td>
<td class="type">
<span class="param-type"><a href="JulianDate.html">JulianDate</a></span>
</td>
<td class="description last">
The sample time.</td>
</tr>
<tr>
<td class="name"><code>position</code></td>
<td class="type">
<span class="param-type"><a href="Cartesian3.html">Cartesian3</a></span>
</td>
<td class="description last">
The position at the provided time.</td>
</tr>
<tr>
<td class="name"><code>derivatives</code></td>
<td class="type">
<span class="param-type">Array.&lt;<a href="Cartesian3.html">Cartesian3</a>></span>
</td>
<td class="description last">
<span class="optional">optional</span>
The array of derivative values at the provided time.</td>
</tr>
</tbody>
</table>
<dl class="details">
</dl>
<div class="nameContainer">
<h4 class="name" id="addSamples">
<a href="#addSamples" class="doc-link"></a>
addSamples<span class="signature">(times, positions, <span class="optional">derivatives</span>)</span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L269">DataSources/SampledPositionProperty.js 269</a>
</div>
</h4>
</div>
<div class="description">
Adds multiple samples via parallel arrays.
</div>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>times</code></td>
<td class="type">
<span class="param-type">Array.&lt;<a href="JulianDate.html">JulianDate</a>></span>
</td>
<td class="description last">
An array of JulianDate instances where each index is a sample time.</td>
</tr>
<tr>
<td class="name"><code>positions</code></td>
<td class="type">
<span class="param-type">Array.&lt;<a href="Cartesian3.html">Cartesian3</a>></span>
</td>
<td class="description last">
An array of Cartesian3 position instances, where each value corresponds to the provided time index.</td>
</tr>
<tr>
<td class="name"><code>derivatives</code></td>
<td class="type">
<span class="param-type">Array.&lt;Array></span>
</td>
<td class="description last">
<span class="optional">optional</span>
An array where each value is another array containing derivatives for the corresponding time index.</td>
</tr>
</tbody>
</table>
<h5>Throws:</h5>
<ul>
<li>
<div class="param-desc">
<span class="param-type"><a href="DeveloperError.html">DeveloperError</a></span>
: All arrays must be the same length.
</div>
</li>
</ul>
<dl class="details">
</dl>
<div class="nameContainer">
<h4 class="name" id="addSamplesPackedArray">
<a href="#addSamplesPackedArray" class="doc-link"></a>
addSamplesPackedArray<span class="signature">(packedSamples, <span class="optional">epoch</span>)</span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L284">DataSources/SampledPositionProperty.js 284</a>
</div>
</h4>
</div>
<div class="description">
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.
</div>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>packedSamples</code></td>
<td class="type">
<span class="param-type">Array.&lt;Number></span>
</td>
<td class="description last">
The array of packed samples.</td>
</tr>
<tr>
<td class="name"><code>epoch</code></td>
<td class="type">
<span class="param-type"><a href="JulianDate.html">JulianDate</a></span>
</td>
<td class="description last">
<span class="optional">optional</span>
If any of the dates in packedSamples are numbers, they are considered an offset from this epoch, in seconds.</td>
</tr>
</tbody>
</table>
<dl class="details">
</dl>
<div class="nameContainer">
<h4 class="name" id="equals">
<a href="#equals" class="doc-link"></a>
equals<span class="signature">(<span class="optional">other</span>)</span> &rarr; <span class="type-signature returnType">Boolean</span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L317">DataSources/SampledPositionProperty.js 317</a>
</div>
</h4>
</div>
<div class="description">
Compares this property to the provided property and returns
<code>true</code> if they are equal, <code>false</code> otherwise.
</div>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>other</code></td>
<td class="type">
<span class="param-type"><a href="Property.html">Property</a></span>
</td>
<td class="description last">
<span class="optional">optional</span>
The other property.</td>
</tr>
</tbody>
</table>
<h5>Returns:</h5>
<div class="param-desc">
<code>true</code> if left and right are equal, <code>false</code> otherwise.
</div>
<dl class="details">
</dl>
<div class="nameContainer">
<h4 class="name" id="getValue">
<a href="#getValue" class="doc-link"></a>
getValue<span class="signature">(time, <span class="optional">result</span>)</span> &rarr; <span class="type-signature returnType"><a href="Cartesian3.html">Cartesian3</a></span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L188">DataSources/SampledPositionProperty.js 188</a>
</div>
</h4>
</div>
<div class="description">
Gets the position at the provided time.
</div>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>time</code></td>
<td class="type">
<span class="param-type"><a href="JulianDate.html">JulianDate</a></span>
</td>
<td class="description last">
The time for which to retrieve the value.</td>
</tr>
<tr>
<td class="name"><code>result</code></td>
<td class="type">
<span class="param-type"><a href="Cartesian3.html">Cartesian3</a></span>
</td>
<td class="description last">
<span class="optional">optional</span>
The object to store the value into, if omitted, a new instance is created and returned.</td>
</tr>
</tbody>
</table>
<h5>Returns:</h5>
<div class="param-desc">
The modified result parameter or a new instance if the result parameter was not supplied.
</div>
<dl class="details">
</dl>
<div class="nameContainer">
<h4 class="name" id="getValueInReferenceFrame">
<a href="#getValueInReferenceFrame" class="doc-link"></a>
getValueInReferenceFrame<span class="signature">(time, referenceFrame, <span class="optional">result</span>)</span> &rarr; <span class="type-signature returnType"><a href="Cartesian3.html">Cartesian3</a></span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L200">DataSources/SampledPositionProperty.js 200</a>
</div>
</h4>
</div>
<div class="description">
Gets the position at the provided time and in the provided reference frame.
</div>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>time</code></td>
<td class="type">
<span class="param-type"><a href="JulianDate.html">JulianDate</a></span>
</td>
<td class="description last">
The time for which to retrieve the value.</td>
</tr>
<tr>
<td class="name"><code>referenceFrame</code></td>
<td class="type">
<span class="param-type"><a href="global.html#ReferenceFrame">ReferenceFrame</a></span>
</td>
<td class="description last">
The desired referenceFrame of the result.</td>
</tr>
<tr>
<td class="name"><code>result</code></td>
<td class="type">
<span class="param-type"><a href="Cartesian3.html">Cartesian3</a></span>
</td>
<td class="description last">
<span class="optional">optional</span>
The object to store the value into, if omitted, a new instance is created and returned.</td>
</tr>
</tbody>
</table>
<h5>Returns:</h5>
<div class="param-desc">
The modified result parameter or a new instance if the result parameter was not supplied.
</div>
<dl class="details">
</dl>
<div class="nameContainer">
<h4 class="name" id="removeSample">
<a href="#removeSample" class="doc-link"></a>
removeSample<span class="signature">(time)</span> &rarr; <span class="type-signature returnType">Boolean</span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L297">DataSources/SampledPositionProperty.js 297</a>
</div>
</h4>
</div>
<div class="description">
Removes a sample at the given time, if present.
</div>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>time</code></td>
<td class="type">
<span class="param-type"><a href="JulianDate.html">JulianDate</a></span>
</td>
<td class="description last">
The sample time.</td>
</tr>
</tbody>
</table>
<h5>Returns:</h5>
<div class="param-desc">
<code>true</code> if a sample at time was removed, <code>false</code> otherwise.
</div>
<dl class="details">
</dl>
<div class="nameContainer">
<h4 class="name" id="removeSamples">
<a href="#removeSamples" class="doc-link"></a>
removeSamples<span class="signature">(time)</span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L306">DataSources/SampledPositionProperty.js 306</a>
</div>
</h4>
</div>
<div class="description">
Removes all samples for the given time interval.
</div>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>time</code></td>
<td class="type">
<span class="param-type"><a href="TimeInterval.html">TimeInterval</a></span>
</td>
<td class="description last">
The time interval for which to remove all samples.</td>
</tr>
</tbody>
</table>
<dl class="details">
</dl>
<div class="nameContainer">
<h4 class="name" id="setInterpolationOptions">
<a href="#setInterpolationOptions" class="doc-link"></a>
setInterpolationOptions<span class="signature">(<span class="optional">options</span>)</span>
<div class="source-link rightLinks">
<a href="https://github.com/CesiumGS/cesium/blob/1.91/Source/DataSources/SampledPositionProperty.js#L230">DataSources/SampledPositionProperty.js 230</a>
</div>
</h4>
</div>
<div class="description">
Sets the algorithm and degree to use when interpolating a position.
</div>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>options</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
<span class="optional">optional</span>
Object with the following properties:
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>interpolationAlgorithm</code></td>
<td class="type">
<span class="param-type"><a href="InterpolationAlgorithm.html">InterpolationAlgorithm</a></span>
</td>
<td class="description last">
<span class="optional">optional</span>
The new interpolation algorithm. If undefined, the existing property will be unchanged.</td>
</tr>
<tr>
<td class="name"><code>interpolationDegree</code></td>
<td class="type">
<span class="param-type">Number</span>
</td>
<td class="description last">
<span class="optional">optional</span>
The new interpolation degree. If undefined, the existing property will be unchanged.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<dl class="details">
</dl>
</article>
</section>
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a>
</footer>
</div>
<div class="nav">
<div class="menu">
<input type="text" class="classFilter" id="ClassFilter" placeholder="Search">
<ul id="ClassList"><li data-name="Animation"><a href="Animation.html">Animation</a></li><li data-name="AnimationViewModel"><a href="AnimationViewModel.html">AnimationViewModel</a></li><li data-name="Appearance"><a href="Appearance.html">Appearance</a></li><li data-name="ArcGisMapServerImageryProvider"><a href="ArcGisMapServerImageryProvider.html">ArcGisMapServerImageryProvider</a></li><li data-name="ArcGISTiledElevationTerrainProvider"><a href="ArcGISTiledElevationTerrainProvider.html">ArcGISTiledElevationTerrainProvider</a></li><li data-name="ArcType"><a href="global.html#ArcType">ArcType</a></li><li data-name="AssociativeArray"><a href="AssociativeArray.html">AssociativeArray</a></li><li data-name="Axis"><a href="global.html#Axis">Axis</a></li><li data-name="AxisAlignedBoundingBox"><a href="AxisAlignedBoundingBox.html">AxisAlignedBoundingBox</a></li><li data-name="backFaceCulling"><a href="global.html#backFaceCulling">backFaceCulling</a></li><li data-name="barycentricCoordinates"><a href="global.html#barycentricCoordinates">barycentricCoordinates</a></li><li data-name="BaseLayerPicker"><a href="BaseLayerPicker.html">BaseLayerPicker</a></li><li data-name="BaseLayerPickerViewModel"><a href="BaseLayerPickerViewModel.html">BaseLayerPickerViewModel</a></li><li data-name="Billboard"><a href="Billboard.html">Billboard</a></li><li data-name="BillboardCollection"><a href="BillboardCollection.html">BillboardCollection</a></li><li data-name="BillboardGraphics"><a href="BillboardGraphics.html">BillboardGraphics</a></li><li data-name="BillboardVisualizer"><a href="BillboardVisualizer.html">BillboardVisualizer</a></li><li data-name="binarySearch"><a href="global.html#binarySearch">binarySearch</a></li><li data-name="binarySearchComparator"><a href="global.html#binarySearchComparator">binarySearchComparator</a></li><li data-name="BingMapsGeocoderService"><a href="BingMapsGeocoderService.html">BingMapsGeocoderService</a></li><li data-name="BingMapsImageryProvider"><a href="BingMapsImageryProvider.html">BingMapsImageryProvider</a></li><li data-name="BingMapsStyle"><a href="global.html#BingMapsStyle">BingMapsStyle</a></li><li data-name="BlendEquation"><a href="global.html#BlendEquation">BlendEquation</a></li><li data-name="BlendFunction"><a href="global.html#BlendFunction">BlendFunction</a></li><li data-name="BlendingState"><a href="BlendingState.html">BlendingState</a></li><li data-name="BlendOption"><a href="global.html#BlendOption">BlendOption</a></li><li data-name="BoundingRectangle"><a href="BoundingRectangle.html">BoundingRectangle</a></li><li data-name="BoundingSphere"><a href="BoundingSphere.html">BoundingSphere</a></li><li data-name="boundingSphere"><a href="global.html#boundingSphere">boundingSphere</a></li><li data-name="BoxEmitter"><a href="BoxEmitter.html">BoxEmitter</a></li><li data-name="BoxGeometry"><a href="BoxGeometry.html">BoxGeometry</a></li><li data-name="BoxGeometryUpdater"><a href="BoxGeometryUpdater.html">BoxGeometryUpdater</a></li><li data-name="BoxGraphics"><a href="BoxGraphics.html">BoxGraphics</a></li><li data-name="BoxOutlineGeometry"><a href="BoxOutlineGeometry.html">BoxOutlineGeometry</a></li><li data-name="buildModuleUrl"><a href="global.html#buildModuleUrl">buildModuleUrl</a></li><li data-name="CallbackProperty"><a href="CallbackProperty.html">CallbackProperty</a></li><li data-name="Camera"><a href="Camera.html">Camera</a></li><li data-name="CameraEventAggregator"><a href="CameraEventAggregator.html">CameraEventAggregator</a></li><li data-name="CameraEventType"><a href="global.html#CameraEventType">CameraEventType</a></li><li data-name="cancelAnimationFrame"><a href="global.html#cancelAnimationFrame">cancelAnimationFrame</a></li><li data-name="Cartesian2"><a href="Cartesian2.html">Cartesian2</a></li><li data-name="Cartesian3"><a href="Cartesian3.html">Cartesian3</a></li><li data-name="Cartesian4"><a href="Cartesian4.html">Cartesian4</a></li><li data-name="Cartographic"><a href="Cartographic.html">Cartographic</a></li><li data-name="CartographicGeocoderService"><a href="CartographicGeocoderServic
</div>
</div>
<script>
if (window.frameElement) {
document.body.className = 'embedded';
var ele = document.createElement('a');
ele.className = 'popout';
ele.target = '_blank';
ele.href = window.location.href;
ele.title = 'Pop out';
document.getElementById('main').appendChild(ele);
}
// Set targets on external links. Sandcastle and GitHub shouldn't be embedded in any iframe.
Array.prototype.forEach.call(document.getElementsByTagName('a'), function(a) {
if (/^https?:/i.test(a.getAttribute('href'))) {
a.target='_blank';
}
});
</script>
<script src="javascript/prism.js"></script>
<script src="javascript/cesiumDoc.js"></script>
</body>
</html>