- abbrv - Variable in class org.cesiumjs.cs.core.options.OpenCageGeocoderServiceOptions
-
When set to 1 we attempt to abbreviate and shorten the formatted string we return.
- aboveGround() - Method in class org.cesiumjs.cs.scene.apperances.EllipsoidSurfaceAppearance
-
When true, the geometry is expected to be on the ellipsoid's surface - not at a constant height above it - so EllipsoidSurfaceAppearance#renderState has backface culling enabled.
- aboveGround - Variable in class org.cesiumjs.cs.scene.apperances.options.EllipsoidSurfaceAppearanceOptions
-
When true, the geometry is expected to be on the ellipsoid's surface - not at a constant height above it - so EllipsoidSurfaceAppearance#renderState has backface culling enabled.
- abs(Cartesian2, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Computes the absolute value of the provided Cartesian.
- abs(Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Computes the absolute value of the provided Cartesian.
- abs(Cartesian4, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Computes the absolute value of the provided Cartesian.
- abs(Matrix2, Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Computes a matrix, which contains the absolute (unsigned) values of the provided matrix's elements.
- abs(Matrix3, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes a matrix, which contains the absolute (unsigned) values of the provided matrix's elements.
- abs(Matrix4, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a matrix, which contains the absolute (unsigned) values of the provided matrix's elements.
- AbstractPrimitive - Class in org.cesiumjs.cs.scene.interaction
-
Abstract class used for override Primitive.prototype.update function through @JsFunction
- AbstractPrimitive(AbstractPrimitiveOptions) - Constructor for class org.cesiumjs.cs.scene.interaction.AbstractPrimitive
-
- AbstractPrimitive.Destroy - Interface in org.cesiumjs.cs.scene.interaction
-
- AbstractPrimitive.GetGeometry - Interface in org.cesiumjs.cs.scene.interaction
-
- AbstractPrimitive.Update - Interface in org.cesiumjs.cs.scene.interaction
-
- AbstractPrimitiveOptions - Class in org.cesiumjs.cs.scene.interaction.options
-
Abstract options for Primitives.
- AbstractPrimitiveOptions() - Constructor for class org.cesiumjs.cs.scene.interaction.options.AbstractPrimitiveOptions
-
- accessToken - Variable in class org.cesiumjs.cs.core.options.FromAssetIdOptions
-
The access token to use.
- accessToken - Variable in class org.cesiumjs.cs.core.options.IonGeocoderServiceOptions
-
The access token to use.
- accessToken - Variable in class org.cesiumjs.cs.scene.providers.options.IonImageryProviderOptions
-
The access token to use.
- accessToken - Variable in class org.cesiumjs.cs.scene.providers.options.MapboxImageryProviderOptions
-
The public access token for the imagery.
- acosClamped(double) - Static method in class org.cesiumjs.cs.core.Math
-
Computes Math.acos(value), but first clamps value to the range [-1.0, 1.0] so that the function will never return NaN.
- ACTIVE() - Static method in class org.cesiumjs.cs.core.enums.RequestState
-
Actual http request has been sent.
- activeAnimations - Variable in class org.cesiumjs.cs.scene.Model
-
The currently playing glTF animations.
- add(BillboardOptions) - Method in class org.cesiumjs.cs.collections.BillboardCollection
-
Creates and adds a billboard with the specified initial properties to the collection.
- add(T) - Method in class org.cesiumjs.cs.collections.Collection
-
- add(Collection<?>) - Method in class org.cesiumjs.cs.collections.Collection
-
- add(Promise<T, Void>) - Method in class org.cesiumjs.cs.collections.DataSourceCollection
-
Adds a data source to the collection.
- add(T) - Method in class org.cesiumjs.cs.collections.DataSourceCollection
-
Adds a data source to the collection.
- add(Entity) - Method in class org.cesiumjs.cs.collections.EntityCollection
-
Add an entity to the collection.
- add(EntityOptions) - Method in class org.cesiumjs.cs.collections.EntityCollection
-
Add an entity to collection by entity options
- add(ImageryLayer, int) - Method in class org.cesiumjs.cs.collections.ImageryLayerCollection
-
Adds a layer to the collection.
- add(LabelOptions) - Method in class org.cesiumjs.cs.collections.LabelCollection
-
Creates and adds a label with the specified initial properties to the collection.
- add(ModelAnimationOptions) - Method in class org.cesiumjs.cs.collections.ModelAnimationCollection
-
Creates and adds an animation with the specified initial properties to the collection.
- add(PointPrimitiveOptions) - Method in class org.cesiumjs.cs.collections.PointPrimitiveCollection
-
Creates and adds a point with the specified initial properties to the collection.
- add(PolylineOptions) - Method in class org.cesiumjs.cs.collections.PolylineCollection
-
Creates and adds a polyline with the specified initial properties to the collection.
- add(Cartesian2, Cartesian2, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Computes the componentwise sum of two Cartesians.
- add(Cartesian3, Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Computes the componentwise sum of two Cartesians.
- add(Cartesian4, Cartesian4, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Computes the componentwise sum of two Cartesians.
- add(Color, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Computes the componentwise sum of two Colors.
- add(Color, Color, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Computes the componentwise sum of two Colors.
- add(Matrix2, Matrix2, Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Computes the sum of two matrices.
- add(Matrix3, Matrix3, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes the sum of two matrices.
- add(Matrix4, Matrix4, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes the sum of two matrices.
- add(Quaternion, Quaternion, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes the componentwise sum of two quaternions.
- add(Cartesian3) - Method in class org.cesiumjs.cs.scene.interaction.MarkerGroup
-
- add(Cartesian3[]) - Method in class org.cesiumjs.cs.scene.interaction.MarkerGroup
-
- add(PostProcessStage) - Method in class org.cesiumjs.cs.scene.PostProcessStageCollection
-
Adds the post-process stage to the collection.
- add(PostProcessStageComposite) - Method in class org.cesiumjs.cs.scene.PostProcessStageCollection
-
Adds the post-process stage to the collection.
- add_request - Variable in class org.cesiumjs.cs.core.options.OpenCageGeocoderServiceOptions
-
When set to 1 the various request parameters are added to the response for ease of debugging.
- addAll(ModelAnimationOptions) - Method in class org.cesiumjs.cs.collections.ModelAnimationCollection
-
Creates and adds an animation with the specified initial properties to the collection for each animation in the model.
- addAvailableTileRange(int, int, int, int, int) - Method in class org.cesiumjs.cs.core.TileAvailability
-
Marks a rectangular range of tiles in a particular level as being available.
- addCollection(EntityCollection) - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Adds a collection to the composite.
- addCollection(EntityCollection, int) - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Adds a collection to the composite.
- addCredit(Credit) - Method in class org.cesiumjs.cs.scene.CreditDisplay
-
Adds a credit to the list of current credits to be displayed in the credit container
- addDays(JulianDate, int, JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Adds the provided number of days to the provided date instance.
- addDefaultCredit(Credit) - Method in class org.cesiumjs.cs.scene.CreditDisplay
-
Adds credits that will persist until they are removed
- addDrawListener(DrawInteraction.Listener, DrawInteraction.EventType) - Method in class org.cesiumjs.cs.scene.interaction.DrawInteraction
-
- addEventListener(T) - Method in class org.cesiumjs.cs.core.Event
-
Registers a callback function to be executed whenever the event is raised.
- addEventListener(T, Object) - Method in class org.cesiumjs.cs.core.Event
-
Registers a callback function to be executed whenever the event is raised.
- addHours(JulianDate, int, JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Adds the provided number of hours to the provided date instance.
- addImageryProvider(ImageryProvider) - Method in class org.cesiumjs.cs.collections.ImageryLayerCollection
-
Creates a new layer using the given ImageryProvider and adds it to the collection.
- addImageryProvider(ImageryProvider, int) - Method in class org.cesiumjs.cs.collections.ImageryLayerCollection
-
Creates a new layer using the given ImageryProvider and adds it to the collection.
- addInterval(TimeInterval) - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Adds an interval to the collection, merging intervals that contain the same data and splitting intervals of
different data as needed in order to maintain a non-overlapping collection.
- addInterval(TimeInterval, TimeInterval.DataComparer) - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Adds an interval to the collection, merging intervals that contain the same data and splitting intervals of
different data as needed in order to maintain a non-overlapping collection.
- addMinutes(JulianDate, int, JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Adds the provided number of minutes to the provided date instance.
- addProperty(String) - Method in class org.cesiumjs.cs.datasources.Entity
-
Adds a property to this object.
- addSample(JulianDate, Cartesian3) - Method in class org.cesiumjs.cs.datasources.properties.SampledPositionProperty
-
Adds a new sample
- addSample(JulianDate, Cartesian3, Cartesian3[]) - Method in class org.cesiumjs.cs.datasources.properties.SampledPositionProperty
-
Adds a new sample
- addSample(JulianDate, T) - Method in class org.cesiumjs.cs.datasources.properties.SampledProperty
-
Adds a new sample
- addSample(JulianDate, T, T[]) - Method in class org.cesiumjs.cs.datasources.properties.SampledProperty
-
Adds a new sample
- addSamples(JulianDate[], Cartesian3[]) - Method in class org.cesiumjs.cs.datasources.properties.SampledPositionProperty
-
Adds an array of samples
- addSamples(JulianDate[], Cartesian3[], Cartesian3[]) - Method in class org.cesiumjs.cs.datasources.properties.SampledPositionProperty
-
Adds an array of samples
- addSamples(JulianDate[], T[]) - Method in class org.cesiumjs.cs.datasources.properties.SampledProperty
-
Adds an array of samples
- addSamples(JulianDate[], T[], T[]) - Method in class org.cesiumjs.cs.datasources.properties.SampledProperty
-
Adds an array of samples
- addSamplesPackedArray(double[], JulianDate) - Method in class org.cesiumjs.cs.datasources.properties.SampledPositionProperty
-
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.
- addSamplesPackedArray(double[], JulianDate) - Method in class org.cesiumjs.cs.datasources.properties.SampledProperty
-
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.
- addSeconds(JulianDate, int, JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Adds the provided number of seconds to the provided date instance.
- AERIAL() - Static method in class org.cesiumjs.cs.scene.providers.BingMapsStyle
-
Aerial imagery.
- AERIAL_WITH_LABELS() - Static method in class org.cesiumjs.cs.scene.providers.BingMapsStyle
-
- AERIAL_WITH_LABELS_ON_DEMAND() - Static method in class org.cesiumjs.cs.scene.providers.BingMapsStyle
-
Aerial imagery with a road overlay.
- afterExecute - Variable in class org.cesiumjs.cs.widgets.Command
-
Gets an event which is raised after the command executes, the event is raised with the return value of
the command as its only parameter.
- age - Variable in class org.cesiumjs.cs.scene.particle.Particle
-
Gets the age of the particle in seconds.
- ALICEBLUE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #F0F8FF
- alignedAxis - Variable in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Gets or sets the Cartesian3 Property specifying the unit vector axis of rotation in the fixed frame.
- alignedAxis - Variable in class org.cesiumjs.cs.datasources.graphics.options.BillboardGraphicsOptions
-
A Cartesian3 Property specifying the unit vector axis of rotation.
- alignedAxis - Variable in class org.cesiumjs.cs.scene.Billboard
-
Gets or sets the aligned axis in world space.
- alignedAxis - Variable in class org.cesiumjs.cs.scene.options.BillboardOptions
-
Gets or sets the aligned axis in world space.
- ALL() - Method in class org.cesiumjs.cs.scene.apperances.MaterialAppearance.MaterialSupport
-
All materials, including those that work in tangent space, are supported.
- allowDataSourcesToSuspendAnimation - Variable in class org.cesiumjs.cs.widgets.Viewer
-
Gets or sets whether or not data sources can temporarily pause animation in order to avoid showing an incomplete
picture to the user.
- allowPicking() - Method in class org.cesiumjs.cs.scene.ClassificationPrimitive
-
When true, each geometry instance will only be pickable with Scene#pick.
- allowPicking() - Method in class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
- allowPicking() - Method in class org.cesiumjs.cs.scene.GroundPrimitive
-
When true, each geometry instance will only be pickable with Scene#pick.
- allowPicking() - Method in class org.cesiumjs.cs.scene.Model
-
When true, each glTF mesh and primitive is pickable with Scene#pick.
- allowPicking - Variable in class org.cesiumjs.cs.scene.options.ClassificationPrimitiveOptions
-
When true, each geometry instance will only be pickable with Scene#pick.
- allowPicking - Variable in class org.cesiumjs.cs.scene.options.FromGltfOptions
-
- allowPicking - Variable in class org.cesiumjs.cs.scene.options.GroundPolylinePrimitiveOptions
-
When true, each geometry instance will only be pickable with Scene#pick.
- allowPicking - Variable in class org.cesiumjs.cs.scene.options.GroundPrimitiveOptions
-
When true, each geometry instance will only be pickable with Scene#pick.
- allowPicking - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
- allowPicking - Variable in class org.cesiumjs.cs.scene.options.PrimitiveOptions
-
When true, each geometry instance will only be pickable with Scene#pick.
- allowPicking() - Method in class org.cesiumjs.cs.scene.Primitive
-
When true, each geometry instance will only be pickable with Scene#pick.
- allTilesLoaded - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
The event fired to indicate that all tiles that meet the screen space error this frame are loaded.
- alpha - Variable in class org.cesiumjs.cs.core.Color
-
The alpha component.
- ALPHA() - Static method in class org.cesiumjs.cs.core.enums.PixelFormat
-
A pixel format containing an alpha channel.
- alpha - Variable in class org.cesiumjs.cs.core.options.ColorRandomOptions
-
If specified, the alpha component to use instead of a randomized value.
- alpha - Variable in class org.cesiumjs.cs.scene.ImageryLayer
-
The alpha blending value of this layer, with 0.0 representing fully transparent and 1.0 representing fully opaque.
- alpha - Variable in class org.cesiumjs.cs.scene.options.ImageryLayerOptions
-
The alpha blending value of this layer, from 0.0 to 1.0.
- AlphaMapType() - Static method in class org.cesiumjs.cs.scene.Material
-
Gets the name of the alpha map material.
- ALT() - Static method in class org.cesiumjs.cs.core.enums.KeyboardEventModifier
-
Represents the alt key being held down.
- ambientOcclusion() - Method in class org.cesiumjs.cs.scene.PostProcessStageCollection
-
- anchorLineColor - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets the color for the anchor line.
- anchorLineEnabled - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets whether the anchor line is displayed.
- angle - Variable in class org.cesiumjs.cs.scene.emitters.CircleEmitter
-
The angle of the cone in radians.
- angleAndHeight - Variable in class org.cesiumjs.cs.core.events.TouchPinchMovementEvent
-
- angleBetween(Cartesian2, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Returns the angle, in radians, between the provided Cartesians.
- angleBetween(Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Returns the angle, in radians, between the provided Cartesians.
- animateAppear() - Method in class org.cesiumjs.cs.widgets.SelectionIndicatorViewModel
-
Animate the indicator to draw attention to the selection.
- animateDepart() - Method in class org.cesiumjs.cs.widgets.SelectionIndicatorViewModel
-
Animate the indicator to release the selection.
- Animation - Class in org.cesiumjs.cs.widgets
-
The Animation widget provides buttons for play, pause, and reverse, along with the current time and date,
surrounded by a "shuttle ring" for controlling the speed of animation.
- Animation(String, AnimationViewModel) - Constructor for class org.cesiumjs.cs.widgets.Animation
-
The Animation widget provides buttons for play, pause, and reverse, along with the current time and date,
surrounded by a "shuttle ring" for controlling the speed of animation.
- Animation(Element, AnimationViewModel) - Constructor for class org.cesiumjs.cs.widgets.Animation
-
The Animation widget provides buttons for play, pause, and reverse, along with the current time and date,
surrounded by a "shuttle ring" for controlling the speed of animation.
- animation - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
If set to false, the Animation widget will not be created.
- animation() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the Animation widget.
- animationAdded - Variable in class org.cesiumjs.cs.collections.ModelAnimationCollection
-
The event fired when an animation is added to the collection.
- animationRemoved - Variable in class org.cesiumjs.cs.collections.ModelAnimationCollection
-
The event fired when an animation is removed from the collection.
- AnimationViewModel - Class in org.cesiumjs.cs.widgets
-
The view model for the Animation widget.
- AnimationViewModel(ClockViewModel) - Constructor for class org.cesiumjs.cs.widgets.AnimationViewModel
-
The view model for the Animation widget.
- AnimationViewModel.DateFormatter - Interface in org.cesiumjs.cs.widgets
-
A function that formats a date for display.
- AnimationViewModel.TimeFormatter - Interface in org.cesiumjs.cs.widgets
-
A function that formats a time for display.
- ANTIQUEWHITE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FAEBD7
- Appearance - Class in org.cesiumjs.cs.scene.apperances
-
An appearance defines the full GLSL vertex and fragment shaders and the render state used to draw a Primitive.
- Appearance() - Constructor for class org.cesiumjs.cs.scene.apperances.Appearance
-
An appearance defines the full GLSL vertex and fragment shaders and the render state used to draw a Primitive.
- Appearance(AppearanceOptions) - Constructor for class org.cesiumjs.cs.scene.apperances.Appearance
-
An appearance defines the full GLSL vertex and fragment shaders and the render state used to draw a Primitive.
- appearance - Variable in class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
The Appearance used to shade this primitive.
- appearance - Variable in class org.cesiumjs.cs.scene.options.ClassificationPrimitiveOptions
-
The appearance used to render the primitive.
- appearance - Variable in class org.cesiumjs.cs.scene.options.GroundPolylinePrimitiveOptions
-
The Appearance used to render the polyline.
- appearance - Variable in class org.cesiumjs.cs.scene.options.PrimitiveOptions
-
The appearance used to render the primitive.
- appearance - Variable in class org.cesiumjs.cs.scene.Primitive
-
The Appearance used to shade this primitive.
- AppearanceOptions - Class in org.cesiumjs.cs.scene.apperances.options
-
- AppearanceOptions() - Constructor for class org.cesiumjs.cs.scene.apperances.options.AppearanceOptions
-
Options for Apperance
- appendForwardSlash() - Method in class org.cesiumjs.cs.core.Resource
-
Appends a forward slash to the URL.
- appendQueryParameters(JsObject) - Method in class org.cesiumjs.cs.core.Resource
-
Combines the specified object and the existing query parameters.
- applyThemeChanges() - Method in class org.cesiumjs.cs.widgets.Animation
-
Updates the widget to reflect any modified CSS rules for theming.
- AQUA() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #00FFFF
- AQUAMARINE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #7FFFD4
- ArcGisImageServerTerrainProviderOptions - Class in org.cesiumjs.cs.core.providers.options
-
- ArcGisImageServerTerrainProviderOptions() - Constructor for class org.cesiumjs.cs.core.providers.options.ArcGisImageServerTerrainProviderOptions
-
- ArcGisMapServerImageryProvider - Class in org.cesiumjs.cs.scene.providers
-
- ArcGisMapServerImageryProvider(ArcGisMapServerImageryProviderOptions) - Constructor for class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
Provides tiled imagery hosted by an ArcGIS MapServer.
- ArcGisMapServerImageryProviderOptions - Class in org.cesiumjs.cs.scene.providers.options
-
- ArcGisMapServerImageryProviderOptions() - Constructor for class org.cesiumjs.cs.scene.providers.options.ArcGisMapServerImageryProviderOptions
-
- ArcGISTiledElevationTerrainProvider - Class in org.cesiumjs.cs.core.providers
-
A
TerrainProvider
that produces terrain geometry by tessellating height maps retrieved from Elevation Tiles
of an an ArcGIS ImageService.
- ArcGISTiledElevationTerrainProvider(ArcGISTiledElevationTerrainProviderOptions) - Constructor for class org.cesiumjs.cs.core.providers.ArcGISTiledElevationTerrainProvider
-
- ArcGISTiledElevationTerrainProviderOptions - Class in org.cesiumjs.cs.core.providers.options
-
- ArcType - Class in org.cesiumjs.cs.core.enums
-
ArcType defines the path that should be taken connecting vertices.
- ArcType() - Constructor for class org.cesiumjs.cs.core.enums.ArcType
-
- arcType - Variable in class org.cesiumjs.cs.core.geometry.options.PolylineGeometryOptions
-
The type of line the polyline segments must follow.
- arcType - Variable in class org.cesiumjs.cs.core.geometry.options.SimplePolylineGeometryOptions
-
The type of line the polyline segments must follow.
- arcType - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineGraphicsOptions
-
The type of line the polyline segments must follow.
- arcType - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineGraphics
-
The type of line the polyline segments must follow.
- arrayBuffer() - Method in class org.cesiumjs.cs.js.JsBlob
-
Transforms the Blob into a stream and reads it to completion.
- asinClamped(double) - Static method in class org.cesiumjs.cs.core.Math
-
Computes Math.asin(value), but first clamps value to the range [-1.0, 1.0] so that the function will never return NaN.
- aspectRatio - Variable in class org.cesiumjs.cs.core.PerspectiveFrustum
-
The aspect ratio of the frustum's width to it's height.
- asset() - Method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Gets the tileset's asset object property, which contains metadata about the tileset.
- assetId - Variable in class org.cesiumjs.cs.scene.providers.options.IonImageryProviderOptions
-
An ion imagery asset ID;
- asynchronous() - Method in class org.cesiumjs.cs.scene.ClassificationPrimitive
-
Determines if the geometry instances will be created and batched on a web worker.
- asynchronous() - Method in class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
Determines if the geometry instances will be created and batched on a web worker.
- asynchronous() - Method in class org.cesiumjs.cs.scene.GroundPrimitive
-
Determines if the geometry instances will be created and batched on a web worker.
- asynchronous() - Method in class org.cesiumjs.cs.scene.Model
-
Determines if model WebGL resource creation will be spread out over several frames or block until
completion once all glTF files are loaded.
- asynchronous - Variable in class org.cesiumjs.cs.scene.options.ClassificationPrimitiveOptions
-
Determines if the primitive will be created asynchronously or block until ready.
- asynchronous - Variable in class org.cesiumjs.cs.scene.options.FromGltfOptions
-
Determines if model WebGL resource creation will be spread out over several frames or block until completion once all glTF files are loaded.
- asynchronous - Variable in class org.cesiumjs.cs.scene.options.GroundPolylinePrimitiveOptions
-
Determines if the primitive will be created asynchronously or block until ready.
- asynchronous - Variable in class org.cesiumjs.cs.scene.options.GroundPrimitiveOptions
-
Determines if the primitive will be created asynchronously or block until ready.
- asynchronous - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
Determines if model WebGL resource creation will be spread out over several frames or block until completion once all glTF files are loaded.
- asynchronous - Variable in class org.cesiumjs.cs.scene.options.PrimitiveOptions
-
Determines if the primitive will be created asynchronously or block until ready.
- asynchronous() - Method in class org.cesiumjs.cs.scene.Primitive
-
Determines if the geometry instances will be created and batched on a web worker.
- atmosphereBrightnessShift - Variable in class org.cesiumjs.cs.scene.Globe
-
The brightness shift to apply to the atmosphere.
- atmosphereHueShift - Variable in class org.cesiumjs.cs.scene.Globe
-
The hue shift to apply to the atmosphere.
- atmosphereSaturationShift - Variable in class org.cesiumjs.cs.scene.Globe
-
The saturation shift to apply to the atmosphere.
- attenuation - Variable in class org.cesiumjs.cs.scene.options.PointCloudShadingOptions
-
Perform point attenuation based on geometric error.
- attenuation - Variable in class org.cesiumjs.cs.scene.PointCloudShading
-
Perform point attenuation based on geometric error.
- attributeName() - Method in class org.cesiumjs.cs.scene.apperances.DebugAppearance
-
The name of the attribute being visualized.
- attributeName - Variable in class org.cesiumjs.cs.scene.apperances.options.DebugAppearanceOptions
-
The name of the attribute to visualize.
- attributes - Variable in class org.cesiumjs.cs.core.geometry.Geometry
-
Attributes, which make up the geometry's vertices.
- attributes - Variable in class org.cesiumjs.cs.core.geometry.GeometryInstance
-
Per-instance attributes like ColorGeometryInstanceAttribute or ShowGeometryInstanceAttribute.
- attributes - Variable in class org.cesiumjs.cs.core.options.GeometryInstanceOptions
-
Per-instance attributes like a show or color attribute shown in the example below.
- attributes - Variable in class org.cesiumjs.cs.core.options.GeometryOptions
-
Attributes, which make up the geometry's vertices.
- AUTOCOMPLETE() - Static method in class org.cesiumjs.cs.core.enums.GeocodeType
-
Perform an auto-complete using partial input, typically reserved for providing possible results as a user is typing.
- autoComplete - Variable in class org.cesiumjs.cs.widgets.GeocoderViewModel
-
True if the geocoder should query as the user types to autocomplete
Default: true
- autoComplete - Variable in class org.cesiumjs.cs.widgets.options.GeocoderOptions
-
True if the geocoder should query as the user types to autocomplete
Default: true
- automaticallyTrackDataSourceClocks - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
If true, this widget will automatically track the clock settings of newly added DataSources, updating
if the DataSource's clock changes.
- availability - Variable in class org.cesiumjs.cs.core.providers.CesiumTerrainProvider
-
Gets an object that can be used to determine availability of terrain from this provider, such as at points and in rectangles.
- availability - Variable in class org.cesiumjs.cs.datasources.Entity
-
The availability, if any, associated with this object.
- availability - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
The availability, if any, associated with this object.
- AxisAlignedBoundingBox - Class in org.cesiumjs.cs.core
-
- AxisAlignedBoundingBox() - Constructor for class org.cesiumjs.cs.core.AxisAlignedBoundingBox
-
Creates an instance of an AxisAlignedBoundingBox from the minimum and maximum points along the x, y, and z axes.
- AxisAlignedBoundingBox(Cartesian3) - Constructor for class org.cesiumjs.cs.core.AxisAlignedBoundingBox
-
Creates an instance of an AxisAlignedBoundingBox from the minimum and maximum points along the x, y, and z axes.
- AxisAlignedBoundingBox(Cartesian3, Cartesian3) - Constructor for class org.cesiumjs.cs.core.AxisAlignedBoundingBox
-
Creates an instance of an AxisAlignedBoundingBox from the minimum and maximum points along the x, y, and z axes.
- AxisAlignedBoundingBox(Cartesian3, Cartesian3, Cartesian3) - Constructor for class org.cesiumjs.cs.core.AxisAlignedBoundingBox
-
Creates an instance of an AxisAlignedBoundingBox from the minimum and maximum points along the x, y, and z axes.
- AZURE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #F0FFFF
- CADETBLUE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #5F9EA0
- Callback(ModelGraphics, JulianDate, JsObject) - Method in interface org.cesiumjs.cs.Cesium.ExportKmlOptions.ModelCallback
-
Since KML does not support glTF models, this callback is required to specify what URL to use for the model in the KML document.
- Callback(Number) - Method in interface org.cesiumjs.cs.Cesium.RequestAnimationFrameCallback
-
A function that will be called when the next frame should be drawn.
- callbackParameterName - Variable in class org.cesiumjs.cs.core.options.ResourceJsonpOptions
-
The callback parameter name that the server expects.
- CallbackProperty<T> - Class in org.cesiumjs.cs.datasources.properties
-
- CallbackProperty(CallbackProperty.Callback<T>, boolean) - Constructor for class org.cesiumjs.cs.datasources.properties.CallbackProperty
-
- CallbackProperty.Callback<T> - Interface in org.cesiumjs.cs.datasources.properties
-
- camera - Variable in class org.cesiumjs.cs.datasources.options.KmlDataSourceOptions
-
The camera that is used for viewRefreshModes and sending camera properties to network links.
- Camera - Class in org.cesiumjs.cs.scene
-
- Camera(Scene) - Constructor for class org.cesiumjs.cs.scene.Camera
-
The camera is defined by a position, orientation, and view frustum.
- camera() - Method in class org.cesiumjs.cs.scene.Scene
-
Gets the camera.
- camera() - Method in class org.cesiumjs.cs.widgets.CesiumWidget
-
Gets the camera.
- camera - Variable in class org.cesiumjs.cs.widgets.Viewer
-
Gets the camera.
- Camera.ChangedListener - Interface in org.cesiumjs.cs.scene
-
- Camera.FlightCancelledCallback - Interface in org.cesiumjs.cs.scene
-
A function that will execute when a flight is cancelled.
- Camera.FlightCompleteCallback - Interface in org.cesiumjs.cs.scene
-
A function that will execute when a flight completes.
- Camera.MoveListener - Interface in org.cesiumjs.cs.scene
-
- cameraClicked - Variable in class org.cesiumjs.cs.widgets.InfoBoxViewModel
-
Gets an Event that is fired when the user clicks the camera icon.
- CameraEventType - Class in org.cesiumjs.cs.scene.enums
-
- CameraFlyToOptions - Class in org.cesiumjs.cs.scene.options
-
- CameraFlyToOptions() - Constructor for class org.cesiumjs.cs.scene.options.CameraFlyToOptions
-
- cameraIconPath - Variable in class org.cesiumjs.cs.widgets.InfoBoxViewModel
-
Gets the SVG path of the camera icon, which can change to be "crossed out" or not.
- cameraPosition - Variable in class org.cesiumjs.cs.core.Occluder
-
The position of the camera.
- cameraToWorldCoordinates(Cartesian4) - Method in class org.cesiumjs.cs.scene.Camera
-
Transform a vector or point from the camera's reference frame to world coordinates.
- cameraToWorldCoordinates(Cartesian4, Cartesian4) - Method in class org.cesiumjs.cs.scene.Camera
-
Transform a vector or point from the camera's reference frame to world coordinates.
- cameraToWorldCoordinatesPoint(Cartesian3) - Method in class org.cesiumjs.cs.scene.Camera
-
Transform a point from the camera's reference frame to world coordinates.
- cameraToWorldCoordinatesPoint(Cartesian3, Cartesian3) - Method in class org.cesiumjs.cs.scene.Camera
-
Transform a point from the camera's reference frame to world coordinates.
- cameraToWorldCoordinatesVector(Cartesian3) - Method in class org.cesiumjs.cs.scene.Camera
-
Transform a vector from the camera's reference frame to world coordinates.
- cameraToWorldCoordinatesVector(Cartesian3, Cartesian3) - Method in class org.cesiumjs.cs.scene.Camera
-
Transform a vector from the camera's reference frame to world coordinates.
- canAnimate - Variable in class org.cesiumjs.cs.core.Clock
-
- canAnimate - Variable in class org.cesiumjs.cs.core.options.ClockOptions
-
Indicates whether Clock#tick can advance time.
- canAnimate - Variable in class org.cesiumjs.cs.widgets.ClockViewModel
-
Gets or sets whether the clock can animate.
- cancel - Variable in class org.cesiumjs.cs.scene.options.CameraFlyToOptions
-
The function to execute if the flight is cancelled.
- cancelAnimationFrame(Number) - Static method in class org.cesiumjs.cs.Cesium
-
A browser-independent function to cancel an animation frame requested using requestAnimationFrame.
- cancelFlight() - Method in class org.cesiumjs.cs.scene.Camera
-
Cancels the current camera flight if one is in progress.
- cancelFunction - Variable in class org.cesiumjs.cs.core.options.RequestOptions
-
The function that is called when the request is cancelled.
- cancelFunction - Variable in class org.cesiumjs.cs.core.Request
-
The function that is called when the request is cancelled.
- CANCELLED() - Static method in class org.cesiumjs.cs.core.enums.RequestState
-
Request was cancelled, either explicitly or automatically because of low priority.
- canExecute - Variable in class org.cesiumjs.cs.widgets.Command
-
Gets whether this command can currently be executed.
- canvas - Variable in class org.cesiumjs.cs.datasources.options.KmlDataSourceOptions
-
The canvas that is used for sending viewer properties to network links.
- canvas - Variable in class org.cesiumjs.cs.scene.options.SceneOptions
-
The HTML canvas element to create the scene for.
- canvas() - Method in class org.cesiumjs.cs.scene.Scene
-
Gets the canvas element to which this scene is bound.
- canvas - Variable in class org.cesiumjs.cs.widgets.CesiumWidget
-
Gets the canvas.
- canvas() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the canvas.
- CANVAS_DARK() - Static method in class org.cesiumjs.cs.scene.providers.BingMapsStyle
-
A dark version of the road maps.
- CANVAS_GRAY() - Static method in class org.cesiumjs.cs.scene.providers.BingMapsStyle
-
A grayscale version of the road maps.
- CANVAS_LIGHT() - Static method in class org.cesiumjs.cs.scene.providers.BingMapsStyle
-
A lighter version of the road maps.
- canvasSize - Variable in class org.cesiumjs.cs.scene.providers.options.GridImageryProviderOptions
-
The size of the canvas used for rendering.
- Cartesian2 - Class in org.cesiumjs.cs.core
-
- Cartesian2() - Constructor for class org.cesiumjs.cs.core.Cartesian2
-
A 2D Cartesian point.
- Cartesian2(double, double) - Constructor for class org.cesiumjs.cs.core.Cartesian2
-
A 2D Cartesian point.
- Cartesian3 - Class in org.cesiumjs.cs.core
-
- Cartesian3() - Constructor for class org.cesiumjs.cs.core.Cartesian3
-
A 3D Cartesian point.
- Cartesian3(double, double, double) - Constructor for class org.cesiumjs.cs.core.Cartesian3
-
A 3D Cartesian point.
- Cartesian4 - Class in org.cesiumjs.cs.core
-
- Cartesian4() - Constructor for class org.cesiumjs.cs.core.Cartesian4
-
A 3D Cartesian point.
- Cartesian4(double, double, double, double) - Constructor for class org.cesiumjs.cs.core.Cartesian4
-
A 3D Cartesian point.
- cartesianArrayToCartographicArray(Cartesian3[]) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Converts the provided array of cartesians to an array of cartographics.
- cartesianArrayToCartographicArray(Cartesian3[], Cartographic[]) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Converts the provided array of cartesians to an array of cartographics.
- cartesianToCanvasCoordinates(Cartesian3) - Method in class org.cesiumjs.cs.scene.Scene
-
Transforms a position in cartesian coordinates to canvas coordinates.
- cartesianToCanvasCoordinates(Cartesian3, Cartesian2) - Method in class org.cesiumjs.cs.scene.Scene
-
Transforms a position in cartesian coordinates to canvas coordinates.
- cartesianToCartographic(Cartesian3) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Converts the provided cartesian to cartographic representation.
- cartesianToCartographic(Cartesian3, Cartographic) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Converts the provided cartesian to cartographic representation.
- Cartographic - Class in org.cesiumjs.cs.core
-
A position defined by longitude, latitude, and height.
- Cartographic() - Constructor for class org.cesiumjs.cs.core.Cartographic
-
A position defined by longitude, latitude, and height.
- Cartographic(double, double) - Constructor for class org.cesiumjs.cs.core.Cartographic
-
A position defined by longitude, latitude, and height.
- Cartographic(double, double, double) - Constructor for class org.cesiumjs.cs.core.Cartographic
-
A position defined by longitude, latitude, and height.
- cartographicArrayToCartesianArray(Cartographic[]) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Converts the provided array of cartographics to an array of Cartesians.
- cartographicArrayToCartesianArray(Cartographic[], Cartesian3[]) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Converts the provided array of cartographics to an array of Cartesians.
- CartographicGeocoderService - Class in org.cesiumjs.cs.core
-
- CartographicGeocoderService() - Constructor for class org.cesiumjs.cs.core.CartographicGeocoderService
-
Geocodes queries containing longitude and latitude coordinates and an optional height.
- cartographicLimitRectangle - Variable in class org.cesiumjs.cs.scene.Globe
-
Use this to limit terrain and imagery to a specific Rectangle area.
- cartographicToCartesian(Cartographic) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Converts the provided cartographic to Cartesian representation.
- cartographicToCartesian(Cartographic, Cartesian3) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Converts the provided cartographic to Cartesian representation.
- cascadesEnabled - Variable in class org.cesiumjs.cs.scene.options.ShadowMapOptions
-
Use multiple shadow maps to cover different partitions of the view frustum.
- CAST_ONLY() - Static method in class org.cesiumjs.cs.scene.enums.ShadowMode
-
The object casts shadows only.
- category - Variable in class org.cesiumjs.cs.widgets.options.ProviderViewModelOptions
-
A category for the layer.
- category() - Method in class org.cesiumjs.cs.widgets.ProviderViewModel
-
Gets the category
- cbrt - Static variable in class org.cesiumjs.cs.core.Math
-
Finds the cube root of a number.
- cellAlpha - Variable in class org.cesiumjs.cs.datasources.properties.GridMaterialProperty
-
Gets or sets the numeric Property specifying cell alpha values.
- cellAlpha - Variable in class org.cesiumjs.cs.datasources.properties.options.GridMaterialPropertyOptions
-
A numeric Property specifying cell alpha values.
- cells - Variable in class org.cesiumjs.cs.scene.providers.options.GridImageryProviderOptions
-
The number of grids cells.
- center - Variable in class org.cesiumjs.cs.core.AxisAlignedBoundingBox
-
The center point of the bounding box.
- center - Variable in class org.cesiumjs.cs.core.BoundingSphere
-
The center point of the sphere.
- center - Variable in class org.cesiumjs.cs.core.geometry.options.CircleOutlineGeometryOptions
-
The circle's center point in the fixed frame.
- center - Variable in class org.cesiumjs.cs.core.geometry.options.EllipseOutlineGeometryOptions
-
The ellipse's center point in the fixed frame.
- center - Variable in class org.cesiumjs.cs.core.options.EllipsePositionsOptions
-
- center - Variable in class org.cesiumjs.cs.core.OrientedBoundingBox
-
The center of the box.
- center(Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Computes the center of an rectangle.
- center(Rectangle, Cartographic) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Computes the center of an rectangle.
- CENTER() - Static method in class org.cesiumjs.cs.scene.enums.HorizontalOrigin
-
The origin is at the horizontal center of the object.
- CENTER() - Static method in class org.cesiumjs.cs.scene.enums.VerticalOrigin
-
The origin is at the vertical center of the object.
- center - Variable in class org.cesiumjs.cs.scene.interaction.options.CirclePrimitiveOptions
-
Center of start drawing
- Cesium - Class in org.cesiumjs.cs
-
- Cesium() - Constructor for class org.cesiumjs.cs.Cesium
-
- Cesium.CreateWorldTerrainOptions - Class in org.cesiumjs.cs
-
- Cesium.ExportKmlOptions - Class in org.cesiumjs.cs
-
- Cesium.ExportKmlOptions.ModelCallback - Interface in org.cesiumjs.cs
-
Since KML does not support glTF models, this callback is required to specify what URL to use for the model in the KML document.
- Cesium.Function - Interface in org.cesiumjs.cs
-
- Cesium.RequestAnimationFrameCallback - Interface in org.cesiumjs.cs
-
- Cesium3DTile - Class in org.cesiumjs.cs.scene
-
- Cesium3DTileColorBlendMode - Class in org.cesiumjs.cs.scene.enums
-
Defines how per-feature colors set from the Cesium API or declarative styling blend with the source colors from
the original feature, e.g. glTF material or per-point color in the tile.
- Cesium3DTileContent - Class in org.cesiumjs.cs.scene
-
- Cesium3DTileFeature - Class in org.cesiumjs.cs.scene
-
- Cesium3DTileFeature() - Constructor for class org.cesiumjs.cs.scene.Cesium3DTileFeature
-
- Cesium3DTilePointFeature - Class in org.cesiumjs.cs.scene
-
- Cesium3DTilePointFeature() - Constructor for class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
- Cesium3DTileset - Class in org.cesiumjs.cs.scene
-
A
3D Tiles tileset,
used for streaming massive heterogeneous 3D geospatial datasets.
- Cesium3DTileset(Cesium3DTilesetOptions) - Constructor for class org.cesiumjs.cs.scene.Cesium3DTileset
-
A
3D Tiles tileset,
used for streaming massive heterogeneous 3D geospatial datasets.
- Cesium3DTileset.FoveatedInterpolationCallback - Interface in org.cesiumjs.cs.scene
-
Optimization option.
- Cesium3DTilesetOptions - Class in org.cesiumjs.cs.scene.options
-
- Cesium3DTilesInspector - Class in org.cesiumjs.cs.widgets
-
- Cesium3DTilesInspector(String, Scene) - Constructor for class org.cesiumjs.cs.widgets.Cesium3DTilesInspector
-
Inspector widget to aid in debugging 3D Tiles
- Cesium3DTilesInspector(Element, Scene) - Constructor for class org.cesiumjs.cs.widgets.Cesium3DTilesInspector
-
Inspector widget to aid in debugging 3D Tiles
- cesium3DTilesInspector - Variable in class org.cesiumjs.cs.widgets.Viewer
-
- Cesium3DTilesInspectorViewModel - Class in org.cesiumjs.cs.widgets
-
- Cesium3DTilesInspectorViewModel(Scene, Element) - Constructor for class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
- Cesium3DTileStyle - Class in org.cesiumjs.cs.scene
-
- Cesium3DTileStyle() - Constructor for class org.cesiumjs.cs.scene.Cesium3DTileStyle
-
- Cesium3DTileStyle(String) - Constructor for class org.cesiumjs.cs.scene.Cesium3DTileStyle
-
- CESIUM_3D_TILE() - Static method in class org.cesiumjs.cs.scene.enums.ClassificationType
-
Only 3D Tiles will be classified.
- CesiumEntryPoint - Class in org.cesiumjs.cs
-
- CesiumEntryPoint() - Constructor for class org.cesiumjs.cs.CesiumEntryPoint
-
- CesiumInspector - Class in org.cesiumjs.cs.widgets
-
- CesiumInspector(Element, Scene) - Constructor for class org.cesiumjs.cs.widgets.CesiumInspector
-
Inspector widget to aid in debugging
- CesiumInspector(String, Scene) - Constructor for class org.cesiumjs.cs.widgets.CesiumInspector
-
Inspector widget to aid in debugging
- CesiumLinker - Class in org.cesiumjs.linker
-
- CesiumLinker() - Constructor for class org.cesiumjs.linker.CesiumLinker
-
- CesiumLinkerUtils - Class in org.cesiumjs.linker
-
- CesiumLinkerUtils() - Constructor for class org.cesiumjs.linker.CesiumLinkerUtils
-
- cesiumLogo() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the Cesium logo element.
- CesiumScriptInjector - Class in org.cesiumjs.linker
-
- CesiumScriptInjector() - Constructor for class org.cesiumjs.linker.CesiumScriptInjector
-
- CesiumTerrainProvider - Class in org.cesiumjs.cs.core.providers
-
- CesiumTerrainProvider(CesiumTerrainProviderOptions) - Constructor for class org.cesiumjs.cs.core.providers.CesiumTerrainProvider
-
- CesiumTerrainProviderOptions - Class in org.cesiumjs.cs.core.providers.options
-
- CesiumTerrainProviderOptions() - Constructor for class org.cesiumjs.cs.core.providers.options.CesiumTerrainProviderOptions
-
Options for CesiumTerrainProvider
- CesiumWidget - Class in org.cesiumjs.cs.widgets
-
- CesiumWidget(Element) - Constructor for class org.cesiumjs.cs.widgets.CesiumWidget
-
A widget containing a Cesium scene.
- CesiumWidget(String) - Constructor for class org.cesiumjs.cs.widgets.CesiumWidget
-
A widget containing a Cesium scene.
- CesiumWidget(Element, CesiumWidgetOptions) - Constructor for class org.cesiumjs.cs.widgets.CesiumWidget
-
A widget containing a Cesium scene.
- CesiumWidget(String, CesiumWidgetOptions) - Constructor for class org.cesiumjs.cs.widgets.CesiumWidget
-
A widget containing a Cesium scene.
- cesiumWidget - Variable in class org.cesiumjs.cs.widgets.Viewer
-
Gets the CesiumWidget.
- CesiumWidgetOptions - Class in org.cesiumjs.cs.widgets.options
-
- CesiumWidgetOptions() - Constructor for class org.cesiumjs.cs.widgets.options.CesiumWidgetOptions
-
- CesiumWidgetPanel - Class in org.cesiumjs.cs.widgets
-
- CesiumWidgetPanel() - Constructor for class org.cesiumjs.cs.widgets.CesiumWidgetPanel
-
- CesiumWidgetPanel(CesiumWidgetOptions) - Constructor for class org.cesiumjs.cs.widgets.CesiumWidgetPanel
-
- changed() - Method in class org.cesiumjs.cs.scene.Camera
-
Gets the event that will be raised when the camera has changed by percentageChanged.
- changedEvent() - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Gets an event that is raised whenever the collection of intervals change.
- changedEvent - Variable in class org.cesiumjs.cs.datasources.CustomDataSource
-
Gets an event that will be raised when the underlying data changes.
- changedEvent - Variable in class org.cesiumjs.cs.datasources.CzmlDataSource
-
Gets an event that will be raised when the underlying data changes.
- changedEvent - Variable in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Gets an event that will be raised when the underlying data changes.
- changedEvent - Variable in class org.cesiumjs.cs.datasources.KmlDataSource
-
Gets an event that will be raised when the underlying data changes.
- changeEventName() - Static method in class org.cesiumjs.cs.core.Fullscreen
-
The name of the event on the document that is fired when fullscreen is entered or exited.
- CHARTREUSE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #7FFF00
- CheckerboardMaterialProperty - Class in org.cesiumjs.cs.datasources.properties
-
- CheckerboardMaterialProperty() - Constructor for class org.cesiumjs.cs.datasources.properties.CheckerboardMaterialProperty
-
- CheckerboardMaterialProperty(CheckerboardMaterialPropertyOptions) - Constructor for class org.cesiumjs.cs.datasources.properties.CheckerboardMaterialProperty
-
- CheckerboardMaterialPropertyOptions - Class in org.cesiumjs.cs.datasources.properties.options
-
- CheckerboardMaterialPropertyOptions() - Constructor for class org.cesiumjs.cs.datasources.properties.options.CheckerboardMaterialPropertyOptions
-
- CheckerboardType() - Static method in class org.cesiumjs.cs.scene.Material
-
Gets the name of the checkerboard material.
- children() - Method in class org.cesiumjs.cs.scene.Cesium3DTile
-
Gets the tile's children.
- CHOCOLATE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #D2691E
- chordLength(double, double) - Static method in class org.cesiumjs.cs.core.Math
-
Finds the chord length between two points given the circle's radius and the angle between the points.
- CircleEmitter - Class in org.cesiumjs.cs.scene.emitters
-
A ParticleEmitter that emits particles from a circle.
- CircleEmitter() - Constructor for class org.cesiumjs.cs.scene.emitters.CircleEmitter
-
A ParticleEmitter that emits particles from a circle.
- CircleEmitter(double) - Constructor for class org.cesiumjs.cs.scene.emitters.CircleEmitter
-
A ParticleEmitter that emits particles from a circle.
- CircleGeometry - Class in org.cesiumjs.cs.core.geometry
-
- CircleGeometry(CircleGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.CircleGeometry
-
- CircleGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- CircleGeometryOptions() - Constructor for class org.cesiumjs.cs.core.geometry.options.CircleGeometryOptions
-
- CircleOutlineGeometry - Class in org.cesiumjs.cs.core.geometry
-
A description of the outline of a circle on the ellipsoid.
- CircleOutlineGeometry(CircleOutlineGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.CircleOutlineGeometry
-
- CircleOutlineGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- CircleOutlineGeometryOptions() - Constructor for class org.cesiumjs.cs.core.geometry.options.CircleOutlineGeometryOptions
-
- CirclePrimitive - Class in org.cesiumjs.cs.scene.interaction
-
- CirclePrimitive(CirclePrimitiveOptions) - Constructor for class org.cesiumjs.cs.scene.interaction.CirclePrimitive
-
- CirclePrimitiveOptions - Class in org.cesiumjs.cs.scene.interaction.options
-
- CirclePrimitiveOptions() - Constructor for class org.cesiumjs.cs.scene.interaction.options.CirclePrimitiveOptions
-
Default constructor
- CirclePrimitiveOptions(DrawInteractionOptions) - Constructor for class org.cesiumjs.cs.scene.interaction.options.CirclePrimitiveOptions
-
- CIRCULAR_IN() - Static method in class org.cesiumjs.cs.core.EasingFunction
-
Circular in.
- CIRCULAR_IN_OUT() - Static method in class org.cesiumjs.cs.core.EasingFunction
-
Circular in then out.
- CIRCULAR_OUT() - Static method in class org.cesiumjs.cs.core.EasingFunction
-
Circular out.
- clamp(double, double, double) - Static method in class org.cesiumjs.cs.core.Math
-
Constraint a value to lie between two values.
- CLAMP_TO_GROUND() - Static method in class org.cesiumjs.cs.scene.enums.HeightReference
-
The position is clamped to the terrain.
- clampAnimations - Variable in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
Determines if the model's animations should hold a pose over frames where no keyframes are specified.
- clampAnimations - Variable in class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
Determines if the model's animations should hold a pose over frames where no keyframes are specified.
- clampAnimations - Variable in class org.cesiumjs.cs.scene.Model
-
Determines if the model's animations should hold a pose over frames where no keyframes are specified.
- clampAnimations - Variable in class org.cesiumjs.cs.scene.options.FromGltfOptions
-
Determines if the model's animations should hold a pose over frames where no keyframes are specified.
- CLAMPED() - Static method in class org.cesiumjs.cs.core.enums.ClockRange
-
- clampToGround - Static variable in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Gets or sets default of whether to clamp to the ground.
- clampToGround - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineGraphicsOptions
-
A boolean Property specifying whether the Polyline should be clamped to the ground.
- clampToGround - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineGraphics
-
Gets or sets the boolean Property specifying whether the polyline should be clamped to the ground.
- clampToGround - Variable in class org.cesiumjs.cs.datasources.options.GeoJsonDataSourceOptions
-
true if we want the geometry features (polygons or linestrings) clamped to the ground.
- clampToGround - Variable in class org.cesiumjs.cs.datasources.options.KmlDataSourceLoadOptions
-
true if we want the geometry features (Polygons, LineStrings and LinearRings) clamped to the ground.
- clampToGround - Variable in class org.cesiumjs.cs.datasources.options.KmlDataSourceLoadStaticOptions
-
true if we want the geometry features (Polygons, LineStrings and LinearRings) clamped to the ground.
- clampToHeight(Cartesian3) - Method in class org.cesiumjs.cs.scene.Scene
-
Clamps the given cartesian position to the scene geometry along the geodetic surface normal.
- clampToHeight(Cartesian3, JsObject[]) - Method in class org.cesiumjs.cs.scene.Scene
-
Clamps the given cartesian position to the scene geometry along the geodetic surface normal.
- clampToHeight(Cartesian3, JsObject[], double) - Method in class org.cesiumjs.cs.scene.Scene
-
Clamps the given cartesian position to the scene geometry along the geodetic surface normal.
- clampToHeight(Cartesian3, JsObject[], double, Cartesian3) - Method in class org.cesiumjs.cs.scene.Scene
-
Clamps the given cartesian position to the scene geometry along the geodetic surface normal.
- clampToHeightMostDetailed(Cartesian3[]) - Method in class org.cesiumjs.cs.scene.Scene
-
Initiates an asynchronous {link Scene#clampToHeight} query for an array of Cartesian3 positions using the maximum
level of detail for 3D Tilesets in the scene.
- clampToHeightMostDetailed(Cartesian3[], JsObject[]) - Method in class org.cesiumjs.cs.scene.Scene
-
Initiates an asynchronous {link Scene#clampToHeight} query for an array of Cartesian3 positions using the maximum
level of detail for 3D Tilesets in the scene.
- clampToHeightMostDetailed(Cartesian3[], JsObject[], double) - Method in class org.cesiumjs.cs.scene.Scene
-
Initiates an asynchronous {link Scene#clampToHeight} query for an array of Cartesian3 positions using the maximum
level of detail for 3D Tilesets in the scene.
- clampToHeightSupported() - Method in class org.cesiumjs.cs.scene.Scene
-
Returns true if the clampToHeight function is supported.
- clampToLatitudeRange(double) - Static method in class org.cesiumjs.cs.core.Math
-
Convenience function that clamps a latitude value, in radians, to the range [-Math.PI/2, Math.PI/2).
- ClassificationPrimitive - Class in org.cesiumjs.cs.scene
-
A classification primitive represents a volume enclosing geometry in the Scene to be highlighted.
- ClassificationPrimitive() - Constructor for class org.cesiumjs.cs.scene.ClassificationPrimitive
-
- ClassificationPrimitive(ClassificationPrimitiveOptions) - Constructor for class org.cesiumjs.cs.scene.ClassificationPrimitive
-
- ClassificationPrimitiveOptions - Class in org.cesiumjs.cs.scene.options
-
- ClassificationPrimitiveOptions() - Constructor for class org.cesiumjs.cs.scene.options.ClassificationPrimitiveOptions
-
- classificationType - Variable in class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
Gets or sets the ClassificationType Property specifying whether this polygon will classify terrain, 3D Tiles, or both when on the ground.
- classificationType - Variable in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
Gets or sets the ClassificationType Property specifying whether this polygon will classify terrain, 3D Tiles, or both when on the ground.
- classificationType - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
Gets or sets the
ClassificationType.TERRAIN()
Property specifying whether this polygon will classify terrain, 3D Tiles, or both when on the ground.
- classificationType - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineGraphicsOptions
-
Gets or sets the ClassificationType Property specifying whether this polyline will classify terrain, 3D Tiles, or both when on the ground.
- classificationType - Variable in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
Gets or sets the ClassificationType Property specifying whether this polygon will classify terrain, 3D Tiles, or both when on the ground.
- classificationType - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineGraphics
-
Gets or sets the ClassificationType Property specifying whether this polyline will classify terrain, 3D Tiles, or both when on the ground.
- classificationType - Variable in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Gets or sets the ClassificationType Property specifying whether this polygon will classify terrain, 3D Tiles, or both when on the ground.
- classificationType() - Method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Determines whether terrain, 3D Tiles or both will be classified by this tileset.
- classificationType - Variable in class org.cesiumjs.cs.scene.ClassificationPrimitive
-
Determines whether terrain, 3D Tiles or both will be classified.
- ClassificationType - Class in org.cesiumjs.cs.scene.enums
-
Whether a classification affects terrain, 3D Tiles or both.
- classificationType - Variable in class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
Determines whether terrain, 3D Tiles or both will be classified.
- classificationType - Variable in class org.cesiumjs.cs.scene.GroundPrimitive
-
Determines whether terrain, 3D Tiles or both will be classified.
- classificationType - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Determines whether terrain, 3D Tiles or both will be classified by this tileset.
- classificationType - Variable in class org.cesiumjs.cs.scene.options.ClassificationPrimitiveOptions
-
Determines whether terrain, 3D Tiles or both will be classified.
- classificationType - Variable in class org.cesiumjs.cs.scene.options.GroundPolylinePrimitiveOptions
-
Determines whether terrain, 3D Tiles or both will be classified.
- classificationType - Variable in class org.cesiumjs.cs.scene.options.GroundPrimitiveOptions
-
Determines whether terrain, 3D Tiles or both will be classified.
- clearColor - Variable in class org.cesiumjs.cs.scene.options.PostProcessStageOptions
-
The color to clear the output texture to.
- clearColor() - Method in class org.cesiumjs.cs.scene.PostProcessStage
-
The color to clear the output texture to.
- ClippingPlane - Class in org.cesiumjs.cs.scene
-
- ClippingPlane(Cartesian3, double) - Constructor for class org.cesiumjs.cs.scene.ClippingPlane
-
A plane in Hessian Normal Form defined by
ax + by + cz + d = 0
where (a, b, c) is the plane's normal, d is the signed distance to the plane, and (x, y, z) is any point on the plane.
- clippingPlane - Variable in class org.cesiumjs.cs.scene.Model
-
The ClippingPlaneCollection used to selectively disable rendering the model.
- ClippingPlaneCollection - Class in org.cesiumjs.cs.collections
-
Specifies a set of clipping planes.
- ClippingPlaneCollection() - Constructor for class org.cesiumjs.cs.collections.ClippingPlaneCollection
-
Specifies a set of clipping planes.
- ClippingPlaneCollection(ClippingPlaneCollectionOptions) - Constructor for class org.cesiumjs.cs.collections.ClippingPlaneCollection
-
Specifies a set of clipping planes.
- ClippingPlaneCollectionOptions - Class in org.cesiumjs.cs.collections.options
-
- ClippingPlaneCollectionOptions() - Constructor for class org.cesiumjs.cs.collections.options.ClippingPlaneCollectionOptions
-
- clippingPlanes - Variable in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
- clippingPlanes - Variable in class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
A property specifying the ClippingPlaneCollection used to selectively disable rendering the model.
- clippingPlanes - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
- clippingPlanes - Variable in class org.cesiumjs.cs.scene.Globe
-
- clippingPlanes - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
- clippingPlanes - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
The ClippingPlaneCollection used to selectively disable rendering the model.
- clippingPlanes - Variable in class org.cesiumjs.cs.scene.options.TimeDynamicPointCloudOptions
-
The ClippingPlaneCollection used to selectively disable rendering the point cloud.
- clippingPlanes - Variable in class org.cesiumjs.cs.scene.TimeDynamicPointCloud
-
The ClippingPlaneCollection used to selectively disable rendering the point cloud.
- clipTriangleAtAxisAlignedThreshold(double, boolean, double, double, double) - Static method in class org.cesiumjs.cs.core.Intersections2D
-
Splits a 2D triangle at given axis-aligned threshold value and returns the resulting polygon on a
given side of the threshold.
- clipTriangleAtAxisAlignedThreshold(double, boolean, double, double, double, double[]) - Static method in class org.cesiumjs.cs.core.Intersections2D
-
Splits a 2D triangle at given axis-aligned threshold value and returns the resulting polygon on a
given side of the threshold.
- Clock - Class in org.cesiumjs.cs.core
-
A simple clock for keeping track of simulated time.
- Clock() - Constructor for class org.cesiumjs.cs.core.Clock
-
A simple clock for keeping track of simulated time.
- Clock(ClockOptions) - Constructor for class org.cesiumjs.cs.core.Clock
-
A simple clock for keeping track of simulated time.
- clock - Variable in class org.cesiumjs.cs.datasources.CustomDataSource
-
Gets or sets the clock for this instance.
- clock - Variable in class org.cesiumjs.cs.datasources.CzmlDataSource
-
Gets the clock settings defined by the loaded CZML.
- clock - Variable in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
This DataSource only defines static data, therefore this property is always undefined.
- clock - Variable in class org.cesiumjs.cs.datasources.KmlDataSource
-
Gets the clock settings defined by the loaded KML.
- clock - Variable in class org.cesiumjs.cs.scene.options.TimeDynamicPointCloudOptions
-
A Clock instance that is used when determining the value for the time dimension.
- clock - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapTileServiceImageryProviderOptions
-
A Clock instance that is used when determining the value for the time dimension.
- clock - Variable in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
Gets or sets a clock that is used to get keep the time used for time dynamic parameters.
- clock - Variable in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Gets or sets a clock that is used to get keep the time used for time dynamic parameters.
- clock - Variable in class org.cesiumjs.cs.widgets.CesiumWidget
-
Gets the clock.
- clock - Variable in class org.cesiumjs.cs.widgets.ClockViewModel
-
Gets the underlying Clock.
- clock - Variable in class org.cesiumjs.cs.widgets.options.CesiumWidgetOptions
-
The clock to use to control current time.
- clock() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the clock.
- ClockOptions - Class in org.cesiumjs.cs.core.options
-
- ClockOptions() - Constructor for class org.cesiumjs.cs.core.options.ClockOptions
-
- clockRange - Variable in class org.cesiumjs.cs.core.Clock
-
- ClockRange - Class in org.cesiumjs.cs.core.enums
-
- clockRange - Variable in class org.cesiumjs.cs.core.options.ClockOptions
-
Determines how the clock should behave when Clock#startTime or Clock#stopTime is reached.
- clockRange - Variable in class org.cesiumjs.cs.datasources.DataSourceClock
-
Gets or sets the desired clock range setting.
- clockRange - Variable in class org.cesiumjs.cs.widgets.ClockViewModel
-
Gets or sets the clock range setting.
- clockStep - Variable in class org.cesiumjs.cs.core.Clock
-
Determines if calls to
Clock.tick()
are frame dependent or system clock dependent.
- ClockStep - Class in org.cesiumjs.cs.core.enums
-
Constants to determine how much time advances with each call to
Clock.tick()
.
- clockStep - Variable in class org.cesiumjs.cs.core.options.ClockOptions
-
Determines if calls to Clock#tick are frame dependent or system clock dependent.
- clockStep - Variable in class org.cesiumjs.cs.datasources.DataSourceClock
-
Gets or sets the desired clock step setting.
- clockStep - Variable in class org.cesiumjs.cs.widgets.ClockViewModel
-
Gets or sets the clock step setting.
- clockViewModel - Variable in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Gets the clock view model.
- ClockViewModel - Class in org.cesiumjs.cs.widgets
-
A view model which exposes a Clock for user interfaces.
- ClockViewModel() - Constructor for class org.cesiumjs.cs.widgets.ClockViewModel
-
A view model which exposes a Clock for user interfaces.
- ClockViewModel(Clock) - Constructor for class org.cesiumjs.cs.widgets.ClockViewModel
-
A view model which exposes a Clock for user interfaces.
- clockViewModel - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
The clock view model to use to control current time.
- clockViewModel() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the clock view model.
- clone(AxisAlignedBoundingBox) - Static method in class org.cesiumjs.cs.core.AxisAlignedBoundingBox
-
Duplicates a AxisAlignedBoundingBox instance.
- clone(AxisAlignedBoundingBox, AxisAlignedBoundingBox) - Static method in class org.cesiumjs.cs.core.AxisAlignedBoundingBox
-
Duplicates a AxisAlignedBoundingBox instance.
- clone(BoundingRectangle) - Static method in class org.cesiumjs.cs.core.BoundingRectangle
-
Duplicates a BoundingRectangle instance.
- clone(BoundingRectangle, BoundingRectangle) - Static method in class org.cesiumjs.cs.core.BoundingRectangle
-
Duplicates a BoundingRectangle instance.
- clone() - Method in class org.cesiumjs.cs.core.BoundingRectangle
-
Duplicates this BoundingRectangle instance.
- clone(BoundingSphere, BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Duplicates a BoundingSphere instance.
- clone(BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Duplicates a BoundingSphere instance.
- clone() - Method in class org.cesiumjs.cs.core.BoundingSphere
-
Duplicates this BoundingSphere instance.
- clone(Cartesian2) - Method in class org.cesiumjs.cs.core.Cartesian2
-
Duplicates this Cartesian2 instance.
- clone() - Method in class org.cesiumjs.cs.core.Cartesian2
-
Duplicates this Cartesian2 instance.
- clone(Cartesian2, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Duplicates a Cartesian2 instance.
- clone(Cartesian3) - Method in class org.cesiumjs.cs.core.Cartesian3
-
Duplicates this Cartesian3 instance.
- clone() - Method in class org.cesiumjs.cs.core.Cartesian3
-
Duplicates this Cartesian3 instance.
- clone(Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Duplicates a Cartesian3 instance.
- clone(Cartesian4) - Method in class org.cesiumjs.cs.core.Cartesian4
-
Duplicates this Cartesian4 instance.
- clone() - Method in class org.cesiumjs.cs.core.Cartesian4
-
Duplicates this Cartesian4 instance.
- clone(Cartesian4, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Duplicates a Cartesian4 instance.
- clone(Cartographic, Cartographic) - Static method in class org.cesiumjs.cs.core.Cartographic
-
Duplicates a Cartographic instance.
- clone() - Method in class org.cesiumjs.cs.core.Cartographic
-
Duplicates this instance.
- clone(Cartographic) - Method in class org.cesiumjs.cs.core.Cartographic
-
Duplicates this instance.
- clone(Color, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Duplicates a Color.
- clone() - Method in class org.cesiumjs.cs.core.Color
-
Returns a duplicate of a Color instance.
- clone(Color) - Method in class org.cesiumjs.cs.core.Color
-
Returns a duplicate of a Color instance.
- clone(DistanceDisplayCondition, DistanceDisplayCondition) - Static method in class org.cesiumjs.cs.core.DistanceDisplayCondition
-
Duplicates a distance display condition instance.
- clone() - Method in class org.cesiumjs.cs.core.DistanceDisplayCondition
-
Duplicates this instance.
- clone(DistanceDisplayCondition) - Method in class org.cesiumjs.cs.core.DistanceDisplayCondition
-
Duplicates this instance.
- clone(Ellipsoid) - Static method in class org.cesiumjs.cs.core.Ellipsoid
-
Duplicates an Ellipsoid instance.
- clone(Ellipsoid, Ellipsoid) - Static method in class org.cesiumjs.cs.core.Ellipsoid
-
Duplicates an Ellipsoid instance.
- clone(HeadingPitchRange) - Static method in class org.cesiumjs.cs.core.HeadingPitchRange
-
Duplicates a HeadingPitchRange instance.
- clone(HeadingPitchRange, HeadingPitchRange) - Static method in class org.cesiumjs.cs.core.HeadingPitchRange
-
Duplicates a HeadingPitchRange instance.
- clone(HeadingPitchRoll) - Static method in class org.cesiumjs.cs.core.HeadingPitchRoll
-
Duplicates a HeadingPitchRoll instance.
- clone(HeadingPitchRoll, HeadingPitchRoll) - Static method in class org.cesiumjs.cs.core.HeadingPitchRoll
-
Duplicates a HeadingPitchRoll instance.
- clone() - Method in class org.cesiumjs.cs.core.HeadingPitchRoll
-
The object onto which to store the result.
- clone(JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Duplicates a JulianDate instance.
- clone(JulianDate, JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Duplicates a JulianDate instance.
- clone() - Method in class org.cesiumjs.cs.core.JulianDate
-
Duplicates this instance.
- clone() - Method in class org.cesiumjs.cs.core.Matrix2
-
Duplicates the provided Matrix2 instance.
- clone(Matrix2) - Method in class org.cesiumjs.cs.core.Matrix2
-
Duplicates the provided Matrix2 instance.
- clone(Matrix2, Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Duplicates a Matrix2 instance.
- clone() - Method in class org.cesiumjs.cs.core.Matrix3
-
Duplicates the provided Matrix3 instance.
- clone(Matrix3) - Method in class org.cesiumjs.cs.core.Matrix3
-
Duplicates the provided Matrix3 instance.
- clone(Matrix3, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Duplicates a Matrix3 instance.
- clone() - Method in class org.cesiumjs.cs.core.Matrix4
-
Duplicates the provided Matrix4 instance.
- clone(Matrix4) - Method in class org.cesiumjs.cs.core.Matrix4
-
Duplicates the provided Matrix4 instance.
- clone(Matrix4, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Duplicates a Matrix4 instance.
- clone(NearFarScalar, NearFarScalar) - Static method in class org.cesiumjs.cs.core.NearFarScalar
-
Duplicates a NearFarScalar instance.
- clone() - Method in class org.cesiumjs.cs.core.NearFarScalar
-
Duplicates this instance.
- clone(NearFarScalar) - Method in class org.cesiumjs.cs.core.NearFarScalar
-
Duplicates this instance.
- clone(OrientedBoundingBox, OrientedBoundingBox) - Static method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
Duplicates a OrientedBoundingBox instance.
- clone() - Method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
Duplicates this OrientedBoundingBox instance.
- clone() - Method in class org.cesiumjs.cs.core.OrthographicFrustum
-
OrthographicFrustum
- clone(OrthographicFrustum) - Method in class org.cesiumjs.cs.core.OrthographicFrustum
-
OrthographicFrustum
- clone() - Method in class org.cesiumjs.cs.core.OrthographicOffCenterFrustum
-
Returns a duplicate of a OrthographicOffCenterFrustum instance.
- clone(OrthographicOffCenterFrustum) - Method in class org.cesiumjs.cs.core.OrthographicOffCenterFrustum
-
Returns a duplicate of a OrthographicOffCenterFrustum instance.
- clone() - Method in class org.cesiumjs.cs.core.PerspectiveFrustum
-
Returns a duplicate of a PerspectiveFrustum instance.
- clone(PerspectiveFrustum) - Method in class org.cesiumjs.cs.core.PerspectiveFrustum
-
Returns a duplicate of a PerspectiveFrustum instance.
- clone() - Method in class org.cesiumjs.cs.core.PerspectiveOffCenterFrustum
-
Returns a duplicate of a PerspectiveOffCenterFrustum instance.
- clone(PerspectiveOffCenterFrustum) - Method in class org.cesiumjs.cs.core.PerspectiveOffCenterFrustum
-
Returns a duplicate of a PerspectiveOffCenterFrustum instance.
- clone(Plane) - Static method in class org.cesiumjs.cs.core.Plane
-
Duplicates a Plane instance.
- clone(Plane, Plane) - Static method in class org.cesiumjs.cs.core.Plane
-
Duplicates a Plane instance.
- clone(Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Duplicates a Quaternion instance.
- clone(Quaternion, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Duplicates a Quaternion instance.
- clone() - Method in class org.cesiumjs.cs.core.Quaternion
-
Duplicates this Quaternion instance.
- clone(Ray) - Static method in class org.cesiumjs.cs.core.Ray
-
Duplicates a Ray instance.
- clone(Ray, Ray) - Static method in class org.cesiumjs.cs.core.Ray
-
Duplicates a Ray instance.
- clone(Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Duplicates an Rectangle.
- clone(Rectangle, Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Duplicates an Rectangle.
- clone() - Method in class org.cesiumjs.cs.core.Rectangle
-
Duplicates this Rectangle.
- clone() - Method in class org.cesiumjs.cs.core.Resource
-
Duplicates a Resource instance.
- clone(Resource) - Method in class org.cesiumjs.cs.core.Resource
-
Duplicates a Resource instance.
- clone(Spherical, Spherical) - Static method in class org.cesiumjs.cs.core.Spherical
-
Creates a duplicate of a Spherical.
- clone() - Method in class org.cesiumjs.cs.core.Spherical
-
Creates a duplicate of this Spherical.
- clone(Spherical) - Method in class org.cesiumjs.cs.core.Spherical
-
Creates a duplicate of this Spherical.
- clone(TimeInterval, TimeInterval) - Static method in class org.cesiumjs.cs.core.TimeInterval
-
Duplicates the provided instance.
- clone() - Method in class org.cesiumjs.cs.core.TimeInterval
-
Duplicates this instance.
- clone(VertexFormat) - Static method in class org.cesiumjs.cs.core.VertexFormat
-
Duplicates a VertexFormat instance.
- clone(VertexFormat, VertexFormat) - Static method in class org.cesiumjs.cs.core.VertexFormat
-
Duplicates a VertexFormat instance.
- clone() - Method in class org.cesiumjs.cs.datasources.DataSourceClock
-
Duplicates a DataSourceClock instance.
- clone(DataSourceClock) - Method in class org.cesiumjs.cs.datasources.DataSourceClock
-
Duplicates a DataSourceClock instance.
- clone() - Method in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Duplicates this instance.
- clone(BillboardGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Duplicates this instance.
- clone() - Method in class org.cesiumjs.cs.datasources.graphics.BoxGraphics
-
Duplicates this instance.
- clone(BoxGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.BoxGraphics
-
Duplicates this instance.
- clone(CorridorGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
Duplicates this instance.
- clone(CylinderGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.CylinderGraphics
-
Duplicates this instance.
- clone(EllipseGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
Duplicates this instance.
- clone(EllipsoidGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.EllipsoidGraphics
-
Duplicates this instance.
- clone(LabelGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
Duplicates this instance.
- clone(ModelGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
Duplicates this instance.
- clone(PathGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.PathGraphics
-
Duplicates this instance.
- clone(PlaneGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.PlaneGraphics
-
Duplicates this instance.
- clone(PointGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.PointGraphics
-
Duplicates this instance.
- clone(PolygonGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
Duplicates this instance.
- clone(PolylineGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.PolylineGraphics
-
Duplicates this instance.
- clone(PolylineVolumeGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.PolylineVolumeGraphics
-
Duplicates this instance.
- clone() - Method in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Duplicates this instance.
- clone(RectangleGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Duplicates this instance.
- clone() - Method in class org.cesiumjs.cs.datasources.graphics.WallGraphics
-
Duplicates this instance.
- clone(WallGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.WallGraphics
-
Duplicates this instance.
- clone(ClippingPlane) - Static method in class org.cesiumjs.cs.scene.ClippingPlane
-
Clones the ClippingPlane without setting its ownership.
- clone(ClippingPlane, ClippingPlane) - Static method in class org.cesiumjs.cs.scene.ClippingPlane
-
Clones the ClippingPlane without setting its ownership.
- closeBottom - Variable in class org.cesiumjs.cs.core.geometry.options.PolygonGeometryOptions
-
When false, leaves off the bottom of an extruded polygon open.
- closeBottom - Variable in class org.cesiumjs.cs.core.geometry.options.RectangleGeometryOptions
-
Specifies whether the rectangle has a bottom cover when extruded.
- closeBottom - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
When false, leaves off the bottom of an extruded polygon open.
- closeBottom - Variable in class org.cesiumjs.cs.datasources.graphics.options.RectangleGraphicsOptions
-
A boolean Property specifying whether the rectangle has a bottom cover when extruded.
- closeBottom - Variable in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Gets or sets the boolean Property specifying whether the rectangle has a bottom cover when extruded.
- closeClicked - Variable in class org.cesiumjs.cs.widgets.InfoBoxViewModel
-
Gets an Event that is fired when the user closes the info box.
- closed() - Method in class org.cesiumjs.cs.scene.apperances.Appearance
-
When true, the geometry is expected to be closed.
- closed - Variable in class org.cesiumjs.cs.scene.apperances.options.AppearanceOptions
-
When true, the geometry is expected to be closed so Appearance#renderState has backface culling enabled.
- closed - Variable in class org.cesiumjs.cs.scene.apperances.options.MaterialAppearanceOptions
-
When true, the geometry is expected to be closed so MaterialAppearance#renderState has backface culling enabled.
- closed - Variable in class org.cesiumjs.cs.scene.apperances.options.PerInstanceColorAppearanceOptions
-
When true, the geometry is expected to be closed so PerInstanceColorAppearance#renderState has backface culling enabled.
- closeTop - Variable in class org.cesiumjs.cs.core.geometry.options.PolygonGeometryOptions
-
When false, leaves off the top of an extruded polygon open.
- closeTop - Variable in class org.cesiumjs.cs.core.geometry.options.RectangleGeometryOptions
-
Specifies whether the rectangle has a top cover when extruded.
- closeTop - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
When false, leaves off the top of an extruded polygon open.
- closeTop - Variable in class org.cesiumjs.cs.datasources.graphics.options.RectangleGraphicsOptions
-
A boolean Property specifying whether the rectangle has a top cover when extruded
Default: true
- closeTop - Variable in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
When false, leaves off the top of an extruded polygon open.
- closeTop - Variable in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Gets or sets the boolean Property specifying whether the rectangle has a top cover when extruded.
- clusterEvent - Variable in class org.cesiumjs.cs.datasources.EntityCluster
-
Gets the event that will be raised when a new cluster will be displayed.
- clustering - Variable in class org.cesiumjs.cs.datasources.CustomDataSource
-
Gets or sets the clustering options for this data source.
- clustering - Variable in class org.cesiumjs.cs.datasources.CzmlDataSource
-
Gets or sets the clustering options for this data source.
- clustering - Variable in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Gets or sets the clustering options for this data source.
- clustering - Variable in class org.cesiumjs.cs.datasources.KmlDataSource
-
Gets or sets the clustering options for this data source.
- Collection<T> - Class in org.cesiumjs.cs.collections
-
- Collection() - Constructor for class org.cesiumjs.cs.collections.Collection
-
- collection - Variable in class org.cesiumjs.cs.scene.interaction.options.DrawInteractionOptions
-
- collectionChanged() - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Gets the event that is fired when entities are added or removed from the collection.
- collectionChanged() - Method in class org.cesiumjs.cs.collections.EntityCollection
-
Gets the event that is fired when entities are added or removed from the collection.
- COLLINS_BART() - Static method in class org.cesiumjs.cs.scene.providers.BingMapsStyle
-
Collins Bart imagery.
- Color - Class in org.cesiumjs.cs.core
-
A color, specified using red, green, blue, and alpha values, which range from 0 (no intensity) to 1.0 (full intensity).
- Color() - Constructor for class org.cesiumjs.cs.core.Color
-
A color, specified using red, green, blue, and alpha values, which range from 0 (no intensity) to 1.0 (full intensity)
- Color(double, double, double, double) - Constructor for class org.cesiumjs.cs.core.Color
-
A color, specified using red, green, blue, and alpha values, which range from 0 (no intensity) to 1.0 (full intensity).
- color - Variable in class org.cesiumjs.cs.core.geometry.PolylineArrowMaterialProperty
-
- color - Variable in class org.cesiumjs.cs.core.VertexFormat
-
When true, the vertex has an RGB color attribute.
8-bit unsigned byte. 3 components per attribute.
- color - Variable in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Gets or sets the Property specifying the Color that is multiplied with the imagery.
- color - Variable in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
A Property specifying the Color that blends with the model's rendered color.
- color - Variable in class org.cesiumjs.cs.datasources.graphics.options.BillboardGraphicsOptions
-
A Property specifying the tint Color of the imagery.
- color - Variable in class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
A Property specifying the Color that blends with the model's rendered color.
- color - Variable in class org.cesiumjs.cs.datasources.graphics.options.PointGraphicsOptions
-
A Property specifying the Color of the point.
- color - Variable in class org.cesiumjs.cs.datasources.graphics.PointGraphics
-
A Property specifying the Color of the point.
- color - Variable in class org.cesiumjs.cs.datasources.properties.ColorMaterialProperty
-
Gets or sets the Color Property.
- color - Variable in class org.cesiumjs.cs.datasources.properties.GridMaterialProperty
-
Gets or sets the Property specifying the grid Color.
- color - Variable in class org.cesiumjs.cs.datasources.properties.ImageMaterialProperty
-
Gets or sets the Color Property specifying the desired color applied to the imagery.
- color - Variable in class org.cesiumjs.cs.datasources.properties.options.GridMaterialPropertyOptions
-
A Property specifying the grid Color.
- color - Variable in class org.cesiumjs.cs.datasources.properties.options.ImageMaterialPropertyOptions
-
- color - Variable in class org.cesiumjs.cs.datasources.properties.options.PolylineDashMaterialPropertyOptions
-
A Property specifying the Color of the line.
- color - Variable in class org.cesiumjs.cs.datasources.properties.options.PolylineGlowMaterialPropertyOptions
-
A Property specifying the Color of the line.
- color - Variable in class org.cesiumjs.cs.datasources.properties.options.PolylineOutlineMaterialPropertyOptions
-
A Property specifying the Color of the line.
- color - Variable in class org.cesiumjs.cs.datasources.properties.PolylineDashMaterialProperty
-
Gets or sets the Property specifying the Color of the line.
- color - Variable in class org.cesiumjs.cs.datasources.properties.PolylineGlowMaterialProperty
-
A Property specifying the Color of the line.
- color - Variable in class org.cesiumjs.cs.datasources.properties.PolylineOutlineMaterialProperty
-
Gets or sets the Property specifying the Color of the line.
- color - Variable in class org.cesiumjs.cs.scene.Billboard
-
Gets or sets the color that is multiplied with the billboard's texture.
- color - Variable in class org.cesiumjs.cs.scene.Cesium3DTileFeature
-
Gets or sets the highlight color multiplied with the feature's color.
- color - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets the color of the point of this feature.
- color - Variable in class org.cesiumjs.cs.scene.Cesium3DTileStyle
-
Gets or sets the StyleExpression object used to evaluate the style's color property.
- color - Variable in class org.cesiumjs.cs.scene.interaction.options.AbstractPrimitiveOptions
-
- color - Variable in class org.cesiumjs.cs.scene.Model
-
A color that blends with the model's rendered color.
- color - Variable in class org.cesiumjs.cs.scene.options.BillboardOptions
-
Gets or sets the color that is multiplied with the billboard's texture.
- color - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
A color that blends with the model's rendered color.
- color - Variable in class org.cesiumjs.cs.scene.options.PointPrimitiveOptions
-
Gets or sets the inner color of the point.
- color - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
Sets the color of a particle for the duration of its particleLife.
- color - Variable in class org.cesiumjs.cs.scene.PointPrimitive
-
Gets or sets the inner color of the point.
- color - Variable in class org.cesiumjs.cs.scene.providers.options.GridImageryProviderOptions
-
The color to draw grid lines.
- color - Variable in class org.cesiumjs.cs.scene.providers.options.TileCoordinatesImageryProviderOptions
-
The color to draw the tile box and label.
- colorBlendAmount - Variable in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
A numeric Property specifying the color strength when the colorBlendMode is MIX.
- colorBlendAmount - Variable in class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
A numeric Property specifying the color strength when the colorBlendMode is MIX.
- colorBlendAmount - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
- colorBlendAmount - Variable in class org.cesiumjs.cs.scene.Model
-
Value used to determine the color strength when the colorBlendMode is MIX.
- colorBlendAmount - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
Value used to determine the color strength when the colorBlendMode is MIX.
- colorBlendMode - Variable in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
An enum Property specifying how the color blends with the model.
- colorBlendMode - Variable in class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
An enum Property specifying how the color blends with the model.
- colorBlendMode - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Defines how per-feature colors set from the Cesium API or declarative styling blend with the source colors from
the original feature, e.g. glTF material or per-point color in the tile.
- ColorBlendMode - Class in org.cesiumjs.cs.scene.enums
-
- colorBlendMode - Variable in class org.cesiumjs.cs.scene.Model
-
Defines how the color blends with the model.
- colorBlendMode - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
Defines how the color blends with the model.
- colorBlendMode - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the color blend mode.
- colorBlendModes() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets the available blend modes
- ColorGeometryInstanceAttribute - Class in org.cesiumjs.cs.core
-
- ColorGeometryInstanceAttribute(double) - Constructor for class org.cesiumjs.cs.core.ColorGeometryInstanceAttribute
-
Value and type information for per-instance geometry color.
- ColorGeometryInstanceAttribute(double, double) - Constructor for class org.cesiumjs.cs.core.ColorGeometryInstanceAttribute
-
Value and type information for per-instance geometry color.
- ColorGeometryInstanceAttribute(double, double, double) - Constructor for class org.cesiumjs.cs.core.ColorGeometryInstanceAttribute
-
Value and type information for per-instance geometry color.
- ColorGeometryInstanceAttribute(double, double, double, double) - Constructor for class org.cesiumjs.cs.core.ColorGeometryInstanceAttribute
-
Value and type information for per-instance geometry color.
- colorize - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to colorize tiles.
- ColorMaterialProperty - Class in org.cesiumjs.cs.datasources.properties
-
- ColorMaterialProperty() - Constructor for class org.cesiumjs.cs.datasources.properties.ColorMaterialProperty
-
A MaterialProperty that maps to solid color Material uniforms.
- ColorMaterialProperty(Property) - Constructor for class org.cesiumjs.cs.datasources.properties.ColorMaterialProperty
-
A MaterialProperty that maps to solid color Material uniforms.
- ColorMaterialProperty(Color) - Constructor for class org.cesiumjs.cs.datasources.properties.ColorMaterialProperty
-
- ColorRandomOptions - Class in org.cesiumjs.cs.core.options
-
- ColorRandomOptions() - Constructor for class org.cesiumjs.cs.core.options.ColorRandomOptions
-
- colors - Variable in class org.cesiumjs.cs.core.geometry.options.PolylineGeometryOptions
-
An Array of Color defining the per vertex or per segment colors.
- colors - Variable in class org.cesiumjs.cs.core.geometry.options.SimplePolylineGeometryOptions
-
An Array of Color defining the per vertex or per segment colors.
- colorsPerVertex - Variable in class org.cesiumjs.cs.core.geometry.options.PolylineGeometryOptions
-
A boolean that determines whether the colors will be flat across each segment of the line or interpolated across the vertices.
- colorsPerVertex - Variable in class org.cesiumjs.cs.core.geometry.options.SimplePolylineGeometryOptions
-
A boolean that determines whether the colors will be flat across each segment of the line or interpolated across the vertices.
- colorToAlpha - Variable in class org.cesiumjs.cs.scene.ImageryLayer
-
Color value that should be set to transparent.
- colorToAlpha - Variable in class org.cesiumjs.cs.scene.options.ImageryLayerOptions
-
Color to be used as alpha.
- colorToAlphaThreshold - Variable in class org.cesiumjs.cs.scene.ImageryLayer
-
Normalized (0-1) threshold for color-to-alpha.
- colorToAlphaThreshold - Variable in class org.cesiumjs.cs.scene.options.ImageryLayerOptions
-
Threshold for color-to-alpha.
- ColorType() - Static method in class org.cesiumjs.cs.scene.Material
-
Gets the name of the color material.
- COLUMBUS_VIEW() - Static method in class org.cesiumjs.cs.scene.enums.SceneMode
-
Columbus View mode.
- COLUMN0ROW0() - Static method in class org.cesiumjs.cs.core.Matrix2
-
The index into Matrix2 for column 0, row 0.
- COLUMN0ROW0() - Static method in class org.cesiumjs.cs.core.Matrix3
-
The index into Matrix3 for column 0, row 0.
- COLUMN0ROW0() - Static method in class org.cesiumjs.cs.core.Matrix4
-
The index into Matrix4 for column 0, row 0.
- COLUMN0ROW1() - Static method in class org.cesiumjs.cs.core.Matrix2
-
The index into Matrix2 for column 0, row 0.
- COLUMN0ROW1() - Static method in class org.cesiumjs.cs.core.Matrix3
-
The index into Matrix3 for column 0, row 1.
- COLUMN0ROW1() - Static method in class org.cesiumjs.cs.core.Matrix4
-
The index into Matrix4 for column 0, row 1.
- COLUMN0ROW2() - Static method in class org.cesiumjs.cs.core.Matrix3
-
The index into Matrix3 for column 0, row 2
- COLUMN0ROW2() - Static method in class org.cesiumjs.cs.core.Matrix4
-
The index into Matrix4 for column 0, row 2
- COLUMN0ROW3() - Static method in class org.cesiumjs.cs.core.Matrix4
-
The index into Matrix4 for column 0, row 3
- COLUMN1ROW0() - Static method in class org.cesiumjs.cs.core.Matrix2
-
The index into Matrix2 for column 0, row 0.
- COLUMN1ROW0() - Static method in class org.cesiumjs.cs.core.Matrix3
-
The index into Matrix3 for column 1, row 0.
- COLUMN1ROW0() - Static method in class org.cesiumjs.cs.core.Matrix4
-
The index into Matrix4 for column 1, row 0.
- COLUMN1ROW1() - Static method in class org.cesiumjs.cs.core.Matrix2
-
The index into Matrix2 for column 0, row 0.
- COLUMN1ROW1() - Static method in class org.cesiumjs.cs.core.Matrix3
-
The index into Matrix3 for column 1, row 1.
- COLUMN1ROW1() - Static method in class org.cesiumjs.cs.core.Matrix4
-
The index into Matrix4 for column 1, row 1.
- COLUMN1ROW2() - Static method in class org.cesiumjs.cs.core.Matrix3
-
The index into Matrix3 for column 1, row 2.
- COLUMN1ROW2() - Static method in class org.cesiumjs.cs.core.Matrix4
-
The index into Matrix4 for column 1, row 2.
- COLUMN1ROW3() - Static method in class org.cesiumjs.cs.core.Matrix4
-
The index into Matrix4 for column 1, row 3.
- COLUMN2ROW0() - Static method in class org.cesiumjs.cs.core.Matrix3
-
The index into Matrix3 for column 2, row 0.
- COLUMN2ROW0() - Static method in class org.cesiumjs.cs.core.Matrix4
-
The index into Matrix4 for column 2, row 0.
- COLUMN2ROW1() - Static method in class org.cesiumjs.cs.core.Matrix3
-
The index into Matrix3 for column 2, row 1.
- COLUMN2ROW1() - Static method in class org.cesiumjs.cs.core.Matrix4
-
The index into Matrix4 for column 2, row 1.
- COLUMN2ROW2() - Static method in class org.cesiumjs.cs.core.Matrix3
-
The index into Matrix3 for column 2, row 2.
- COLUMN2ROW2() - Static method in class org.cesiumjs.cs.core.Matrix4
-
The index into Matrix4 for column 2, row 2.
- COLUMN2ROW3() - Static method in class org.cesiumjs.cs.core.Matrix4
-
The index into Matrix4 for column 2, row 3.
- Command - Class in org.cesiumjs.cs.widgets
-
A Command is a function with an extra canExecute observable property to determine whether the command can be executed.
- command - Variable in class org.cesiumjs.cs.widgets.FullscreenButtonViewModel
-
Gets the Command to toggle fullscreen mode.
- command - Variable in class org.cesiumjs.cs.widgets.HomeButtonViewModel
-
Gets the
Command
that is executed when the button is clicked.
- command - Variable in class org.cesiumjs.cs.widgets.NavigationHelpButtonViewModel
-
Gets the Command that is executed when the button is clicked.
- command - Variable in class org.cesiumjs.cs.widgets.ToggleButtonViewModel
-
Gets the command which will be executed when the button is toggled.
- command - Variable in class org.cesiumjs.cs.widgets.VRButtonViewModel
-
Gets the Command to toggle VR mode.
- compare(JulianDate, JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Compares two instances.
- compileStyle() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Compiles the style in the style editor.
- complete - Variable in class org.cesiumjs.cs.scene.options.CameraFlyToOptions
-
The function to execute when the flight is complete.
- complete - Variable in class org.cesiumjs.cs.scene.particle.ParticleBurst
-
true if the burst has been completed; false otherwise.
- complete - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
Fires an event when the particle system has reached the end of its lifetime.
- complete - Variable in class org.cesiumjs.cs.widgets.GeocoderViewModel
-
Gets the event triggered on flight completion.
- completeMorph() - Method in class org.cesiumjs.cs.scene.Scene
-
Instantly completes an active transition.
- completeMorphOnUserInput - Variable in class org.cesiumjs.cs.scene.Scene
-
Determines whether or not to instantly complete the scene transition animation on user input.
- componentDatatype() - Method in class org.cesiumjs.cs.core.ColorGeometryInstanceAttribute
-
The datatype of each component in the attribute, e.g., individual elements in ColorGeometryInstanceAttribute#value.
- ComponentDatatype - Class in org.cesiumjs.cs.core
-
WebGL component datatypes.
- componentDatatype() - Method in class org.cesiumjs.cs.core.DistanceDisplayConditionGeometryInstanceAttribute
-
The datatype of each component in the attribute, e.g.,
individual elements in DistanceDisplayConditionGeometryInstanceAttribute#value.
- componentDatatype - Variable in class org.cesiumjs.cs.core.geometry.GeometryAttribute
-
ComponentDatatype
The datatype of each component in the attribute, e.g., individual elements in GeometryAttribute#values.
- componentDatatype - Variable in class org.cesiumjs.cs.core.GeometryInstanceAttribute
-
- componentDatatype - Variable in class org.cesiumjs.cs.core.options.GeometryAttributeOptions
-
ComponentDatatype
The datatype of each component in the attribute, e.g., individual elements in values.
- componentDatatype - Variable in class org.cesiumjs.cs.core.options.GeometryInstanceAttributeOptions
-
The datatype of each component in the attribute, e.g., individual elements in values.
- componentsPerAttribute() - Method in class org.cesiumjs.cs.core.ColorGeometryInstanceAttribute
-
The number of components in the attributes, i.e., ColorGeometryInstanceAttribute#value.
- componentsPerAttribute() - Method in class org.cesiumjs.cs.core.DistanceDisplayConditionGeometryInstanceAttribute
-
The number of components in the attributes, i.e., DistanceDisplayConditionGeometryInstanceAttribute#value.
- componentsPerAttribute - Variable in class org.cesiumjs.cs.core.geometry.GeometryAttribute
-
A number between 1 and 4 that defines the number of components in an attributes.
- componentsPerAttribute - Variable in class org.cesiumjs.cs.core.GeometryInstanceAttribute
-
A number between 1 and 4 that defines the number of components in an attributes.
- componentsPerAttribute - Variable in class org.cesiumjs.cs.core.options.GeometryAttributeOptions
-
A number between 1 and 4 that defines the number of components in an attributes.
- componentsPerAttribute - Variable in class org.cesiumjs.cs.core.options.GeometryInstanceAttributeOptions
-
A number between 1 and 4 that defines the number of components in an attributes.
- CompositeEntityCollection - Class in org.cesiumjs.cs.collections
-
- CompositeEntityCollection() - Constructor for class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Non-destructively composites multiple
EntityCollection
instances into a single collection.
- CompositeEntityCollection(EntityCollection[]) - Constructor for class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Non-destructively composites multiple
EntityCollection
instances into a single collection.
- CompositeEntityCollection(EntityCollection[], DataSource) - Constructor for class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Non-destructively composites multiple
EntityCollection
instances into a single collection.
- CompositeEntityCollection(EntityCollection[], CompositeEntityCollection) - Constructor for class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Non-destructively composites multiple
EntityCollection
instances into a single collection.
- CompositeMaterialProperty - Class in org.cesiumjs.cs.datasources.properties
-
- CompositeMaterialProperty() - Constructor for class org.cesiumjs.cs.datasources.properties.CompositeMaterialProperty
-
- CompositePositionProperty - Class in org.cesiumjs.cs.datasources.properties
-
- CompositePositionProperty() - Constructor for class org.cesiumjs.cs.datasources.properties.CompositePositionProperty
-
- CompositePositionProperty(Integer) - Constructor for class org.cesiumjs.cs.datasources.properties.CompositePositionProperty
-
- CompositeProperty - Class in org.cesiumjs.cs.datasources.properties
-
- CompositeProperty() - Constructor for class org.cesiumjs.cs.datasources.properties.CompositeProperty
-
A Property which is defined by a
TimeIntervalCollection
,
where the data property of each
TimeInterval
is another Property
instance which is evaluated at the provided time.
- compressVertices(Geometry) - Static method in class org.cesiumjs.cs.core.geometry.GeometryPipeline
-
Compresses and packs geometry normal attribute values to save memory.
- compressVertices() - Method in class org.cesiumjs.cs.scene.ClassificationPrimitive
-
When true, geometry vertices are compressed, which will save memory.
- compressVertices() - Method in class org.cesiumjs.cs.scene.GroundPrimitive
-
When true, geometry vertices are compressed, which will save memory.
- compressVertices - Variable in class org.cesiumjs.cs.scene.options.ClassificationPrimitiveOptions
-
When true, the geometry vertices are compressed, which will save memory.
- compressVertices - Variable in class org.cesiumjs.cs.scene.options.GroundPrimitiveOptions
-
When true, the geometry vertices are compressed, which will save memory.
- compressVertices - Variable in class org.cesiumjs.cs.scene.options.PrimitiveOptions
-
When true, the geometry vertices are compressed, which will save memory.
- compressVertices() - Method in class org.cesiumjs.cs.scene.Primitive
-
When true, geometry vertices are compressed, which will save memory.
- computeAngle(Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes the angle of rotation of the provided quaternion.
- computeAvailability() - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Computes the maximum availability of the entities in the collection.
- computeAvailability() - Method in class org.cesiumjs.cs.collections.EntityCollection
-
Computes the maximum availability of the entities in the collection.
- computeAxis(Quaternion, Cartesian3) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes the axis of rotation of the provided quaternion.
- computeBarycentricCoordinates(double, double, double, double, double, double, double, double) - Static method in class org.cesiumjs.cs.core.Intersections2D
-
Compute the barycentric coordinates of a 2D position within a 2D triangle.
- computeBarycentricCoordinates(double, double, double, double, double, double, double, double, Cartesian3) - Static method in class org.cesiumjs.cs.core.Intersections2D
-
Compute the barycentric coordinates of a 2D position within a 2D triangle.
- computeBestAvailableLevelOverRectangle(Rectangle) - Method in class org.cesiumjs.cs.core.TileAvailability
-
Finds the most detailed level that is available _everywhere_ within a given rectangle.
- computeChildMaskForTile(int, int, int) - Method in class org.cesiumjs.cs.core.TileAvailability
-
Computes a bit mask indicating which of a tile's four children exist.
- computeCullingVolume(Cartesian3, Cartesian3, Cartesian3) - Method in class org.cesiumjs.cs.core.OrthographicFrustum
-
Creates a culling volume for this frustum.
- computeCullingVolume(Cartesian3, Cartesian3, Cartesian3) - Method in class org.cesiumjs.cs.core.OrthographicOffCenterFrustum
-
Creates a culling volume for this frustum.
- computeCullingVolume(Cartesian3, Cartesian3, Cartesian3) - Method in class org.cesiumjs.cs.core.PerspectiveFrustum
-
Creates a culling volume for this frustum.
- computeCullingVolume(Cartesian3, Cartesian3, Cartesian3) - Method in class org.cesiumjs.cs.core.PerspectiveOffCenterFrustum
-
Creates a culling volume for this frustum.
- computedTransform() - Method in class org.cesiumjs.cs.scene.Cesium3DTile
-
The final computed transform of this tile
- computeEigenDecomposition(Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes the eigenvectors and eigenvalues of a symmetric matrix.
- computeEigenDecomposition(Matrix3, Object) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes the eigenvectors and eigenvalues of a symmetric matrix.
- computeEllipsePositions(EllipsePositionsOptions, boolean, boolean) - Static method in class org.cesiumjs.cs.core.EllipseGeometryLibrary
-
Returns an array of positions that make up the ellipse.
- computeFixedToIcrfMatrix(JulianDate) - Static method in class org.cesiumjs.cs.core.Transforms
-
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.
- computeFixedToIcrfMatrix(JulianDate, Matrix3) - Static method in class org.cesiumjs.cs.core.Transforms
-
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.
- computeHeight(Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Computes the height of a rectangle in radians.
- computeIcrfToFixedMatrix(JulianDate) - Static method in class org.cesiumjs.cs.core.Transforms
-
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.
- computeIcrfToFixedMatrix(JulianDate, Matrix3) - Static method in class org.cesiumjs.cs.core.Transforms
-
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.
- computeInfinitePerspectiveOffCenter(double, double, double, double, double) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a Matrix4 instance representing an infinite off center perspective transformation.
- computeInfinitePerspectiveOffCenter(double, double, double, double, double, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a Matrix4 instance representing an infinite off center perspective transformation.
- computeInnerQuadrangle(Quaternion, Quaternion, Quaternion, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes an inner quadrangle point.
- computeLineSegmentLineSegmentIntersection(double, double, double, double, double, double, double, double) - Static method in class org.cesiumjs.cs.core.Intersections2D
-
Compute the intersection between 2 line segments
- computeLineSegmentLineSegmentIntersection(double, double, double, double, double, double, double, double, Cartesian2) - Static method in class org.cesiumjs.cs.core.Intersections2D
-
Compute the intersection between 2 line segments
- computeMaximumLevelAtPosition(Cartographic) - Method in class org.cesiumjs.cs.core.TileAvailability
-
Determines the level of the most detailed tile covering the position.
- computeModelMatrix(JulianDate) - Method in class org.cesiumjs.cs.datasources.Entity
-
Computes the model matrix for the entity's transform at specified time.
- computeModelMatrix(JulianDate, Matrix4) - Method in class org.cesiumjs.cs.datasources.Entity
-
Computes the model matrix for the entity's transform at specified time.
- computeNormal(Geometry) - Static method in class org.cesiumjs.cs.core.geometry.GeometryPipeline
-
Computes per-vertex normals for a geometry containing TRIANGLES by averaging the normals of all triangles incident
to the vertex.
- computeNumberOfVertices(Geometry) - Static method in class org.cesiumjs.cs.core.geometry.Geometry
-
Computes the number of vertices in a geometry.
- computeOccludeePoint(BoundingSphere, Cartesian3, Cartesian3[]) - Static method in class org.cesiumjs.cs.core.Occluder
-
Computes a point that can be used as the occludee position to the visibility functions.
- computeOccludeePointFromRectangle(Rectangle) - Static method in class org.cesiumjs.cs.core.Occluder
-
Computes a point that can be used as the occludee position to the visibility functions from an rectangle.
- computeOccludeePointFromRectangle(Rectangle, Ellipsoid) - Static method in class org.cesiumjs.cs.core.Occluder
-
Computes a point that can be used as the occludee position to the visibility functions from an rectangle.
- computeOrthographicOffCenter(double, double, double, double, double, double) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a Matrix4 instance representing an orthographic transformation matrix.
- computeOrthographicOffCenter(double, double, double, double, double, double, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a Matrix4 instance representing an orthographic transformation matrix.
- computePerspectiveFieldOfView(double, double, double, double, double) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a Matrix4 instance representing a perspective transformation matrix.
- computePerspectiveOffCenter(double, double, double, double, double, double, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a Matrix4 instance representing an off center perspective transformation.
- computePlaneDistances(BoundingSphere, Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
The distances calculated by the vector from the center of the bounding sphere to position projected onto direction plus/minus the radius of the bounding sphere.
- computePlaneDistances(BoundingSphere, Cartesian3, Cartesian3, Interval) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
The distances calculated by the vector from the center of the bounding sphere to position projected onto direction plus/minus the radius of the bounding sphere.
- computePlaneDistances(Cartesian3, Cartesian3) - Method in class org.cesiumjs.cs.core.BoundingSphere
-
The distances calculated by the vector from the center of the bounding sphere to position projected onto
direction plus/minus the radius of the bounding sphere.
- computePlaneDistances(Cartesian3, Cartesian3, Interval) - Method in class org.cesiumjs.cs.core.BoundingSphere
-
The distances calculated by the vector from the center of the bounding sphere to position projected onto
direction plus/minus the radius of the bounding sphere.
- computePlaneDistances(OrientedBoundingBox, Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
The distances calculated by the vector from the center of the bounding box to position projected onto direction.
- computePlaneDistances(OrientedBoundingBox, Cartesian3, Cartesian3, Interval) - Static method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
The distances calculated by the vector from the center of the bounding box to position projected onto direction.
- computePlaneDistances(Cartesian3, Cartesian3) - Method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
The distances calculated by the vector from the center of the bounding box to position projected onto direction.
- computePlaneDistances(Cartesian3, Cartesian3, Interval) - Method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
The distances calculated by the vector from the center of the bounding box to position projected onto direction.
- computeScreenSpacePosition(Scene) - Method in class org.cesiumjs.cs.scene.Billboard
-
Computes the screen-space position of the billboard's origin, taking into account eye and pixel offsets.
- computeScreenSpacePosition(Scene, Cartesian2) - Method in class org.cesiumjs.cs.scene.Billboard
-
Computes the screen-space position of the billboard's origin, taking into account eye and pixel offsets.
- computeScreenSpacePosition(Scene, Cartesian2) - Method in class org.cesiumjs.cs.scene.Label
-
Computes the screen-space position of the label's origin, taking into account eye and pixel offsets.
- computeScreenSpacePosition - Variable in class org.cesiumjs.cs.widgets.SelectionIndicatorViewModel
-
Gets or sets the function for converting the world position of the object to the screen space position.
- computeTaiMinusUtc(JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Computes the number of seconds the provided instance is ahead of UTC.
- computeTangentAndBitangent(Geometry) - Static method in class org.cesiumjs.cs.core.geometry.GeometryPipeline
-
Computes per-vertex tangents and bitangents for a geometry containing TRIANGLES.
- computeTemeToPseudoFixedMatrix(JulianDate) - Static method in class org.cesiumjs.cs.core.Transforms
-
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.
- computeTemeToPseudoFixedMatrix(JulianDate, Matrix3) - Static method in class org.cesiumjs.cs.core.Transforms
-
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.
- computeView(Cartesian3, Cartesian3, Cartesian3, Cartesian3, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a Matrix4 instance that transforms from world space to view space.
- computeViewportTransformation(Viewport, double, double, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a Matrix4 instance that transforms from normalized device coordinates to window coordinates.
- computeViewRectangle() - Method in class org.cesiumjs.cs.scene.Camera
-
Computes the approximate visible rectangle on the ellipsoid.
- computeViewRectangle(Ellipsoid) - Method in class org.cesiumjs.cs.scene.Camera
-
Computes the approximate visible rectangle on the ellipsoid.
- computeViewRectangle(Ellipsoid, Rectangle) - Method in class org.cesiumjs.cs.scene.Camera
-
Computes the approximate visible rectangle on the ellipsoid.
- computeVisibility(Object) - Method in class org.cesiumjs.cs.core.CullingVolume
-
Determines whether a bounding volume intersects the culling volume.
- computeVisibility(BoundingSphere) - Method in class org.cesiumjs.cs.core.Occluder
-
Determine to what extent an occludee is visible (not visible, partially visible, or fully visible).
- computeWidth(Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Computes the width of a rectangle in radians.
- ConditionsExpression - Class in org.cesiumjs.cs.scene
-
- ConditionsExpression() - Constructor for class org.cesiumjs.cs.scene.ConditionsExpression
-
- ConditionsExpression(JsObject) - Constructor for class org.cesiumjs.cs.scene.ConditionsExpression
-
- ConditionsExpression(JsObject, JsObject) - Constructor for class org.cesiumjs.cs.scene.ConditionsExpression
-
- conditionsExpression() - Method in class org.cesiumjs.cs.scene.ConditionsExpression
-
Gets the conditions expression defined in the 3D Tiles Styling language.
- ConeEmitter - Class in org.cesiumjs.cs.scene.emitters
-
A ParticleEmitter that emits particles within a cone.
- ConeEmitter() - Constructor for class org.cesiumjs.cs.scene.emitters.ConeEmitter
-
A ParticleEmitter that emits particles within a cone.
- ConeEmitter(double) - Constructor for class org.cesiumjs.cs.scene.emitters.ConeEmitter
-
A ParticleEmitter that emits particles within a cone.
- configureDescriptionFromProperties(Object) - Method in class org.cesiumjs.cs.scene.ImageryLayerFeatureInfo
-
Configures the description of this feature by creating an HTML table of properties and their values.
- configureNameFromProperties(Object) - Method in class org.cesiumjs.cs.scene.ImageryLayerFeatureInfo
-
Configures the name of this feature by selecting an appropriate property.
- conjugate(Quaternion, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes the conjugate of the provided quaternion.
- ConstantPositionProperty - Class in org.cesiumjs.cs.datasources.properties
-
- ConstantPositionProperty() - Constructor for class org.cesiumjs.cs.datasources.properties.ConstantPositionProperty
-
- ConstantPositionProperty(Cartesian3) - Constructor for class org.cesiumjs.cs.datasources.properties.ConstantPositionProperty
-
- ConstantPositionProperty(Cartesian3, Integer) - Constructor for class org.cesiumjs.cs.datasources.properties.ConstantPositionProperty
-
- ConstantProperty<T> - Class in org.cesiumjs.cs.datasources.properties
-
- ConstantProperty() - Constructor for class org.cesiumjs.cs.datasources.properties.ConstantProperty
-
A
Property
whose value does not change with respect to simulation time.
- ConstantProperty(T) - Constructor for class org.cesiumjs.cs.datasources.properties.ConstantProperty
-
A
Property
whose value does not change with respect to simulation time.
- constrainedAxis - Variable in class org.cesiumjs.cs.scene.Camera
-
If set, the camera will not be able to rotate past this axis in either direction.
- container - Variable in class org.cesiumjs.cs.scene.CreditDisplay
-
The HTML element where credits will be displayed.
- container() - Method in class org.cesiumjs.cs.widgets.Animation
-
Gets parent container.
- container - Variable in class org.cesiumjs.cs.widgets.BaseLayerPicker
-
Gets the parent container.
- container - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspector
-
Gets the parent container.
- container - Variable in class org.cesiumjs.cs.widgets.CesiumInspector
-
Gets the parent container.
- container - Variable in class org.cesiumjs.cs.widgets.CesiumWidget
-
Gets the parent container.
- container - Variable in class org.cesiumjs.cs.widgets.FullscreenButton
-
Gets the parent container.
- container - Variable in class org.cesiumjs.cs.widgets.Geocoder
-
Gets the parent container.
- container - Variable in class org.cesiumjs.cs.widgets.HomeButton
-
Gets the parent container.
- container - Variable in class org.cesiumjs.cs.widgets.InfoBox
-
Gets the parent container.
- container - Variable in class org.cesiumjs.cs.widgets.NavigationHelpButton
-
Gets the parent container.
- container - Variable in class org.cesiumjs.cs.widgets.options.GeocoderOptions
-
The ID that will contain the widget.
- container - Variable in class org.cesiumjs.cs.widgets.options.NavigationHelpButtonOptions
-
ID that will contain the widget.
- container - Variable in class org.cesiumjs.cs.widgets.ProjectionPicker
-
Gets the parent container.
- container - Variable in class org.cesiumjs.cs.widgets.SceneModePicker
-
Gets the parent container.
- container - Variable in class org.cesiumjs.cs.widgets.SelectionIndicator
-
Gets the parent container.
- container - Variable in class org.cesiumjs.cs.widgets.SelectionIndicatorViewModel
-
Gets the HTML element containing the selection indicator.
- container - Variable in class org.cesiumjs.cs.widgets.Timeline
-
Gets the parent container.
- container() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the parent container.
- container - Variable in class org.cesiumjs.cs.widgets.VRButton
-
Gets the parent container.
- containerElement - Variable in class org.cesiumjs.cs.widgets.options.NavigationHelpButtonOptions
-
The DOM element.
- contains(T) - Method in class org.cesiumjs.cs.collections.Collection
-
- contains(Entity) - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Returns true if the provided entity is in this collection, false otherwise.
- contains(Entity) - Method in class org.cesiumjs.cs.collections.EntityCollection
-
Returns true if the provided entity is in this collection, false otherwise.
- contains(JulianDate) - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Checks if the specified date is inside this collection.
- contains(Rectangle, Cartographic) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Returns true if the cartographic is on or inside the rectangle, false otherwise.
- contains(TimeInterval, JulianDate) - Static method in class org.cesiumjs.cs.core.TimeInterval
-
Checks if the specified date is inside the provided interval.
- contains(PostProcess) - Method in class org.cesiumjs.cs.scene.PostProcessStageCollection
-
Returns whether the collection contains a post-process stage.
- containsCollection(EntityCollection) - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Checks to see if the composite contains a given collection.
- conteinerElement - Variable in class org.cesiumjs.cs.widgets.options.GeocoderOptions
-
The DOM element that will contain the widget.
- content() - Method in class org.cesiumjs.cs.scene.Cesium3DTile
-
The tile's content.
- contextOptions - Variable in class org.cesiumjs.cs.scene.options.SceneOptions
-
Context and WebGL creation properties.
- contextOptions - Variable in class org.cesiumjs.cs.widgets.options.CesiumWidgetOptions
-
Context and WebGL creation properties corresponding to options passed to Scene.
- contextOptions - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
Context and WebGL creation properties corresponding to options passed to Scene.
- contrast - Variable in class org.cesiumjs.cs.scene.ImageryLayer
-
The contrast of this layer. 1.0 uses the unmodified imagery color.
- contrast - Variable in class org.cesiumjs.cs.scene.options.ImageryLayerOptions
-
The contrast of this layer. 1.0 uses the unmodified imagery color.
- convertLongitudeRange(double) - Static method in class org.cesiumjs.cs.core.Math
-
Converts a longitude value, in radians, to the range [-Math.PI, Math.PI).
- convertPackedArrayForInterpolation(double[], double[]) - Static method in class org.cesiumjs.cs.core.PackableForInterpolation
-
Converts a packed array into a form suitable for interpolation.
- convertPackedArrayForInterpolation(double[], int, double[]) - Static method in class org.cesiumjs.cs.core.PackableForInterpolation
-
Converts a packed array into a form suitable for interpolation.
- convertPackedArrayForInterpolation(double[], int, int, double[]) - Static method in class org.cesiumjs.cs.core.PackableForInterpolation
-
Converts a packed array into a form suitable for interpolation.
- convertPackedArrayForInterpolation(double[]) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Converts a packed array into a form suitable for interpolation.
- convertPackedArrayForInterpolation(double[], int, int, double[]) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Converts a packed array into a form suitable for interpolation.
- coordinates - Variable in class org.cesiumjs.cs.datasources.graphics.options.RectangleGraphicsOptions
-
The Property specifying the Rectangle.
- coordinates - Variable in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Gets or sets the Property specifying the Rectangle.
- CoplanarPolygonGeometry - Class in org.cesiumjs.cs.core.geometry
-
A description of a polygon composed of arbitrary coplanar positions.
- CoplanarPolygonGeometry(CoplanarPolygonGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.CoplanarPolygonGeometry
-
- CoplanarPolygonGeometryFromPositionsOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- CoplanarPolygonGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- CoplanarPolygonOutlineGeometry - Class in org.cesiumjs.cs.core.geometry
-
A description of the outline of a polygon composed of arbitrary coplanar positions.
- CoplanarPolygonOutlineGeometry(CoplanarPolygonOutlineGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.CoplanarPolygonOutlineGeometry
-
- CoplanarPolygonOutlineGeometryFromPositionsOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- CoplanarPolygonOutlineGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- CORAL() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FF7F50
- CornerType - Class in org.cesiumjs.cs.core.enums
-
Style options for corners.
- cornerType - Variable in class org.cesiumjs.cs.core.geometry.options.CorridorOutlineGeometryOptions
-
Determines the style of the corners.
- cornerType - Variable in class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
A CornerType Property specifying the style of the corners.
- cornerType - Variable in class org.cesiumjs.cs.datasources.graphics.options.CorridorGraphicsOptions
-
A CornerType Property specifying the style of the corners.
- cornerType - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineVolumeGraphicsOptions
-
A CornerType Property specifying the style of the corners.
- cornerType - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineVolumeGraphics
-
A CornerType Property specifying the style of the corners.
- CORNFLOWERBLUE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #6495ED
- CORNSILK() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FFF8DC
- corridor - Variable in class org.cesiumjs.cs.datasources.Entity
-
A corridor to associate with this entity.
- corridor - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
A corridor to associate with this entity.
- CorridorGeometry - Class in org.cesiumjs.cs.core.geometry
-
A description of a corridor.
- CorridorGeometry(CorridorGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.CorridorGeometry
-
A description of a corridor.
- CorridorGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- CorridorGeometryOptions() - Constructor for class org.cesiumjs.cs.core.geometry.options.CorridorGeometryOptions
-
- CorridorGraphics - Class in org.cesiumjs.cs.datasources.graphics
-
- CorridorGraphics() - Constructor for class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
Describes a corridor, which is a shape defined by a centerline and width that conforms to the curvature of the globe.
- CorridorGraphics(CorridorGraphicsOptions) - Constructor for class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
Describes a corridor, which is a shape defined by a centerline and width that conforms to the curvature of the globe.
- CorridorGraphicsOptions - Class in org.cesiumjs.cs.datasources.graphics.options
-
- CorridorGraphicsOptions() - Constructor for class org.cesiumjs.cs.datasources.graphics.options.CorridorGraphicsOptions
-
- CorridorOutlineGeometry - Class in org.cesiumjs.cs.core.geometry
-
A description of a corridor outline.
- CorridorOutlineGeometry(CorridorOutlineGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.CorridorOutlineGeometry
-
A description of a corridor.
- CorridorOutlineGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- CorridorOutlineGeometryOptions() - Constructor for class org.cesiumjs.cs.core.geometry.options.CorridorOutlineGeometryOptions
-
- CorridorPrimitive - Class in org.cesiumjs.cs.scene.interaction
-
- CorridorPrimitive(Scene, CorridorPrimitiveOptions) - Constructor for class org.cesiumjs.cs.scene.interaction.CorridorPrimitive
-
- CorridorPrimitiveOptions - Class in org.cesiumjs.cs.scene.interaction.options
-
- CorridorPrimitiveOptions() - Constructor for class org.cesiumjs.cs.scene.interaction.options.CorridorPrimitiveOptions
-
Default constructor
- CorridorPrimitiveOptions(DrawInteractionOptions) - Constructor for class org.cesiumjs.cs.scene.interaction.options.CorridorPrimitiveOptions
-
- cosh(double) - Static method in class org.cesiumjs.cs.core.Math
-
Returns the hyperbolic cosine of a number.
- count() - Method in class org.cesiumjs.cs.scene.interaction.MarkerGroup
-
- countrycode - Variable in class org.cesiumjs.cs.core.options.OpenCageGeocoderServiceOptions
-
Restricts the results to the specified country or countries (as defined by the ISO 3166-1 Alpha 2 standard).
- create(boolean) - Static method in class org.cesiumjs.cs.Cesium.CreateWorldTerrainOptions
-
- create(boolean, boolean) - Static method in class org.cesiumjs.cs.Cesium.CreateWorldTerrainOptions
-
- create(EntityCollection) - Static method in class org.cesiumjs.cs.Cesium.ExportKmlOptions
-
- create(Scene) - Static method in class org.cesiumjs.cs.collections.BillboardCollection
-
- create(String[]) - Static method in class org.cesiumjs.cs.collections.options.FromIso8601DateArrayOptions
-
- create(String) - Static method in class org.cesiumjs.cs.core.BingMapsGeocoderService
-
Provides geocoding through Bing Maps.
- create(String) - Static method in class org.cesiumjs.cs.core.Credit
-
Deprecated.
- create(Cartesian3[]) - Static method in class org.cesiumjs.cs.core.geometry.GroundPolylineGeometry
-
A description of a polyline on terrain.
- create(Cartesian3[]) - Static method in class org.cesiumjs.cs.core.geometry.options.CoplanarPolygonGeometryFromPositionsOptions
-
Create options instance
- create(PolygonHierarchy) - Static method in class org.cesiumjs.cs.core.geometry.options.CoplanarPolygonGeometryOptions
-
- create(Cartesian3[]) - Static method in class org.cesiumjs.cs.core.geometry.options.CoplanarPolygonOutlineGeometryFromPositionsOptions
-
- create(PolygonHierarchy) - Static method in class org.cesiumjs.cs.core.geometry.options.CoplanarPolygonOutlineGeometryOptions
-
- create(Cartesian3[]) - Static method in class org.cesiumjs.cs.core.geometry.options.GroundPolylineGeometryOptions
-
- create(VertexFormat) - Static method in class org.cesiumjs.cs.core.geometry.PlaneGeometry
-
- create(String) - Static method in class org.cesiumjs.cs.core.GoogleEarthEnterpriseMetadata
-
- create(String, Object) - Static method in class org.cesiumjs.cs.core.GoogleEarthEnterpriseMetadata
-
- create(ArrayBuffer) - Static method in class org.cesiumjs.cs.core.GoogleEarthEnterpriseTerrainData
-
- create(Scene) - Static method in class org.cesiumjs.cs.core.IonGeocoderService
-
- create(String) - Static method in class org.cesiumjs.cs.core.options.BingMapsGeocoderServiceOptions
-
- create(String) - Static method in class org.cesiumjs.cs.core.options.GoogleEarthEnterpriseMetadataOptions
-
- create(String, Object) - Static method in class org.cesiumjs.cs.core.options.GoogleEarthEnterpriseMetadataOptions
-
- create(ArrayBuffer) - Static method in class org.cesiumjs.cs.core.options.GoogleEarthEnterpriseTerrainDataOptions
-
- create(Scene) - Static method in class org.cesiumjs.cs.core.options.IonGeocoderServiceOptions
-
- create(String) - Static method in class org.cesiumjs.cs.core.options.ResourceHttpOptions
-
- create(String, JsObject) - Static method in class org.cesiumjs.cs.core.options.ResourceHttpOptions
-
- create(String, JsObject, String) - Static method in class org.cesiumjs.cs.core.options.ResourceHttpOptions
-
- create(String) - Static method in class org.cesiumjs.cs.core.options.ResourceOptions
-
- create(String) - Static method in class org.cesiumjs.cs.core.providers.GoogleEarthEnterpriseTerrainProvider
-
- create(GoogleEarthEnterpriseMetadata) - Static method in class org.cesiumjs.cs.core.providers.GoogleEarthEnterpriseTerrainProvider
-
- create(Resource) - Static method in class org.cesiumjs.cs.core.providers.options.ArcGISTiledElevationTerrainProviderOptions
-
- create(String) - Static method in class org.cesiumjs.cs.core.providers.options.ArcGISTiledElevationTerrainProviderOptions
-
- create(Promise<Resource, Void>) - Static method in class org.cesiumjs.cs.core.providers.options.ArcGISTiledElevationTerrainProviderOptions
-
- create(String) - Static method in class org.cesiumjs.cs.core.providers.options.GoogleEarthEnterpriseTerrainProviderOptions
-
- create(GoogleEarthEnterpriseMetadata) - Static method in class org.cesiumjs.cs.core.providers.options.GoogleEarthEnterpriseTerrainProviderOptions
-
- create(String, GoogleEarthEnterpriseMetadata) - Static method in class org.cesiumjs.cs.core.providers.options.GoogleEarthEnterpriseTerrainProviderOptions
-
- create(JulianDate, JulianDate) - Static method in class org.cesiumjs.cs.core.TimeInterval
-
- create(Camera, CanvasElement) - Static method in class org.cesiumjs.cs.datasources.options.KmlDataSourceLoadStaticOptions
-
- create(Camera, CanvasElement, Ellipsoid) - Static method in class org.cesiumjs.cs.datasources.options.KmlDataSourceLoadStaticOptions
-
- create(Camera, CanvasElement) - Static method in class org.cesiumjs.cs.datasources.options.KmlDataSourceOptions
-
- create(Camera, CanvasElement, Ellipsoid) - Static method in class org.cesiumjs.cs.datasources.options.KmlDataSourceOptions
-
- create(Color, double) - Static method in class org.cesiumjs.cs.datasources.properties.PolylineGlowMaterialProperty
-
Simple method for create PolylineGlowMaterialProperty by color and glowPower.
- create() - Static method in class org.cesiumjs.cs.js.JsObject
-
- create(Material) - Static method in class org.cesiumjs.cs.scene.apperances.EllipsoidSurfaceAppearance
-
- create(boolean) - Static method in class org.cesiumjs.cs.scene.apperances.EllipsoidSurfaceAppearance
-
- create(boolean) - Static method in class org.cesiumjs.cs.scene.apperances.PerInstanceColorAppearance
-
- create(String) - Static method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
- create(Resource) - Static method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
- create(Promise<?, ?>) - Static method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
- create(String) - Static method in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
- create(Resource) - Static method in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
- create(Promise<?, ?>) - Static method in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
- create(PostProcessStage[]) - Static method in class org.cesiumjs.cs.scene.options.PostProcessStageCompositeOptions
-
- create(String) - Static method in class org.cesiumjs.cs.scene.options.PostProcessStageOptions
-
- create(Clock, TimeIntervalCollection) - Static method in class org.cesiumjs.cs.scene.options.TimeDynamicPointCloudOptions
-
Create options instance
- create(double, double, double) - Static method in class org.cesiumjs.cs.scene.particle.ParticleBurst
-
- create(String) - Static method in class org.cesiumjs.cs.scene.PostProcessStage
-
- create(String) - Static method in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
- create(String) - Static method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
- create(GoogleEarthEnterpriseMetadata) - Static method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
- create(String) - Static method in class org.cesiumjs.cs.scene.providers.options.GoogleEarthEnterpriseImageryProviderOptions
-
- create(GoogleEarthEnterpriseMetadata) - Static method in class org.cesiumjs.cs.scene.providers.options.GoogleEarthEnterpriseImageryProviderOptions
-
- create(String, GoogleEarthEnterpriseMetadata) - Static method in class org.cesiumjs.cs.scene.providers.options.GoogleEarthEnterpriseImageryProviderOptions
-
- create(int) - Static method in class org.cesiumjs.cs.scene.providers.options.IonImageryProviderOptions
-
- create(Element, Scene) - Static method in class org.cesiumjs.cs.widgets.Geocoder
-
Fast create instance of
Geocoder
by mandatory params.
- create(String, Scene) - Static method in class org.cesiumjs.cs.widgets.Geocoder
-
Fast create instance of
Geocoder
by mandatory params.
- create(Scene) - Static method in class org.cesiumjs.cs.widgets.GeocoderViewModel
-
- create(Globe) - Static method in class org.cesiumjs.cs.widgets.options.BaseLayerPickerViewModelOptions
-
- create(String, Scene) - Static method in class org.cesiumjs.cs.widgets.options.GeocoderOptions
-
- create(Element, Scene) - Static method in class org.cesiumjs.cs.widgets.options.GeocoderOptions
-
- create(Scene) - Static method in class org.cesiumjs.cs.widgets.options.GeocoderViewModelOptions
-
- create(String) - Static method in class org.cesiumjs.cs.widgets.options.NavigationHelpButtonOptions
-
- create(Element) - Static method in class org.cesiumjs.cs.widgets.options.NavigationHelpButtonOptions
-
- create(String, boolean) - Static method in class org.cesiumjs.cs.widgets.options.NavigationHelpButtonOptions
-
- create(Element, boolean) - Static method in class org.cesiumjs.cs.widgets.options.NavigationHelpButtonOptions
-
- createArrayBufferView(double, ArrayBuffer) - Static method in class org.cesiumjs.cs.core.ComponentDatatype
-
Creates a typed view of an array of bytes.
- createArrayBufferView(double, ArrayBuffer, int, int) - Static method in class org.cesiumjs.cs.core.ComponentDatatype
-
Creates a typed view of an array of bytes.
- createAttributeLocations(Geometry) - Static method in class org.cesiumjs.cs.core.geometry.GeometryPipeline
-
Creates an object that maps attribute names to unique locations (indices) for matching vertex attributes and shader programs.
- createBillboard(DrawInteractionOptions) - Static method in class org.cesiumjs.cs.scene.interaction.MarkerGroup
-
- createBillboard(Cartesian3) - Method in class org.cesiumjs.cs.scene.interaction.MarkerGroup
-
- createBlackAndWhiteStage() - Static method in class org.cesiumjs.cs.scene.PostProcessStageLibrary
-
Creates a post-process stage that renders the input texture with black and white gradations.
- createBlurStage() - Static method in class org.cesiumjs.cs.scene.PostProcessStageLibrary
-
Creates a post-process stage that applies a Gaussian blur to the input texture.
- createBrightnessStage() - Static method in class org.cesiumjs.cs.scene.PostProcessStageLibrary
-
Creates a post-process stage that saturates the input texture.
- createCommand(Cesium.Function) - Static method in class org.cesiumjs.cs.Cesium
-
Create a Command from a given function, for use with ViewModels.
- createCommand(Cesium.Function, boolean) - Static method in class org.cesiumjs.cs.Cesium
-
Create a Command from a given function, for use with ViewModels.
- createDepthOfFieldStage() - Static method in class org.cesiumjs.cs.scene.PostProcessStageLibrary
-
Creates a post-process stage that applies a depth of field effect.
- createDynamicUpdater(PrimitiveCollection) - Method in class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
- createFillGeometryInstance(JulianDate) - Method in class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
Creates the geometry instance which represents the fill of the geometry.
- createFunctionCommand - Variable in class org.cesiumjs.cs.widgets.options.ProviderViewModelOptions
-
A function or Command that creates one or more providers which will be added to the globe when this item is selected.
- createGeometry(BoxGeometry) - Static method in class org.cesiumjs.cs.core.geometry.BoxGeometry
-
Computes the geometric representation of a box, including its vertices, indices, and a bounding sphere.
- createGeometry(BoxOutlineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.BoxOutlineGeometry
-
Computes the geometric representation of an outline of a box, including its vertices, indices, and a bounding sphere.
- createGeometry(CircleGeometry) - Static method in class org.cesiumjs.cs.core.geometry.CircleGeometry
-
Computes the geometric representation of a circle on an ellipsoid, including its vertices, indices, and a bounding sphere.
- createGeometry(CircleOutlineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.CircleOutlineGeometry
-
Computes the geometric representation of a circle on an ellipsoid, including its vertices, indices, and a bounding sphere.
- createGeometry(CoplanarPolygonGeometry) - Static method in class org.cesiumjs.cs.core.geometry.CoplanarPolygonGeometry
-
Computes the geometric representation of an arbitrary coplanar polygon, including its vertices, indices, and a bounding sphere.
- createGeometry(CoplanarPolygonOutlineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.CoplanarPolygonOutlineGeometry
-
Computes the geometric representation of an arbitrary coplanar polygon, including its vertices,
indices, and a bounding sphere.
- createGeometry(CorridorGeometry) - Static method in class org.cesiumjs.cs.core.geometry.CorridorGeometry
-
Computes the geometric representation of a corridor, including its vertices, indices, and a bounding sphere.
- createGeometry(CorridorOutlineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.CorridorOutlineGeometry
-
Computes the geometric representation of a corridor, including its vertices, indices, and a bounding sphere.
- createGeometry(EllipseGeometry) - Static method in class org.cesiumjs.cs.core.geometry.EllipseGeometry
-
Computes the geometric representation of a ellipse on an ellipsoid, including its vertices, indices, and a bounding sphere.
- createGeometry(EllipseOutlineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.EllipseOutlineGeometry
-
Computes the geometric representation of a ellipse on an ellipsoid, including its vertices, indices, and a bounding sphere.
- createGeometry(EllipsoidGeometry) - Static method in class org.cesiumjs.cs.core.geometry.EllipsoidGeometry
-
Computes the geometric representation of an ellipsoid, including its vertices, indices, and a bounding sphere.
- createGeometry(EllipsoidOutlineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.EllipsoidOutlineGeometry
-
Computes the geometric representation of an ellipsoid, including its vertices, indices, and a bounding sphere.
- createGeometry(FrustumGeometry) - Static method in class org.cesiumjs.cs.core.geometry.FrustumGeometry
-
Computes the geometric representation of a frustum, including its vertices, indices, and a bounding sphere.
- createGeometry(FrustumOutlineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.FrustumOutlineGeometry
-
Computes the geometric representation of a frustum, including its vertices, indices, and a bounding sphere.
- createGeometry(PolygonGeometry) - Static method in class org.cesiumjs.cs.core.geometry.PolygonGeometry
-
Computes the geometric representation of a polygon, including its vertices, indices, and a bounding sphere.
- createGeometry(PolygonOutlineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.PolygonOutlineGeometry
-
Computes the geometric representation of a polygon outline, including its vertices, indices, and a bounding sphere.
- createGeometry(PolylineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.PolylineGeometry
-
Computes the geometric representation of a polyline, including its vertices, indices, and a bounding sphere.
- createGeometry(RectangleGeometry) - Static method in class org.cesiumjs.cs.core.geometry.RectangleGeometry
-
Computes the geometric representation of an rectangle, including its vertices, indices, and a bounding sphere.
- createGeometry(RectangleOutlineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.RectangleOutlineGeometry
-
Computes the geometric representation of an outline of a rectangle, including its vertices, indices, and a bounding sphere.
- createGeometry(SimplePolylineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.SimplePolylineGeometry
-
Computes the geometric representation of a simple polyline, including its vertices, indices, and a bounding sphere.
- createGeometry(WallGeometry) - Static method in class org.cesiumjs.cs.core.geometry.WallGeometry
-
Computes the geometric representation of a wall, including its vertices, indices, and a bounding sphere.
- createGeometry(WallOutlineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.WallOutlineGeometry
-
Computes the geometric representation of a wall, including its vertices, indices, and a bounding sphere.
- createLensFlareStage() - Static method in class org.cesiumjs.cs.scene.PostProcessStageLibrary
-
Creates a post-process stage that applies an effect simulating light flaring a camera lens.
- createLineSegmentsForVectors(Geometry) - Static method in class org.cesiumjs.cs.core.geometry.GeometryPipeline
-
Creates a new Geometry with LINES representing the provided attribute (attributeName) for the provided geometry.
- createLineSegmentsForVectors(Geometry, String) - Static method in class org.cesiumjs.cs.core.geometry.GeometryPipeline
-
Creates a new Geometry with LINES representing the provided attribute (attributeName) for the provided geometry.
- createLineSegmentsForVectors(Geometry, String, double) - Static method in class org.cesiumjs.cs.core.geometry.GeometryPipeline
-
Creates a new Geometry with LINES representing the provided attribute (attributeName) for the provided geometry.
- createNightVisionStage() - Static method in class org.cesiumjs.cs.scene.PostProcessStageLibrary
-
Creates a post-process stage that adds a night vision effect to the input texture.
- createOpenStreetMapImageryProvider() - Static method in class org.cesiumjs.cs.Cesium
-
Creates a UrlTemplateImageryProvider instance that provides tiled imagery hosted by OpenStreetMap or
another provider of Slippy tiles.
- createOpenStreetMapImageryProvider(OpenStreetMapImageryProviderOptions) - Static method in class org.cesiumjs.cs.Cesium
-
Creates a UrlTemplateImageryProvider instance that provides tiled imagery hosted by OpenStreetMap or
another provider of Slippy tiles.
- createOpenStreetMapImageryProvider(String) - Static method in class org.cesiumjs.cs.Cesium
-
- createOutlineGeometryInstance(JulianDate) - Method in class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
Creates the geometry instance which represents the outline of the geometry.
- createPoint(DrawInteractionOptions) - Static method in class org.cesiumjs.cs.scene.interaction.MarkerGroup
-
- createPoint(Cartesian3) - Method in class org.cesiumjs.cs.scene.interaction.MarkerGroup
-
- createPrimitive - Variable in class org.cesiumjs.cs.scene.interaction.AbstractPrimitive
-
Flag for we ned create primitive
- createSilhouetteStage() - Static method in class org.cesiumjs.cs.scene.PostProcessStageLibrary
-
Creates a post-process stage that applies a silhouette effect.
- createTileMapServiceImageryProvider() - Static method in class org.cesiumjs.cs.Cesium
-
Creates a UrlTemplateImageryProvider instance that provides tiled imagery as generated by GDDAL2Tiles etc.
- createTileMapServiceImageryProvider(TileMapServiceImageryProviderOptions) - Static method in class org.cesiumjs.cs.Cesium
-
Creates a UrlTemplateImageryProvider instance that provides tiled imagery as generated by GDDAL2Tiles etc.
- createTileMapServiceImageryProvider(String) - Static method in class org.cesiumjs.cs.Cesium
-
- createTypedArray(double, ArrayBuffer) - Static method in class org.cesiumjs.cs.core.ComponentDatatype
-
Creates a typed array corresponding to component data type.
- createTypedArray(double, int) - Static method in class org.cesiumjs.cs.core.ComponentDatatype
-
Creates a typed array corresponding to component data type.
- createWorldTerrain() - Static method in class org.cesiumjs.cs.Cesium
-
- createWorldTerrain(Cesium.CreateWorldTerrainOptions) - Static method in class org.cesiumjs.cs.Cesium
-
- CreateWorldTerrainOptions() - Constructor for class org.cesiumjs.cs.Cesium.CreateWorldTerrainOptions
-
- creationCommand() - Method in class org.cesiumjs.cs.widgets.ProviderViewModel
-
Gets the Command that creates one or more providers which will be added to the globe when this item is selected.
- Credit - Class in org.cesiumjs.cs.core
-
A credit contains data pertaining to how to display attributions/credits for certain content on the screen.
- Credit() - Constructor for class org.cesiumjs.cs.core.Credit
-
Deprecated.
- Credit(CreditOptions) - Constructor for class org.cesiumjs.cs.core.Credit
-
Deprecated.
- Credit(String) - Constructor for class org.cesiumjs.cs.core.Credit
-
A credit contains data pertaining to how to display attributions/credits for certain content on the screen.
- Credit(String, boolean) - Constructor for class org.cesiumjs.cs.core.Credit
-
A credit contains data pertaining to how to display attributions/credits for certain content on the screen.
- credit - Variable in class org.cesiumjs.cs.core.providers.CesiumTerrainProvider
-
Gets the credit to display when this terrain provider is active.
- credit - Variable in class org.cesiumjs.cs.core.providers.EllipsoidTerrainProvider
-
Gets the credit to display when this terrain provider is active.
- credit - Variable in class org.cesiumjs.cs.core.providers.GeoserverTerrainProvider
-
Gets the credit to display when this terrain provider is active.
- credit - Variable in class org.cesiumjs.cs.core.providers.options.ArcGisImageServerTerrainProviderOptions
-
The credit, which will is displayed on the canvas.
- credit - Variable in class org.cesiumjs.cs.core.providers.options.CesiumTerrainProviderOptions
-
A credit for the data source, which is displayed on the canvas.
- credit - Variable in class org.cesiumjs.cs.core.providers.options.GoogleEarthEnterpriseTerrainProviderOptions
-
A credit for the data source, which is displayed on the canvas.
- credit - Variable in class org.cesiumjs.cs.core.providers.options.VRTheWorldTerrainProviderOptions
-
A credit for the data source, which is displayed on the canvas.
- credit - Variable in class org.cesiumjs.cs.core.providers.VRTheWorldTerrainProvider
-
Gets the credit to display when this terrain provider is active.
- credit() - Method in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
Gets the credit to display when this imagery provider is active.
- credit() - Method in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
Gets the credit to display when this imagery provider is active.
- credit() - Method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
Gets the credit to display when this imagery provider is active.
- credit() - Method in class org.cesiumjs.cs.scene.providers.GridImageryProvider
-
Gets the credit to display when this imagery provider is active.
- credit() - Method in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
Gets the credit to display when this imagery provider is active.
- credit() - Method in class org.cesiumjs.cs.scene.providers.MapboxImageryProvider
-
Gets the credit to display when this imagery provider is active.
- credit - Variable in class org.cesiumjs.cs.scene.providers.options.GoogleEarthEnterpriseImageryProviderOptions
-
A credit for the data source, which is displayed on the canvas.
- credit - Variable in class org.cesiumjs.cs.scene.providers.options.MapboxImageryProviderOptions
-
A credit for the data source, which is displayed on the canvas.
- credit - Variable in class org.cesiumjs.cs.scene.providers.options.OpenStreetMapImageryProviderOptions
-
A credit for the data source, which is displayed on the canvas.
- credit - Variable in class org.cesiumjs.cs.scene.providers.options.SingleTileImageryProviderOptions
-
A credit for the data source, which is displayed on the canvas.
- credit - Variable in class org.cesiumjs.cs.scene.providers.options.TileMapServiceImageryProviderOptions
-
A credit for the data source, which is displayed on the canvas.
- credit - Variable in class org.cesiumjs.cs.scene.providers.options.UrlTemplateImageryProviderOptions
-
A credit for the data source, which is displayed on the canvas.
- credit - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapServiceImageryProviderOptions
-
A credit for the data source, which is displayed on the canvas.
- credit - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapTileServiceImageryProviderOptions
-
A credit for the data source, which is displayed on the canvas.
- credit() - Method in class org.cesiumjs.cs.scene.providers.SingleTileImageryProvider
-
Gets the credit to display when this imagery provider is active.
- credit() - Method in class org.cesiumjs.cs.scene.providers.TileCoordinatesImageryProvider
-
Gets the credit to display when this imagery provider is active.
- credit() - Method in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
Gets the credit to display when this imagery provider is active.
- credit() - Method in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
Gets the credit to display when this imagery provider is active.
- credit() - Method in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Gets the credit to display when this imagery provider is active.
- creditContainer - Variable in class org.cesiumjs.cs.scene.options.SceneOptions
-
The HTML element in which the credits will be displayed.
- creditContainer - Variable in class org.cesiumjs.cs.widgets.CesiumWidget
-
Gets the credit container.
- creditContainer - Variable in class org.cesiumjs.cs.widgets.options.CesiumWidgetOptions
-
The DOM element or ID that will contain the CreditDisplay.
- creditContainer - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
The DOM element or ID that will contain the CreditDisplay.
- CreditDisplay - Class in org.cesiumjs.cs.scene
-
The credit display is responsible for displaying credits on screen.
- CreditDisplay() - Constructor for class org.cesiumjs.cs.scene.CreditDisplay
-
- CreditDisplay(Element) - Constructor for class org.cesiumjs.cs.scene.CreditDisplay
-
The credit display is responsible for displaying credits on screen.
- CreditDisplay(Element, String) - Constructor for class org.cesiumjs.cs.scene.CreditDisplay
-
The credit display is responsible for displaying credits on screen.
- CreditDisplay(Element, String, Element) - Constructor for class org.cesiumjs.cs.scene.CreditDisplay
-
The credit display is responsible for displaying credits on screen.
- CreditOptions - Class in org.cesiumjs.cs.core.options
-
- CreditOptions() - Constructor for class org.cesiumjs.cs.core.options.CreditOptions
-
- credits - Variable in class org.cesiumjs.cs.core.IonResource
-
Gets the credits required for attribution of the asset.
- creditStr - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapServiceImageryProviderOptions
-
A credit for the data source, which is displayed on the canvas.
- CRIMSON() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #DC143C
- cross(Cartesian3, Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Computes the cross (outer) product of two Cartesians.
- crossOrigin - Variable in class org.cesiumjs.cs.js.JsImage
-
- crs - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapServiceImageryProviderOptions
-
CRS specification, for use with WMS specification >= 1.3.0.
- crsLinkHrefs - Static variable in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Gets an object that maps the href property of a crs link to a callback function which takes the crs properties
object and returns a Promise that resolves to a function that takes a GeoJSON coordinate and transforms it into a
WGS84 Earth-fixed Cartesian.
- crsLinkTypes - Static variable in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Gets an object that maps the type property of a crs link to a callback function which takes the crs properties
object and returns a Promise that resolves to a function that takes a GeoJSON coordinate and transforms it into a
WGS84 Earth-fixed Cartesian.
- crsNames - Static variable in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Gets an object that maps the name of a crs to a callback function which takes a GeoJSON coordinate and transforms
it into a WGS84 Earth-fixed Cartesian.
- CTRL() - Static method in class org.cesiumjs.cs.core.enums.KeyboardEventModifier
-
Represents the control key being held down.
- CUBIC_IN() - Static method in class org.cesiumjs.cs.core.EasingFunction
-
Cubic in.
- CUBIC_IN_OUT() - Static method in class org.cesiumjs.cs.core.EasingFunction
-
Cubic in then out.
- CUBIC_OUT() - Static method in class org.cesiumjs.cs.core.EasingFunction
-
Cubic out.
- cull - Variable in class org.cesiumjs.cs.scene.ClassificationPrimitive
-
When true, the renderer frustum culls and horizon culls the primitive's commands based on their bounding volume.
- cull - Variable in class org.cesiumjs.cs.scene.options.ClassificationPrimitiveOptions
-
When true, the renderer frustum culls and horizon culls the primitive's commands based on their bounding volume.
- cull - Variable in class org.cesiumjs.cs.scene.options.PrimitiveOptions
-
When true, the renderer frustum culls and horizon culls the primitive's commands based on their bounding volume.
- cull - Variable in class org.cesiumjs.cs.scene.Primitive
-
When true, the renderer frustum culls and horizon culls the primitive's commands based on their bounding volume.
- CullingVolume - Class in org.cesiumjs.cs.core
-
The culling volume defined by planes.
- CullingVolume() - Constructor for class org.cesiumjs.cs.core.CullingVolume
-
The culling volume defined by planes.
- CullingVolume(Cartesian4[]) - Constructor for class org.cesiumjs.cs.core.CullingVolume
-
The culling volume defined by planes.
- cullRequestsWhileMoving - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Don't request tiles that will likely be unused when they come back because of the camera's movement.
- cullRequestsWhileMoving - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Don't request tiles that will likely be unused when they come back because of the camera's movement.
- cullRequestsWhileMovingMultiplier - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Multiplier used in culling requests while moving.
- cullRequestsWhileMovingMultiplier - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Multiplier used in culling requests while moving.
- cullWithChildrenBounds - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Optimization option.
- culture() - Method in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
The culture to use when requesting Bing Maps imagery.
- culture - Variable in class org.cesiumjs.cs.scene.providers.options.BingMapsImageryProviderOptions
-
The culture to use when requesting Bing Maps imagery.
- currentTime - Variable in class org.cesiumjs.cs.core.Clock
-
The current time.
- currentTime - Variable in class org.cesiumjs.cs.core.options.ClockOptions
-
The current time.
- currentTime - Variable in class org.cesiumjs.cs.datasources.DataSourceClock
-
Gets or sets the desired current time when this data source is loaded.
- currentTime - Variable in class org.cesiumjs.cs.widgets.ClockViewModel
-
Gets or sets the current time.
- CustomDataSource - Class in org.cesiumjs.cs.datasources
-
- CustomDataSource() - Constructor for class org.cesiumjs.cs.datasources.CustomDataSource
-
A
DataSource
implementation which can be used to manually manage a group of entities.
- CustomDataSource(String) - Constructor for class org.cesiumjs.cs.datasources.CustomDataSource
-
A
DataSource
implementation which can be used to manually manage a group of entities.
- customTags - Variable in class org.cesiumjs.cs.scene.providers.options.UrlTemplateImageryProviderOptions
-
Allow to replace custom keywords in the URL template.
- cutoutRectangle - Variable in class org.cesiumjs.cs.scene.ImageryLayer
-
Rectangle cutout in this layer of imagery.
- cutoutRectangle - Variable in class org.cesiumjs.cs.scene.options.ImageryLayerOptions
-
Cartographic rectangle for cutting out a portion of this ImageryLayer.
- CYAN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #00FFFF
- cylinder - Variable in class org.cesiumjs.cs.datasources.Entity
-
A cylinder to associate with this entity.
- cylinder - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
A cylinder to associate with this entity.
- CylinderGraphics - Class in org.cesiumjs.cs.datasources.graphics
-
- CylinderGraphics() - Constructor for class org.cesiumjs.cs.datasources.graphics.CylinderGraphics
-
Describes a cylinder, truncated cone, or cone defined by a length, top radius, and bottom radius.
- CylinderGraphics(CylinderGraphicsOptions) - Constructor for class org.cesiumjs.cs.datasources.graphics.CylinderGraphics
-
Describes a cylinder, truncated cone, or cone defined by a length, top radius, and bottom radius.
- CylinderGraphicsOptions - Class in org.cesiumjs.cs.datasources.graphics.options
-
- CylinderGraphicsOptions() - Constructor for class org.cesiumjs.cs.datasources.graphics.options.CylinderGraphicsOptions
-
- CzmlDataSource - Class in org.cesiumjs.cs.datasources
-
- CzmlDataSource() - Constructor for class org.cesiumjs.cs.datasources.CzmlDataSource
-
- CzmlDataSource(String) - Constructor for class org.cesiumjs.cs.datasources.CzmlDataSource
-
- CzmlDataSourceOptions - Class in org.cesiumjs.cs.datasources.options
-
- DARKBLUE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #00008B
- DARKCYAN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #008B8B
- darken(double, Color) - Method in class org.cesiumjs.cs.core.Color
-
Darkens this color by the provided magnitude.
- DARKGOLDENROD() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #B8860B
- DARKGRAY() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #A9A9A9
- DARKGREEN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #006400
- DARKGREY() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #A9A9A9
- DARKKHAKI() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #BDB76B
- DARKMAGENTA() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #8B008B
- darkness - Variable in class org.cesiumjs.cs.scene.options.ShadowMapOptions
-
The shadow darkness.
- darkness - Variable in class org.cesiumjs.cs.scene.ShadowMap
-
The shadow darkness.
- DARKOLIVEGREEN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #556B2F
- DARKORANGE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FF8C00
- DARKORCHID() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #9932CC
- DARKRED() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #8B0000
- DARKSALMON() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #E9967A
- DARKSEAGREEN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #8FBC8F
- DARKSLATEBLUE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #483D8B
- DARKSLATEGRAY() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #2F4F4F
- DARKSLATEGREY() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #2F4F4F
- DARKTURQUOISE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #00CED1
- DARKVIOLET() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #9400D3
- dashLength - Variable in class org.cesiumjs.cs.datasources.properties.options.PolylineDashMaterialPropertyOptions
-
A numeric Property specifying the length of the dash pattern in pixels
Dedault: 16.0;
- dashLength - Variable in class org.cesiumjs.cs.datasources.properties.PolylineDashMaterialProperty
-
Gets or sets the numeric Property specifying the length of a dash cycle
- dashPattern - Variable in class org.cesiumjs.cs.datasources.properties.options.PolylineDashMaterialPropertyOptions
-
A numeric Property specifying a 16 bit pattern for the dash
Default: 255.0
- dashPattern - Variable in class org.cesiumjs.cs.datasources.properties.PolylineDashMaterialProperty
-
Gets or sets the numeric Property specifying a dash pattern
- data - Variable in class org.cesiumjs.cs.core.options.TimeIntervalIso8601Options
-
Arbitrary data associated with this interval.
- data - Variable in class org.cesiumjs.cs.core.options.TimeIntervalOptions
-
Arbitrary data associated with this interval.
- data - Variable in class org.cesiumjs.cs.core.TimeInterval
-
Gets or sets the data associated with this interval.
- data - Variable in class org.cesiumjs.cs.scene.ImageryLayerFeatureInfo
-
Gets or sets the raw data describing the feature.
- dataCallback - Variable in class org.cesiumjs.cs.collections.options.FromIso8601OptionsAbstract
-
A function that will be return the data that is called with each interval before it is added to the collection.
- DataSource - Interface in org.cesiumjs.cs.datasources
-
- dataSourceAdded() - Method in class org.cesiumjs.cs.collections.DataSourceCollection
-
An event that is raised when a data source is added to the collection.
- DataSourceClock - Class in org.cesiumjs.cs.datasources
-
- DataSourceClock() - Constructor for class org.cesiumjs.cs.datasources.DataSourceClock
-
Represents desired clock settings for a particular DataSource.
- DataSourceCollection<T extends DataSource> - Class in org.cesiumjs.cs.collections
-
- DataSourceCollection() - Constructor for class org.cesiumjs.cs.collections.DataSourceCollection
-
- dataSourceCollection - Variable in class org.cesiumjs.cs.datasources.options.DataSourceDisplayOptions
-
The data sources to display.
- DataSourceDisplay - Class in org.cesiumjs.cs.datasources
-
- DataSourceDisplay(DataSourceDisplayOptions) - Constructor for class org.cesiumjs.cs.datasources.DataSourceDisplay
-
Visualizes a collection of DataSource instances.
- dataSourceDisplay() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the display used for DataSource visualization.
- DataSourceDisplay.VisualizersCallback - Interface in org.cesiumjs.cs.datasources
-
- DataSourceDisplayOptions - Class in org.cesiumjs.cs.datasources.options
-
- DataSourceDisplayOptions() - Constructor for class org.cesiumjs.cs.datasources.options.DataSourceDisplayOptions
-
- dataSourceRemoved() - Method in class org.cesiumjs.cs.collections.DataSourceCollection
-
An event that is raised when a data source is removed from the collection.
- dataSources - Variable in class org.cesiumjs.cs.datasources.DataSourceDisplay
-
Gets the collection of data sources to display.
- dataSources - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
The collection of data sources visualized by the widget.
- dataSources() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the set of DataSource instances to be visualized.
- dateFormatter - Variable in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Gets or sets the function which formats a date for display.
- dateLabel - Variable in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Gets the string representation of the current date.
- day - Variable in class org.cesiumjs.cs.core.GregorianDate
-
Gets or sets the day of the month as a whole number starting at 1.
- dayNumber - Variable in class org.cesiumjs.cs.core.JulianDate
-
Gets or sets the list of leap seconds used throughout Cesium.
- daysDifference(JulianDate, JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Computes the difference in days between the provided instance.
- DebugAppearance - Class in org.cesiumjs.cs.scene.apperances
-
- DebugAppearance() - Constructor for class org.cesiumjs.cs.scene.apperances.DebugAppearance
-
Visualizes a vertex attribute by displaying it as a color for debugging.
- DebugAppearance(DebugAppearanceOptions) - Constructor for class org.cesiumjs.cs.scene.apperances.DebugAppearance
-
Visualizes a vertex attribute by displaying it as a color for debugging.
- DebugAppearanceOptions - Class in org.cesiumjs.cs.scene.apperances.options
-
- DebugAppearanceOptions() - Constructor for class org.cesiumjs.cs.scene.apperances.options.DebugAppearanceOptions
-
- debugColorizeTiles - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
For debugging only.
- debugColorizeTiles - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
For debugging only.
- debugCommandFilter - Variable in class org.cesiumjs.cs.scene.Scene
-
This property is for debugging only; it is not for production use.
- debugFreezeFrame - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
For debugging only.
- debugFreezeFrame - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
For debugging only.
- debugFrustumStatistics() - Method in class org.cesiumjs.cs.scene.Scene
-
This property is for debugging only; it is not for production use.
- DebugModelMatrixPrimitive - Class in org.cesiumjs.cs.scene
-
- DebugModelMatrixPrimitive() - Constructor for class org.cesiumjs.cs.scene.DebugModelMatrixPrimitive
-
- DebugModelMatrixPrimitive(DebugModelMatrixPrimitiveOptions) - Constructor for class org.cesiumjs.cs.scene.DebugModelMatrixPrimitive
-
- DebugModelMatrixPrimitiveOptions - Class in org.cesiumjs.cs.scene.options
-
- DebugModelMatrixPrimitiveOptions() - Constructor for class org.cesiumjs.cs.scene.options.DebugModelMatrixPrimitiveOptions
-
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.collections.BillboardCollection
-
This property is for debugging only; it is not for production use nor is it optimized.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.collections.LabelCollection
-
This property is for debugging only; it is not for production use nor is it optimized.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.collections.options.BillboardCollectionOptions
-
For debugging only.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.collections.options.LabelCollectionOptions
-
For debugging only.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.collections.options.PointPrimitiveCollectionOptions
-
For debugging only.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.collections.options.PolylineCollectionOptions
-
For debugging only.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.collections.PointPrimitiveCollection
-
This property is for debugging only; it is not for production use nor is it optimized.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.collections.PolylineCollection
-
This property is for debugging only; it is not for production use nor is it optimized.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
For debugging only.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.scene.ClassificationPrimitive
-
This property is for debugging only; it is not for production use nor is it optimized.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
This property is for debugging only; it is not for production use nor is it optimized.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.scene.GroundPrimitive
-
This property is for debugging only; it is not for production use nor is it optimized.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.scene.Model
-
This property is for debugging only; it is not for production use nor is it optimized.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
For debugging only.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.scene.options.ClassificationPrimitiveOptions
-
For debugging only.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.scene.options.FromGltfOptions
-
For debugging only.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.scene.options.GroundPolylinePrimitiveOptions
-
For debugging only.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.scene.options.GroundPrimitiveOptions
-
For debugging only.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
For debugging only.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.scene.options.PrimitiveOptions
-
For debugging only.
- debugShowBoundingVolume - Variable in class org.cesiumjs.cs.scene.Primitive
-
This property is for debugging only; it is not for production use nor is it optimized.
- debugShowCommands - Variable in class org.cesiumjs.cs.scene.Scene
-
This property is for debugging only; it is not for production use.
- debugShowContentBoundingVolume - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
For debugging only.
- debugShowContentBoundingVolume - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
For debugging only.
- debugShowDepthFrustum - Variable in class org.cesiumjs.cs.scene.Scene
-
This property is for debugging only; it is not for production use.
- debugShowFramesPerSecond - Variable in class org.cesiumjs.cs.scene.Scene
-
This property is for debugging only; it is not for production use.
- debugShowFrustums - Variable in class org.cesiumjs.cs.scene.Scene
-
This property is for debugging only; it is not for production use.
- debugShowGeometricError - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
For debugging only.
- debugShowGeometricError - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
For debugging only.
- debugShowGlobeDepth - Variable in class org.cesiumjs.cs.scene.Scene
-
This property is for debugging only; it is not for production use.
- debugShowMemoryUsage - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
For debugging only.
- debugShowMemoryUsage - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
For debugging only.
- debugShowRenderingStatistics - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
For debugging only.
- debugShowRenderingStatistics - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
For debugging only.
- debugShowShadowVolume() - Method in class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
This property is for debugging only; it is not for production use nor is it optimized.
- debugShowShadowVolume - Variable in class org.cesiumjs.cs.scene.GroundPrimitive
-
This property is for debugging only; it is not for production use nor is it optimized.
- debugShowShadowVolume - Variable in class org.cesiumjs.cs.scene.options.GroundPolylinePrimitiveOptions
-
For debugging only.
- debugShowShadowVolume - Variable in class org.cesiumjs.cs.scene.options.GroundPrimitiveOptions
-
For debugging only.
- debugShowViewerRequestVolume - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
For debugging only.
- debugShowViewerRequestVolume - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
For debugging only.
- debugWireframe - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
For debugging only.
- debugWireframe - Variable in class org.cesiumjs.cs.scene.Model
-
This property is for debugging only; it is not for production use nor is it optimized.
- debugWireframe - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
For debugging only.
- debugWireframe - Variable in class org.cesiumjs.cs.scene.options.FromGltfOptions
-
For debugging only.
- debugWireframe - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
For debugging only.
- DEEPPINK() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FF1493
- DEEPSKYBLUE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #00BFFF
- DEFAULT() - Static method in class org.cesiumjs.cs.core.Resource
-
A resource instance initialized to the current browser location.
- DEFAULT() - Static method in class org.cesiumjs.cs.core.VertexFormat
-
An immutable vertex format with position, normal, and st attributes.
- DEFAULT_BRIGHTNESS - Static variable in class org.cesiumjs.cs.scene.ImageryLayer
-
This value is used as the default brightness for the imagery layer if one is not provided during construction
or by the imagery provider.
- DEFAULT_CONTRAST - Static variable in class org.cesiumjs.cs.scene.ImageryLayer
-
This value is used as the default contrast for the imagery layer if one is not provided during construction
or by the imagery provider.
- DEFAULT_GAMMA - Static variable in class org.cesiumjs.cs.scene.ImageryLayer
-
This value is used as the default gamma for the imagery layer if one is not provided during construction
or by the imagery provider.
- DEFAULT_HUE - Static variable in class org.cesiumjs.cs.scene.ImageryLayer
-
This value is used as the default hue for the imagery layer if one is not provided during construction
or by the imagery provider.
- DEFAULT_MAGNIFICATION_FILTER - Static variable in class org.cesiumjs.cs.scene.ImageryLayer
-
This value is used as the default texture magnification filter for the imagery layer if one is not
provided during construction or by the imagery provider.
- DEFAULT_MINIFICATION_FILTER - Static variable in class org.cesiumjs.cs.scene.ImageryLayer
-
This value is used as the default texture minification filter for the imagery layer if one is not
provided during construction or by the imagery provider.
- DEFAULT_OFFSET - Static variable in class org.cesiumjs.cs.scene.Camera
-
The default heading/pitch/range that is used when the camera flies to a location that contains a bounding sphere.
- DEFAULT_SATURATION - Static variable in class org.cesiumjs.cs.scene.ImageryLayer
-
This value is used as the default saturation for the imagery layer if one is not provided during construction
or by the imagery provider.
- DEFAULT_SPLIT - Static variable in class org.cesiumjs.cs.scene.ImageryLayer
-
This value is used as the default spliat for the imagery layer if one is not provided during construction or by the imagery provider.
- DEFAULT_VIEW_FACTOR - Static variable in class org.cesiumjs.cs.scene.Camera
-
A scalar to multiply to the camera position and add it back after setting the camera to view the rectangle.
- DEFAULT_VIEW_RECTANGLE - Static variable in class org.cesiumjs.cs.scene.Camera
-
The default rectangle the camera will view on creation.
- defaultAccessToken - Static variable in class org.cesiumjs.cs.core.Ion
-
Gets or sets the default Cesium ion access token.
- defaultAlpha - Variable in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
The default alpha blending value of this provider, with 0.0 representing fully
transparent and 1.0 representing fully opaque.
- defaultAvailability - Variable in class org.cesiumjs.cs.Cesium.ExportKmlOptions
-
The interval that will be sampled if an entity doesn't have an availability.
- defaultBrightness - Variable in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
The default brightness of this provider. 1.0 uses the unmodified imagery color.
- defaultContrast - Variable in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
The default contrast of this provider. 1.0 uses the unmodified imagery color.
- DefaultCubeMapId() - Static method in class org.cesiumjs.cs.scene.Material
-
Gets or sets the default cube map texture uniform value.
- defaultDataSource - Variable in class org.cesiumjs.cs.datasources.DataSourceDisplay
-
Gets the default data source instance which can be used to manually create and visualize entities not tied to a specific data source.
- defaultDateFormatter - Static variable in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Gets or sets the default date formatter used by new instances.
- defaultGamma - Variable in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
The default ImageryLayer#gamma to use for imagery layers created for this provider.
- defaultGamma - Variable in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
The default gamma correction to apply to this provider. 1.0 uses the unmodified imagery color.
- defaultHue - Variable in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
The default hue of this provider in radians. 0.0 uses the unmodified imagery color.
- DefaultImageId() - Static method in class org.cesiumjs.cs.scene.Material
-
Gets or sets the default texture uniform value.
- defaultLookAmount - Variable in class org.cesiumjs.cs.scene.Camera
-
The default amount to rotate the camera when an argument is not provided to the look methods.
- defaultMagnificationFilter - Variable in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
The default texture magnification filter to apply to this provider.
- defaultMinificationFilter - Variable in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
The default texture minification filter to apply to this provider.
- defaultMoveAmount - Variable in class org.cesiumjs.cs.scene.Camera
-
The default amount to move the camera when an argument is not provided to the move methods.
- DefaultParameters() - Static method in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
The default parameters to include in the WMS URL to obtain images.
- DefaultProxy - Class in org.cesiumjs.cs.core
-
A simple proxy that appends the desired resource as the sole query parameter to the given proxy URL.
- DefaultProxy(String) - Constructor for class org.cesiumjs.cs.core.DefaultProxy
-
A simple proxy that appends the desired resource as the sole query parameter to the given proxy URL.
- defaultResetView - Variable in class org.cesiumjs.cs.widgets.options.ViewerCesiumNavigationMixinOptions
-
Default view when resetting the map view with the reset navigation
control.
- defaultRotateAmount - Variable in class org.cesiumjs.cs.scene.Camera
-
The default amount to rotate the camera when an argument is not provided to the rotate methods.
- defaultSaturation - Variable in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
The default saturation of this provider. 1.0 uses the unmodified imagery color.
- defaultServer - Static variable in class org.cesiumjs.cs.core.Ion
-
Gets or sets the default Cesium ion server.
- defaultTicks - Static variable in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Gets or sets the default array of known clock multipliers associated with new instances of the shuttle ring.
- defaultTimeFormatter - Static variable in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Gets or sets the default time formatter used by new instances.
- defaultVisualizersCallback() - Static method in class org.cesiumjs.cs.datasources.DataSourceDisplay
-
Gets or sets the default function which creates an array of visualizers used for visualization.
- defaultZoomAmount - Variable in class org.cesiumjs.cs.scene.Camera
-
The default amount to move the camera when an argument is not provided to the zoom methods.
- defined(Object) - Static method in class org.cesiumjs.cs.Cesium
-
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.DataSourceClock
-
Gets the event that is raised whenever a new property is assigned.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.Entity
-
Gets the event that is raised whenever a property or sub-property is changed or modified.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Gets the event that is raised whenever a property or sub-property is changed or modified.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.graphics.BoxGraphics
-
Gets the event that is raised whenever a property or sub-property is changed or modified.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
Gets the event that is raised whenever a property or sub-property is changed or modified.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.graphics.CylinderGraphics
-
Gets the event that is raised whenever a property or sub-property is changed or modified.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.graphics.EllipsoidGraphics
-
Gets the event that is raised whenever a property or sub-property is changed or modified.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
Gets the event that is raised whenever a property or sub-property is changed or modified.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
Gets the event that is raised whenever a property or sub-property is changed or modified.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.graphics.PathGraphics
-
Gets the event that is raised whenever a property or sub-property is changed or modified.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.graphics.PlaneGraphics
-
Gets the event that is raised whenever a property or sub-property is changed or modified.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.graphics.PointGraphics
-
Gets the event that is raised whenever a property or sub-property is changed or modified.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
Gets the event that is raised whenever a property or sub-property is changed or modified.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.graphics.PolylineGraphics
-
Gets the event that is raised whenever a property or sub-property is changed or modified.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.graphics.PolylineVolumeGraphics
-
Gets the event that is raised whenever a property or sub-property is changed or modified.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Gets the event that is raised whenever a property or sub-property is changed or modified.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.graphics.WallGraphics
-
Gets the event that is raised whenever a property or sub-property is changed or modified.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.properties.CheckerboardMaterialProperty
-
Gets the event that is raised whenever the definition of this property changes.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.properties.PolylineDashMaterialProperty
-
Gets the event that is raised whenever the definition of this property changes.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.properties.PolylineOutlineMaterialProperty
-
Gets the event that is raised whenever the definition of this property changes.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.properties.Property
-
Gets the event that is raised whenever the definition of this property changes.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.properties.ReferenceProperty
-
Gets the event that is raised whenever the definition of this property changes.
- definitionChanged() - Method in class org.cesiumjs.cs.datasources.properties.TimeIntervalCollectionPositionProperty
-
Gets the event that is raised whenever the definition of this property changes.
- DEGREES_PER_RADIAN() - Static method in class org.cesiumjs.cs.core.Math
-
The number of degrees in a radian.
- delay() - Method in class org.cesiumjs.cs.scene.ModelAnimation
-
The delay, in seconds, from ModelAnimation#startTime to start playing.
- delay - Variable in class org.cesiumjs.cs.scene.options.ModelAnimationOptions
-
The delay, in seconds, from ModelAnimation#startTime to start playing.
- delete(String) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource from a URL and calls delete() on it.
- delete(ResourceHttpOptions) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource from a URL and calls delete() on it.
- density - Variable in class org.cesiumjs.cs.scene.Fog
-
A scalar that determines the density of the fog.
- DEPTH_COMPONENT() - Static method in class org.cesiumjs.cs.core.enums.PixelFormat
-
A pixel format containing a depth value.
- DEPTH_STENCIL() - Static method in class org.cesiumjs.cs.core.enums.PixelFormat
-
A pixel format containing a depth and stencil value, most often used with PixelDatatype.UNSIGNED_INT_24_8.
- depthFailAppearance - Variable in class org.cesiumjs.cs.scene.ClassificationPrimitive
-
The Appearance used to shade this primitive when it fails the depth test.
- depthFailMaterial - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineGraphicsOptions
-
A property specifiying the material used to draw the polyline when it is below the terrain.
- depthTestAgainstTerrain - Variable in class org.cesiumjs.cs.scene.Globe
-
True if primitives such as billboards, polylines, labels, etc. should be depth-tested against the terrain surface,
or false if such primitives should always be drawn on top of terrain unless they're on the opposite side of the globe.
- dequantizeInShader - Variable in class org.cesiumjs.cs.scene.options.FromGltfOptions
-
Determines if a Draco encoded model is dequantized on the GPU.
- dequantizeInShader - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
Determines if a Draco encoded model is dequantized on the GPU.
- derivativeTypes - Variable in class org.cesiumjs.cs.datasources.properties.SampledProperty
-
Gets the derivative types used by this property.
- DerivedResourceOptions - Class in org.cesiumjs.cs.core.options
-
- DerivedResourceOptions() - Constructor for class org.cesiumjs.cs.core.options.DerivedResourceOptions
-
- description - Variable in class org.cesiumjs.cs.datasources.Entity
-
A string Property specifying an HTML description for this entity.
- description - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
A string Property specifying an HTML description for this entity.
- description - Variable in class org.cesiumjs.cs.scene.ImageryLayerFeatureInfo
-
Gets or sets an HTML description of the feature.
- description - Variable in class org.cesiumjs.cs.widgets.InfoBoxViewModel
-
Gets or sets the description HTML for the info box.
- destinationCartesian3 - Variable in class org.cesiumjs.cs.core.GeocoderResult
-
The bounding box for a location
- destinationFound - Variable in class org.cesiumjs.cs.widgets.options.GeocoderViewModelOptions
-
A callback function that is called after a successful geocode.
- destinationPos - Variable in class org.cesiumjs.cs.scene.options.CameraFlyToOptions
-
The final position of the camera in WGS84 (world) coordinates or a rectangle that would be visible from a top-down view.
- destinationPos - Variable in class org.cesiumjs.cs.scene.options.ViewOptions
-
The final position of the camera in WGS84 (world) coordinates or a rectangle that would be visible from a top-down view.
- destinationRec - Variable in class org.cesiumjs.cs.scene.options.CameraFlyToOptions
-
The final position of the camera in WGS84 (world) coordinates or a rectangle that would be visible from a top-down view.
- destinationRec - Variable in class org.cesiumjs.cs.scene.options.ViewOptions
-
The final position of the camera in WGS84 (world) coordinates or a rectangle that would be visible from a top-down view.
- destinationRectangle - Variable in class org.cesiumjs.cs.core.GeocoderResult
-
The bounding box for a location
- destroy() - Method in class org.cesiumjs.cs.collections.Collection
-
- destroy() - Method in class org.cesiumjs.cs.core.options.SkyBoxOptions
-
Destroys the WebGL resources held by this object.
- destroy() - Method in class org.cesiumjs.cs.core.ScreenSpaceEventHandler
-
Removes listeners held by this object.
- destroy() - Method in class org.cesiumjs.cs.core.SkyAtmosphere
-
Destroys the WebGL resources held by this object.
- destroy() - Method in class org.cesiumjs.cs.core.SkyBox
-
Destroys the WebGL resources held by this object.
- destroy() - Method in class org.cesiumjs.cs.core.TaskProcessor
-
Destroys this object.
- destroy() - Method in class org.cesiumjs.cs.datasources.DataSourceDisplay
-
Destroys the WebGL resources held by this object.
- destroy() - Method in class org.cesiumjs.cs.datasources.EntityCluster
-
Destroys the WebGL resources held by this object.
- destroy() - Method in interface org.cesiumjs.cs.datasources.updater.DynamicGeometryUpdater
-
Destroys and resources used by the object.
- destroy() - Method in class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
Destroys and resources used by the object.
- destroy() - Method in class org.cesiumjs.cs.datasources.visualizer.BillboardVisualizer
-
Removes and destroys all primitives created by this instance.
- destroy() - Method in class org.cesiumjs.cs.datasources.visualizer.GeometryVisualizer
-
Removes and destroys all primitives created by this instance.
- destroy() - Method in class org.cesiumjs.cs.datasources.visualizer.LabelVisualizer
-
Removes and destroys all primitives created by this instance.
- destroy() - Method in class org.cesiumjs.cs.datasources.visualizer.ModelVisualizer
-
Removes and destroys all primitives created by this instance.
- destroy() - Method in class org.cesiumjs.cs.datasources.visualizer.PathVisualizer
-
Removes and destroys all primitives created by this instance.
- destroy() - Method in class org.cesiumjs.cs.datasources.visualizer.PointVisualizer
-
Removes and destroys all primitives created by this instance.
- destroy() - Method in class org.cesiumjs.cs.datasources.visualizer.PolylineVisualizer
-
Removes and destroys all primitives created by this instance.
- destroy() - Method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Destroys the WebGL resources held by this object.
- destroy() - Method in class org.cesiumjs.cs.scene.CreditDisplay
-
Destroys the resources held by this object.
- destroy() - Method in class org.cesiumjs.cs.scene.Globe
-
Destroys the WebGL resources held by this object.
- destroy() - Method in class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
Destroys the WebGL resources held by this object.
- destroy() - Method in class org.cesiumjs.cs.scene.ImageryLayer
-
Destroys the WebGL resources held by this object.
- destroy - Variable in class org.cesiumjs.cs.scene.interaction.AbstractPrimitive
-
- destroy() - Method in class org.cesiumjs.cs.scene.interaction.DrawInteraction
-
Destroy draw interaction and handlers
- destroy() - Method in class org.cesiumjs.cs.scene.Material
-
Destroys the WebGL resources held by this object.
- destroy() - Method in class org.cesiumjs.cs.scene.Model
-
Destroys the WebGL resources held by this object.
- destroy() - Method in class org.cesiumjs.cs.scene.Moon
-
Destroys the WebGL resources held by this object.
- destroy() - Method in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
Destroys the WebGL resources held by this object.
- destroy() - Method in class org.cesiumjs.cs.scene.PostProcessStage
-
Destroys the WebGL resources held by this object.
- destroy() - Method in class org.cesiumjs.cs.scene.PostProcessStageCollection
-
Destroys the WebGL resources held by this object.
- destroy() - Method in class org.cesiumjs.cs.scene.PostProcessStageComposite
-
Destroys the WebGL resources held by this object.
- destroy() - Method in class org.cesiumjs.cs.scene.Primitive
-
Destroys the WebGL resources held by this object.
- destroy() - Method in class org.cesiumjs.cs.scene.Scene
-
Destroys the WebGL resources held by this object.
- destroy() - Method in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
Removes mouse listeners held by this object.
- destroy() - Method in class org.cesiumjs.cs.scene.Sun
-
Destroys the WebGL resources held by this object.
- destroy() - Method in class org.cesiumjs.cs.scene.TimeDynamicPointCloud
-
Destroys the WebGL resources held by this object.
- destroy() - Method in class org.cesiumjs.cs.widgets.Animation
-
Destroys the animation widget.
- destroy() - Method in class org.cesiumjs.cs.widgets.BaseLayerPicker
-
Destroys the widget.
- destroy() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspector
-
Destroys the widget.
- destroy() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Destroys the widget.
- destroy() - Method in class org.cesiumjs.cs.widgets.CesiumInspector
-
Destroys the widget.
- destroy() - Method in class org.cesiumjs.cs.widgets.CesiumWidget
-
Destroys the widget.
- destroy() - Method in class org.cesiumjs.cs.widgets.ClockViewModel
-
Destroys the view model.
- destroy() - Method in class org.cesiumjs.cs.widgets.FullscreenButton
-
Destroys the widget.
- destroy() - Method in class org.cesiumjs.cs.widgets.FullscreenButtonViewModel
-
Destroys the view model.
- destroy() - Method in class org.cesiumjs.cs.widgets.Geocoder
-
Destroys the widget.
- destroy() - Method in class org.cesiumjs.cs.widgets.GeocoderViewModel
-
Destroys the widget.
- destroy() - Method in class org.cesiumjs.cs.widgets.HomeButton
-
Destroys the widget.
- destroy() - Method in class org.cesiumjs.cs.widgets.InfoBox
-
Destroys the widget.
- destroy() - Method in class org.cesiumjs.cs.widgets.NavigationHelpButton
-
Destroys the widget.
- destroy() - Method in class org.cesiumjs.cs.widgets.ProjectionPicker
-
Destroys the widget.
- destroy() - Method in class org.cesiumjs.cs.widgets.ProjectionPickerViewModel
-
Destroys the view model.
- destroy() - Method in class org.cesiumjs.cs.widgets.SceneModePicker
-
Destroys the widget.
- destroy() - Method in class org.cesiumjs.cs.widgets.SceneModePickerViewModel
-
Destroys the view model.
- destroy() - Method in class org.cesiumjs.cs.widgets.SelectionIndicator
-
Destroys the widget.
- destroy() - Method in class org.cesiumjs.cs.widgets.Timeline
-
Destroys the widget.
- destroy() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Destroys the widget.
- destroy() - Method in class org.cesiumjs.cs.widgets.VRButton
-
Destroys the widget.
- destroy() - Method in class org.cesiumjs.cs.widgets.VRButtonViewModel
-
Destroys the view model.
- destroyObject(Object) - Static method in class org.cesiumjs.cs.Cesium
-
Destroys an object.
- destroyObject(Object, String) - Static method in class org.cesiumjs.cs.Cesium
-
Destroys an object.
- destroyPrimitives - Variable in class org.cesiumjs.cs.collections.options.PrimitiveCollectionOptions
-
Determines if primitives in the collection are destroyed when they are removed.
- destroyPrimitives - Variable in class org.cesiumjs.cs.collections.PrimitiveCollection
-
- determinant(Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes the determinant of the provided matrix.
- DeveloperError - Exception in org.cesiumjs.cs.core
-
- DeveloperError(String) - Constructor for exception org.cesiumjs.cs.core.DeveloperError
-
- DeveloperError() - Constructor for exception org.cesiumjs.cs.core.DeveloperError
-
- DiffuseMapType() - Static method in class org.cesiumjs.cs.scene.Material
-
Gets the name of the diffuce map material.
- dimensions - Variable in class org.cesiumjs.cs.core.geometry.options.BoxOutlineGeometryOptions
-
The width, depth, and height of the box stored in the x, y, and z coordinates of the Cartesian3, respectively.
- dimensions - Variable in class org.cesiumjs.cs.datasources.graphics.BoxGraphics
-
Gets or sets Cartesian3 Property property specifying the length, width, and height of the box.
- dimensions - Variable in class org.cesiumjs.cs.datasources.graphics.options.BoxGraphicsOptions
-
A Cartesian3 Property specifying the length, width, and height of the box.
- dimensions - Variable in class org.cesiumjs.cs.datasources.graphics.options.PlaneGraphicsOptions
-
A Cartesian2 Property specifying the width and height of the plane.
- dimensions - Variable in class org.cesiumjs.cs.datasources.graphics.PlaneGraphics
-
A Cartesian2 Property specifying the width and height of the plane.
- dimensions - Variable in class org.cesiumjs.cs.scene.emitters.BoxEmitter
-
The width, height and depth dimensions of the box in meters.
- dimensions - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapTileServiceImageryProviderOptions
-
A object containing static dimensions and their values.
- dimensions - Variable in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Gets or sets an object that contains static dimensions and their values.
- DIMGRAY() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #696969
- DIMGREY() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #696969
- direction - Variable in class org.cesiumjs.cs.core.Ray
-
The direction of the ray.
- direction - Variable in class org.cesiumjs.cs.scene.Camera
-
The view direction of the camera.
- directionWC() - Method in class org.cesiumjs.cs.scene.Camera
-
Gets the view direction of the camera in world coordinates.
- disableCheckIfAllPixelsAreTransparent - Variable in class org.cesiumjs.cs.scene.options.DiscardMissingTileImagePolicyOptions
-
If true, the discard check will be disabled if all of the pixelsToCheck in the missingImageUrl have an
alpha value of 0.
- DISABLED() - Static method in class org.cesiumjs.cs.scene.enums.ShadowMode
-
The object does not cast or receive shadows.
- disableDepthTestDistance - Variable in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Gets or sets the distance from the camera at which to disable the depth test to, for example,
prevent clipping against terrain.
- disableDepthTestDistance - Variable in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
Gets or sets the distance from the camera at which to disable the depth test to, for example,
prevent clipping against terrain.
- disableDepthTestDistance - Variable in class org.cesiumjs.cs.datasources.graphics.options.LabelGraphicsOptions
-
A Property specifying the distance from the camera at which to disable the depth test to.
- disableDepthTestDistance - Variable in class org.cesiumjs.cs.datasources.graphics.options.PointGraphicsOptions
-
A Property specifying the distance from the camera at which to disable the depth test to.
- disableDepthTestDistance - Variable in class org.cesiumjs.cs.datasources.graphics.PointGraphics
-
Gets or sets the distance from the camera at which to disable the depth test to, for example,
prevent clipping against terrain.
- disableDepthTestDistance - Variable in class org.cesiumjs.cs.scene.Billboard
-
Gets or sets the distance from the camera at which to disable the depth test to, for example,
prevent clipping against terrain.
- disableDepthTestDistance - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets the distance where depth testing will be disabled.
- disableDepthTestDistance - Variable in class org.cesiumjs.cs.scene.Label
-
Gets or sets the distance from the camera at which to disable the depth test to, for example,
prevent clipping against terrain.
- disableDepthTestDistance - Variable in class org.cesiumjs.cs.scene.PointPrimitive
-
Gets or sets the distance from the camera at which to disable the depth test to, for example,
prevent clipping against terrain.
- DiscardEmptyTileImagePolicy - Class in org.cesiumjs.cs.scene
-
A policy for discarding tile images that contain no data (and so aren't actually images).
- DiscardEmptyTileImagePolicy() - Constructor for class org.cesiumjs.cs.scene.DiscardEmptyTileImagePolicy
-
- DiscardMissingTileImagePolicy - Class in org.cesiumjs.cs.scene
-
A policy for discarding tile images that match a known image containing a "missing" image.
- DiscardMissingTileImagePolicy(DiscardMissingTileImagePolicyOptions) - Constructor for class org.cesiumjs.cs.scene.DiscardMissingTileImagePolicy
-
- DiscardMissingTileImagePolicyOptions - Class in org.cesiumjs.cs.scene.options
-
- DiscardMissingTileImagePolicyOptions() - Constructor for class org.cesiumjs.cs.scene.options.DiscardMissingTileImagePolicyOptions
-
- discribe - Variable in class org.cesiumjs.cs.datasources.options.GeoJsonDataSourceOptions
-
A function which returns a Property object (or just a string), which converts the properties into an html description.
- displayName - Variable in class org.cesiumjs.cs.core.GeocoderResult
-
The display name for a location
- displayVisible - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to show the display section.
- distance(Cartesian2, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Computes the distance between two points.
- distance(Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Computes the distance between two points.
- distance(Cartesian4, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Computes the distance between two points.
- distance - Variable in class org.cesiumjs.cs.core.events.TouchPinchMovementEvent
-
- distance - Variable in class org.cesiumjs.cs.core.Plane
-
The shortest distance from the origin to the plane.
- distance - Variable in class org.cesiumjs.cs.scene.ClippingPlane
-
The shortest distance from the origin to the plane.
- DistanceDisplayCondition - Class in org.cesiumjs.cs.core
-
- DistanceDisplayCondition() - Constructor for class org.cesiumjs.cs.core.DistanceDisplayCondition
-
- DistanceDisplayCondition(double, double) - Constructor for class org.cesiumjs.cs.core.DistanceDisplayCondition
-
Determines visibility based on the distance to the camera.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Gets or sets the DistanceDisplayCondition Property specifying at what distance from the camera that this billboard will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.BoxGraphics
-
Gets or sets the DistanceDisplayCondition Property specifying at what distance from the camera that this box will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
A Property specifying at what distance from the camera that this corridor will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.CylinderGraphics
-
A Property specifying at what distance from the camera that this cylinder will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
A Property specifying at what distance from the camera that this ellipse will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.EllipsoidGraphics
-
A Property specifying at what distance from the camera that this ellipsoid will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
A Property specifying at what distance from the camera that this label will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
A Property specifying at what distance from the camera that this model will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.options.BillboardGraphicsOptions
-
A Property specifying at what distance from the camera that this billboard will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.options.BoxGraphicsOptions
-
A Property specifying at what distance from the camera that this box will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.options.CorridorGraphicsOptions
-
A Property specifying at what distance from the camera that this corridor will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.options.CylinderGraphicsOptions
-
A Property specifying at what distance from the camera that this cylinder will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipseGraphicsOptions
-
A Property specifying at what distance from the camera that this ellipse will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipsoidGraphicsOptions
-
A Property specifying at what distance from the camera that this ellipsoid will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.options.LabelGraphicsOptions
-
A Property specifying at what distance from the camera that this label will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
A Property specifying at what distance from the camera that this model will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.options.PathGraphicsOptions
-
A Property specifying at what distance from the camera that this path will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.options.PlaneGraphicsOptions
-
A Property specifying at what distance from the camera that this plane will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.options.PointGraphicsOptions
-
A Property specifying at what distance from the camera that this point will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
A Property specifying at what distance from the camera that this polygon will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineGraphicsOptions
-
A Property specifying at what distance from the camera that this polyline will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineVolumeGraphicsOptions
-
A Property specifying at what distance from the camera that this volume will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.options.RectangleGraphicsOptions
-
A Property specifying at what distance from the camera that this rectangle will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.options.WallGraphicsOptions
-
A Property specifying at what distance from the camera that this wall will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.PathGraphics
-
A Property specifying at what distance from the camera that this path will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.PlaneGraphics
-
A Property specifying at what distance from the camera that this plane will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.PointGraphics
-
A Property specifying at what distance from the camera that this point will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
A Property specifying at what distance from the camera that this polygon will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineGraphics
-
A Property specifying at what distance from the camera that this polyline will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineVolumeGraphics
-
A Property specifying at what distance from the camera that this volume will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Gets or sets the DistanceDisplayCondition Property specifying at what distance from the camera that this rectangle will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.datasources.graphics.WallGraphics
-
A Property specifying at what distance from the camera that this wall will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.scene.Billboard
-
Gets or sets the condition specifying at what distance from the camera that this billboard will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets the condition specifying at what distance from the camera that this feature will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.scene.Label
-
Gets or sets the condition specifying at what distance from the camera that this label will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.scene.Model
-
Gets or sets the condition specifying at what distance from the camera that this model will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.scene.options.BillboardOptions
-
Gets or sets the condition specifying at what distance from the camera that this billboard will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.scene.options.LabelOptions
-
Gets or sets the condition specifying at what distance from the camera that this label will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
The condition specifying at what distance from the camera that this model will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.scene.options.PointPrimitiveOptions
-
Gets or sets the condition specifying at what distance from the camera that this point will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.scene.options.PolylineOptions
-
The condition specifying at what distance from the camera that this polyline will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.scene.PointPrimitive
-
Gets or sets the condition specifying at what distance from the camera that this point will be displayed.
- distanceDisplayCondition - Variable in class org.cesiumjs.cs.scene.Polyline
-
The condition specifying at what distance from the camera that this polyline will be displayed.
- DistanceDisplayConditionGeometryInstanceAttribute - Class in org.cesiumjs.cs.core
-
Value and type information for per-instance geometry attribute that determines if the geometry
instance has a distance display condition.
- DistanceDisplayConditionGeometryInstanceAttribute() - Constructor for class org.cesiumjs.cs.core.DistanceDisplayConditionGeometryInstanceAttribute
-
Value and type information for per-instance geometry attribute that determines if the
geometry instance has a distance display condition.
- DistanceDisplayConditionGeometryInstanceAttribute(double) - Constructor for class org.cesiumjs.cs.core.DistanceDisplayConditionGeometryInstanceAttribute
-
Value and type information for per-instance geometry attribute that determines if the
geometry instance has a distance display condition.
- DistanceDisplayConditionGeometryInstanceAttribute(double, double) - Constructor for class org.cesiumjs.cs.core.DistanceDisplayConditionGeometryInstanceAttribute
-
Value and type information for per-instance geometry attribute that determines if the
geometry instance has a distance display condition.
- distanceDisplayConditionProperty() - Method in class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
Gets or sets the DistanceDisplayCondition Property specifying at what distance from the camera that this geometry will be displayed.
- distanceSquared(Cartesian2, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Computes the squared distance between two points.
- distanceSquared(Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Computes the squared distance between two points.
- distanceSquared(Cartesian4, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Computes the squared distance between two points.
- distanceSquaredTo(BoundingSphere, Cartesian3) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes the estimated distance squared from the closest point on a bounding sphere to a point.
- distanceSquaredTo(Cartesian3) - Method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes the estimated distance squared from the closest point on a bounding sphere to a point.
- distanceSquaredTo(OrientedBoundingBox, Cartesian3) - Static method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
Computes the estimated distance squared from the closest point on a bounding box to a point.
- distanceSquaredTo(Cartesian3) - Method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
Computes the estimated distance squared from the closest point on a bounding box to a point.
- distanceToBoundingSphere(BoundingSphere) - Method in class org.cesiumjs.cs.scene.Camera
-
Return the distance from the camera to the front of the bounding sphere.
- divide(Color, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Computes the componentwise quotient of two Colors.
- divide(Color, Color, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Computes the componentwise quotient of two Colors.
- divideByScalar(Cartesian2, double, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Divides the provided Cartesian componentwise by the provided scalar.
- divideByScalar(Cartesian3, double, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Divides the provided Cartesian componentwise by the provided scalar.
- divideByScalar(Cartesian4, double, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Divides the provided Cartesian componentwise by the provided scalar.
- divideByScalar(Color, double) - Static method in class org.cesiumjs.cs.core.Color
-
Divides the provided Color componentwise by the provided scalar.
- divideByScalar(Color, double, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Divides the provided Color componentwise by the provided scalar.
- divideByScalar(Quaternion, double, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Divides the provided quaternion componentwise by the provided scalar.
- divideComponents(Cartesian2, Cartesian2, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Computes the componentwise quotient of two Cartesians.
- divideComponents(Cartesian3, Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Computes the componentwise quotient of two Cartesians.
- divideComponents(Cartesian4, Cartesian4, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Computes the componentwise quotient of two Cartesians.
- DODGERBLUE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #1E90FF
- dot(Cartesian2, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Computes the dot (scalar) product of two Cartesians.
- dot(Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Computes the dot (scalar) product of two Cartesians.
- dot(Cartesian4, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Computes the dot (scalar) product of two Cartesians.
- dot(Quaternion, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes the dot (scalar) product of two quaternions.
- DotType() - Static method in class org.cesiumjs.cs.scene.Material
-
Gets the name of the dot material.
- DOUBLE() - Static method in class org.cesiumjs.cs.core.ComponentDatatype
-
64-bit floating-point corresponding to gl.DOUBLE (in Desktop OpenGL; this is not supported in WebGL,
and is emulated in Cesium via GeometryPipeline.encodeAttribute) and the type of an element in Float64Array.
- drawingBufferHeight() - Method in class org.cesiumjs.cs.scene.Scene
-
The drawingBufferWidth of the underlying GL context.
- drawingBufferWidth() - Method in class org.cesiumjs.cs.scene.Scene
-
The drawingBufferHeight of the underlying GL context.
- DrawInteraction - Class in org.cesiumjs.cs.scene.interaction
-
- DrawInteraction(Scene, DrawInteractionOptions) - Constructor for class org.cesiumjs.cs.scene.interaction.DrawInteraction
-
Constructor of draw interaction.
- DrawInteraction.Event - Class in org.cesiumjs.cs.scene.interaction
-
- DrawInteraction.EventType - Enum in org.cesiumjs.cs.scene.interaction
-
- DrawInteraction.Listener - Interface in org.cesiumjs.cs.scene.interaction
-
- DrawInteractionOptions - Class in org.cesiumjs.cs.scene.interaction.options
-
- DrawInteractionOptions() - Constructor for class org.cesiumjs.cs.scene.interaction.options.DrawInteractionOptions
-
Constructor of options
- drillPick(Cartesian2) - Method in class org.cesiumjs.cs.scene.Scene
-
Returns a list of objects, each containing a `primitive` property, for all primitives at a particular
window coordinate position.
- drillPick(Cartesian2, double) - Method in class org.cesiumjs.cs.scene.Scene
-
Returns a list of objects, each containing a `primitive` property, for all primitives at a particular
window coordinate position.
- drillPick(Cartesian2, double, int) - Method in class org.cesiumjs.cs.scene.Scene
-
Returns a list of objects, each containing a `primitive` property, for all primitives at a particular
window coordinate position.
- drillPick(Cartesian2, double, int, int) - Method in class org.cesiumjs.cs.scene.Scene
-
Returns a list of objects, each containing a `primitive` property, for all primitives at a particular
window coordinate position.
- dropDownVisible - Variable in class org.cesiumjs.cs.widgets.BaseLayerPickerViewModel
-
Gets or sets whether the imagery selection drop-down is currently visible.
- dropDownVisible - Variable in class org.cesiumjs.cs.widgets.ProjectionPickerViewModel
-
Gets or sets whether the button drop-down is currently visible.
- dropDownVisible - Variable in class org.cesiumjs.cs.widgets.SceneModePickerViewModel
-
Gets or sets whether the button drop-down is currently visible.
- duration - Variable in class org.cesiumjs.cs.scene.options.CameraFlyToOptions
-
The duration of the flight in seconds.
- duration - Variable in class org.cesiumjs.cs.widgets.HomeButtonViewModel
-
Gets or sets the duration of the camera flight in seconds.
- duration - Variable in class org.cesiumjs.cs.widgets.options.FlyToOptions
-
The duration of the flight in seconds.
- duration - Variable in class org.cesiumjs.cs.widgets.SceneModePickerViewModel
-
Gets or sets the the duration of scene mode transition animations in seconds.
- DynamicGeometryUpdater - Interface in org.cesiumjs.cs.datasources.updater
-
Defines the interface for a dynamic geometry updater.
- dynamicScreenSpaceError - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Optimization option.
- dynamicScreenSpaceError - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Optimization option.
- dynamicScreenSpaceError - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to enable dynamic screen space error.
- dynamicScreenSpaceErrorDensity - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Density used to adjust the dynamic screen space error, similar to fog density.
- dynamicScreenSpaceErrorDensity - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Density used to adjust the dynamic screen space error, similar to fog density.
- dynamicScreenSpaceErrorDensity - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the dynamic screen space error density.
- dynamicScreenSpaceErrorDensitySliderValue - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the dynamic screen space error density slider value.
- dynamicScreenSpaceErrorFactor - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
A factor used to increase the computed dynamic screen space error.
- dynamicScreenSpaceErrorFactor - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
A factor used to increase the computed dynamic screen space error.
- dynamicScreenSpaceErrorFactor() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the dynamic screen space error factor.
- dynamicScreenSpaceErrorHeightFalloff - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
A ratio of the tileset's height at which the density starts to falloff.
- dynamicScreenSpaceErrorHeightFalloff - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
A ratio of the tileset's height at which the density starts to falloff.
- EasingFunction - Class in org.cesiumjs.cs.core
-
- easingFunction - Variable in class org.cesiumjs.cs.scene.options.CameraFlyToOptions
-
Controls how the time is interpolated over the duration of the flight.
- EasingFunction.Callback - Interface in org.cesiumjs.cs.core
-
- easingFunctionCallback - Variable in class org.cesiumjs.cs.scene.options.CameraFlyToOptions
-
Controls how the time is interpolated over the duration of the flight.
- east - Variable in class org.cesiumjs.cs.core.Rectangle
-
The easternmost longitude in radians in the range [-Pi, Pi].
- eastNorthUpToFixedFrame(Cartesian3) - Static method in class org.cesiumjs.cs.core.Transforms
-
Computes a 4x4 transformation matrix from a reference frame with an east-north-up axes centered at the provided
origin to the provided ellipsoid's fixed reference frame.
- eastNorthUpToFixedFrame(Cartesian3, Ellipsoid) - Static method in class org.cesiumjs.cs.core.Transforms
-
Computes a 4x4 transformation matrix from a reference frame with an east-north-up axes centered at the provided
origin to the provided ellipsoid's fixed reference frame.
- eastNorthUpToFixedFrame(Cartesian3, Ellipsoid, Matrix4) - Static method in class org.cesiumjs.cs.core.Transforms
-
Computes a 4x4 transformation matrix from a reference frame with an east-north-up axes centered at the provided
origin to the provided ellipsoid's fixed reference frame.
- edgeColor - Variable in class org.cesiumjs.cs.collections.ClippingPlaneCollection
-
The color applied to highlight the edge along which an object is clipped.
- edgeColor - Variable in class org.cesiumjs.cs.collections.options.ClippingPlaneCollectionOptions
-
The color applied to highlight the edge along which an object is clipped.
- edgeWidth - Variable in class org.cesiumjs.cs.collections.ClippingPlaneCollection
-
The width, in pixels, of the highlight applied to the edge along which an object is clipped.
- edgeWidth - Variable in class org.cesiumjs.cs.collections.options.ClippingPlaneCollectionOptions
-
The width, in pixels, of the highlight applied to the edge along which an object is clipped.
- editorError() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets the editor error message
- ELASTIC_IN() - Static method in class org.cesiumjs.cs.core.EasingFunction
-
Elastic in.
- ELASTIC_IN_OUT() - Static method in class org.cesiumjs.cs.core.EasingFunction
-
Elastic in then out.
- ELASTIC_OUT() - Static method in class org.cesiumjs.cs.core.EasingFunction
-
Elastic out.
- element() - Method in class org.cesiumjs.cs.core.Credit
-
Gets the credit element
- element() - Static method in class org.cesiumjs.cs.core.Fullscreen
-
The element that is currently fullscreen, if any.
- ellipse - Variable in class org.cesiumjs.cs.datasources.Entity
-
A ellipse to associate with this entity.
- ellipse - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
A ellipse to associate with this entity.
- EllipseGeometry - Class in org.cesiumjs.cs.core.geometry
-
- EllipseGeometry(EllipseGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.EllipseGeometry
-
A description of an ellipse on an ellipsoid.
- EllipseGeometryLibrary - Class in org.cesiumjs.cs.core
-
- EllipseGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- EllipseGeometryOptions() - Constructor for class org.cesiumjs.cs.core.geometry.options.EllipseGeometryOptions
-
- EllipseGeometryUpdater - Class in org.cesiumjs.cs.datasources.updater
-
- EllipseGeometryUpdater(Entity, Scene) - Constructor for class org.cesiumjs.cs.datasources.updater.EllipseGeometryUpdater
-
- EllipseGraphics - Class in org.cesiumjs.cs.datasources.graphics
-
- EllipseGraphics() - Constructor for class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
- EllipseGraphics(EllipseGraphicsOptions) - Constructor for class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
- EllipseGraphicsOptions - Class in org.cesiumjs.cs.datasources.graphics.options
-
- EllipseGraphicsOptions() - Constructor for class org.cesiumjs.cs.datasources.graphics.options.EllipseGraphicsOptions
-
- EllipseOutlineGeometry - Class in org.cesiumjs.cs.core.geometry
-
A description of the outline of an ellipse on an ellipsoid.
- EllipseOutlineGeometry(EllipseOutlineGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.EllipseOutlineGeometry
-
A description of an ellipse on an ellipsoid.
- EllipseOutlineGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- EllipseOutlineGeometryOptions() - Constructor for class org.cesiumjs.cs.core.geometry.options.EllipseOutlineGeometryOptions
-
- EllipsePositionsOptions - Class in org.cesiumjs.cs.core.options
-
- EllipsePositionsOptions() - Constructor for class org.cesiumjs.cs.core.options.EllipsePositionsOptions
-
- ellipsoid - Variable in class org.cesiumjs.cs.Cesium.ExportKmlOptions
-
The ellipsoid for the output file.
- Ellipsoid - Class in org.cesiumjs.cs.core
-
- Ellipsoid() - Constructor for class org.cesiumjs.cs.core.Ellipsoid
-
- ellipsoid() - Method in class org.cesiumjs.cs.core.EllipsoidGeodesic
-
Gets the ellipsoid.
- ellipsoid() - Method in class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Gets the ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.core.geometry.options.CircleOutlineGeometryOptions
-
The ellipsoid the circle will be on.
- ellipsoid - Variable in class org.cesiumjs.cs.core.geometry.options.CorridorOutlineGeometryOptions
-
The ellipsoid to be used as a reference.
- ellipsoid - Variable in class org.cesiumjs.cs.core.geometry.options.EllipseOutlineGeometryOptions
-
The ellipsoid the ellipse will be on.
- ellipsoid - Variable in class org.cesiumjs.cs.core.geometry.options.PolygonOutlineGeometryOptions
-
The ellipsoid to be used as a reference.
- ellipsoid - Variable in class org.cesiumjs.cs.core.geometry.options.PolylineGeometryOptions
-
The ellipsoid to be used as a reference.
- ellipsoid - Variable in class org.cesiumjs.cs.core.geometry.options.RectangleOutlineGeometryOptions
-
The ellipsoid on which the rectangle lies.
- ellipsoid - Variable in class org.cesiumjs.cs.core.geometry.options.SimplePolylineGeometryOptions
-
The ellipsoid to be used as a reference.
- ellipsoid - Variable in class org.cesiumjs.cs.core.geometry.options.WallOutlineGeometryOptions
-
- ellipsoid - Variable in class org.cesiumjs.cs.core.options.PolylinePipelineOptions
-
The ellipsoid on which the positions lie.
- ellipsoid - Variable in class org.cesiumjs.cs.core.options.TilingSchemeOptions
-
The ellipsoid whose surface is being tiled.
- ellipsoid() - Method in class org.cesiumjs.cs.core.projection.MapProjection
-
Gets the Ellipsoid.
- ellipsoid() - Method in class org.cesiumjs.cs.core.projection.WebMercatorProjection
-
Gets the Ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.core.providers.options.ArcGisImageServerTerrainProviderOptions
-
The ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.core.providers.options.ArcGISTiledElevationTerrainProviderOptions
-
The ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.core.providers.options.CesiumTerrainProviderOptions
-
The ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.core.providers.options.EllipsoidTerrainProviderOptions
-
The ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.core.providers.options.GoogleEarthEnterpriseTerrainProviderOptions
-
The ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.core.providers.options.VRTheWorldTerrainProviderOptions
-
The ellipsoid.
- ellipsoid() - Method in class org.cesiumjs.cs.core.SkyAtmosphere
-
Gets the ellipsoid the atmosphere is drawn around.
- ellipsoid - Variable in class org.cesiumjs.cs.core.TilingScheme
-
Gets the ellipsoid that is tiled by the tiling scheme.
- ellipsoid - Variable in class org.cesiumjs.cs.datasources.Entity
-
A ellipsoid to associate with this entity.
- ellipsoid - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
A ellipsoid to associate with this entity.
- ellipsoid - Variable in class org.cesiumjs.cs.datasources.options.KmlDataSourceLoadOptions
-
The global ellipsoid used for geographical calculations.
- ellipsoid - Variable in class org.cesiumjs.cs.datasources.options.KmlDataSourceOptions
-
The global ellipsoid used for geographical calculations.
- ellipsoid - Variable in class org.cesiumjs.cs.datasources.properties.VelocityOrientationProperty
-
Gets or sets the ellipsoid used to determine which way is up.
- ellipsoid - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
The ellipsoid determining the size and shape of the globe.
- ellipsoid - Variable in class org.cesiumjs.cs.scene.Globe
-
Gets an ellipsoid describing the shape of this globe.
- ellipsoid - Variable in class org.cesiumjs.cs.scene.interaction.AbstractPrimitive
-
- ellipsoid() - Method in class org.cesiumjs.cs.scene.Moon
-
The moon ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
The ellipsoid determining the size and shape of the globe.
- ellipsoid - Variable in class org.cesiumjs.cs.scene.options.MoonOptions
-
The moon ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.scene.providers.options.ArcGisMapServerImageryProviderOptions
-
The ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.scene.providers.options.BingMapsImageryProviderOptions
-
The ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.scene.providers.options.GoogleEarthEnterpriseImageryProviderOptions
-
The ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.scene.providers.options.GridImageryProviderOptions
-
The ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.scene.providers.options.MapboxImageryProviderOptions
-
The ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.scene.providers.options.OpenStreetMapImageryProviderOptions
-
The ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.scene.providers.options.SingleTileImageryProviderOptions
-
The ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.scene.providers.options.TileCoordinatesImageryProviderOptions
-
The ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.scene.providers.options.TileMapServiceImageryProviderOptions
-
The ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.scene.providers.options.UrlTemplateImageryProviderOptions
-
The ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapServiceImageryProviderOptions
-
The ellipsoid.
- ellipsoid - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapTileServiceImageryProviderOptions
-
The ellipsoid.
- EllipsoidGeodesic - Class in org.cesiumjs.cs.core
-
Initializes a geodesic on the ellipsoid connecting the two provided planetodetic points.
- EllipsoidGeodesic() - Constructor for class org.cesiumjs.cs.core.EllipsoidGeodesic
-
Initializes a geodesic on the ellipsoid connecting the two provided planetodetic points.
- EllipsoidGeodesic(Cartographic) - Constructor for class org.cesiumjs.cs.core.EllipsoidGeodesic
-
Initializes a geodesic on the ellipsoid connecting the two provided planetodetic points.
- EllipsoidGeodesic(Cartographic, Cartographic) - Constructor for class org.cesiumjs.cs.core.EllipsoidGeodesic
-
Initializes a geodesic on the ellipsoid connecting the two provided planetodetic points.
- EllipsoidGeodesic(Cartographic, Cartographic, Ellipsoid) - Constructor for class org.cesiumjs.cs.core.EllipsoidGeodesic
-
Initializes a geodesic on the ellipsoid connecting the two provided planetodetic points.
- EllipsoidGeometry - Class in org.cesiumjs.cs.core.geometry
-
- EllipsoidGeometry(EllipsoidGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.EllipsoidGeometry
-
A description of an ellipsoid centered at the origin.
- EllipsoidGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- EllipsoidGeometryOptions() - Constructor for class org.cesiumjs.cs.core.geometry.options.EllipsoidGeometryOptions
-
- EllipsoidGeometryUpdater - Class in org.cesiumjs.cs.datasources.updater
-
- EllipsoidGeometryUpdater(Entity, Scene) - Constructor for class org.cesiumjs.cs.datasources.updater.EllipsoidGeometryUpdater
-
- EllipsoidGraphics - Class in org.cesiumjs.cs.datasources.graphics
-
- EllipsoidGraphics() - Constructor for class org.cesiumjs.cs.datasources.graphics.EllipsoidGraphics
-
Describe an ellipsoid or sphere.
- EllipsoidGraphics(EllipsoidGraphicsOptions) - Constructor for class org.cesiumjs.cs.datasources.graphics.EllipsoidGraphics
-
Describe an ellipsoid or sphere.
- EllipsoidGraphicsOptions - Class in org.cesiumjs.cs.datasources.graphics.options
-
- EllipsoidGraphicsOptions() - Constructor for class org.cesiumjs.cs.datasources.graphics.options.EllipsoidGraphicsOptions
-
- EllipsoidOutlineGeometry - Class in org.cesiumjs.cs.core.geometry
-
A description of the outline of an ellipsoid centered at the origin.
- EllipsoidOutlineGeometry(EllipsoidOutlineGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.EllipsoidOutlineGeometry
-
A description of an ellipsoid centered at the origin.
- EllipsoidOutlineGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- EllipsoidOutlineGeometryOptions() - Constructor for class org.cesiumjs.cs.core.geometry.options.EllipsoidOutlineGeometryOptions
-
- EllipsoidRhumbLine - Class in org.cesiumjs.cs.core
-
Initializes a rhumb line on the ellipsoid connecting the two provided planetodetic points.
- EllipsoidRhumbLine() - Constructor for class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Initializes a rhumb line on the ellipsoid connecting the two provided planetodetic points.
- EllipsoidRhumbLine(Cartographic) - Constructor for class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Initializes a rhumb line on the ellipsoid connecting the two provided planetodetic points.
- EllipsoidRhumbLine(Cartographic, Cartographic) - Constructor for class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Initializes a rhumb line on the ellipsoid connecting the two provided planetodetic points.
- EllipsoidRhumbLine(Cartographic, Cartographic, Ellipsoid) - Constructor for class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Initializes a rhumb line on the ellipsoid connecting the two provided planetodetic points.
- EllipsoidSurfaceAppearance - Class in org.cesiumjs.cs.scene.apperances
-
- EllipsoidSurfaceAppearance() - Constructor for class org.cesiumjs.cs.scene.apperances.EllipsoidSurfaceAppearance
-
- EllipsoidSurfaceAppearance(EllipsoidSurfaceAppearanceOptions) - Constructor for class org.cesiumjs.cs.scene.apperances.EllipsoidSurfaceAppearance
-
- EllipsoidSurfaceAppearanceOptions - Class in org.cesiumjs.cs.scene.apperances.options
-
- EllipsoidSurfaceAppearanceOptions() - Constructor for class org.cesiumjs.cs.scene.apperances.options.EllipsoidSurfaceAppearanceOptions
-
- EllipsoidTerrainProvider - Class in org.cesiumjs.cs.core.providers
-
- EllipsoidTerrainProvider() - Constructor for class org.cesiumjs.cs.core.providers.EllipsoidTerrainProvider
-
A very simple
TerrainProvider
that produces geometry by tessellating an ellipsoidal surface.
- EllipsoidTerrainProvider(EllipsoidTerrainProvider) - Constructor for class org.cesiumjs.cs.core.providers.EllipsoidTerrainProvider
-
A very simple
TerrainProvider
that produces geometry by tessellating an ellipsoidal surface.
- EllipsoidTerrainProviderOptions - Class in org.cesiumjs.cs.core.providers.options
-
- EmissionMapType() - Static method in class org.cesiumjs.cs.scene.Material
-
Gets the name of the emmision map material.
- emissionRate - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
The number of particles to emit per second.
- emissionRate - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
The number of particles to emit per second.
- emitString(TreeLogger, String, String, LinkerContext) - Method in class org.cesiumjs.linker.CesiumScriptInjector
-
- emitter - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
The particle emitter for this system.
- emitter - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
The particle emitter for this system.
- emitterModelMatrix - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
The 4x4 transformation matrix that transforms the particle system emitter within the particle systems local coordinate system.
- emitterModelMatrix - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
The 4x4 transformation matrix that transforms the particle system emitter within the particle systems local coordinate system.
- EMPTY() - Method in class org.cesiumjs.cs.core.TimeInterval
-
An immutable empty interval.
- EMPTY_IMAGE() - Static method in class org.cesiumjs.cs.scene.DiscardEmptyTileImagePolicy
-
Default value for representing an empty image.
- enableCamera - Variable in class org.cesiumjs.cs.widgets.InfoBoxViewModel
-
Gets or sets whether the camera tracking icon is enabled.
- enableCollisionDetection - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
Enables or disables camera collision detection with terrain.
- enableCompass - Variable in class org.cesiumjs.cs.widgets.options.ViewerCesiumNavigationMixinOptions
-
Enable or disable the compass.
- enableCompassOuterRing - Variable in class org.cesiumjs.cs.widgets.options.ViewerCesiumNavigationMixinOptions
-
Enable or disable the Compass Outer Ring.
- enabled - Variable in class org.cesiumjs.cs.collections.ClippingPlaneCollection
-
Determines whether the clipping planes are active.
- enabled - Variable in class org.cesiumjs.cs.collections.options.ClippingPlaneCollectionOptions
-
Determines whether the clipping planes are active.
- enabled() - Static method in class org.cesiumjs.cs.core.Fullscreen
-
Determine whether the browser will allow an element to be made fullscreen, or not.
- enabled - Variable in class org.cesiumjs.cs.datasources.EntityCluster
-
Gets or sets whether clustering is enabled.
- enabled - Variable in class org.cesiumjs.cs.datasources.options.EntityClusterOptions
-
Whether or not to enable clustering.
- ENABLED() - Static method in class org.cesiumjs.cs.scene.enums.ShadowMode
-
The object casts and receives shadows.
- enabled - Variable in class org.cesiumjs.cs.scene.Fog
-
true if fog is enabled, false otherwise.
- enabled - Variable in class org.cesiumjs.cs.scene.options.ShadowMapOptions
-
Whether the shadow map is enabled.
- enabled - Variable in class org.cesiumjs.cs.scene.PostProcessStage
-
Whether or not to execute this post-process stage when ready.
- enabled - Variable in class org.cesiumjs.cs.scene.PostProcessStageComposite
-
Whether or not to execute this post-process stage when ready.
- enabled - Variable in class org.cesiumjs.cs.scene.ShadowMap
-
Whether the shadow map is enabled.
- enableDistanceLegend - Variable in class org.cesiumjs.cs.widgets.options.ViewerCesiumNavigationMixinOptions
-
Enable or disable the distance legend.
- enableInputs - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
If true, inputs are allowed conditionally with the flags enableTranslate, enableZoom, enableRotate, enableTilt, and enableLook.
- enableLighting - Variable in class org.cesiumjs.cs.scene.Globe
-
Enable lighting the globe with the sun as a light source.
- enableLook - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
If true, allows the user to use free-look.
- enablePickFeatures - Variable in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
If true, ArcGisMapServerImageryProvider#pickFeatures will invoke the Identify service on the MapServer and return
the features included in the response.
- enablePickFeatures - Variable in class org.cesiumjs.cs.scene.providers.options.ArcGisMapServerImageryProviderOptions
-
If true, ArcGisMapServerImageryProvider#pickFeatures will invoke the Identify service on the MapServer and return
the features included in the response.
- enablePickFeatures - Variable in class org.cesiumjs.cs.scene.providers.options.UrlTemplateImageryProviderOptions
-
If true, UrlTemplateImageryProvider#pickFeatures will request the options.pickFeaturesUrl and attempt to interpret
the features included in the response.
- enablePickFeatures - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapServiceImageryProviderOptions
-
If true, WebMapServiceImageryProvider#pickFeatures will invoke the GetFeatureInfo operation on the WMS server
and return the features included in the response.
- enablePickFeatures - Variable in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
If true, UrlTemplateImageryProvider#pickFeatures will invoke the Identify service on the MapServer and return
the features included in the response.
- enableRightToLeftDetection - Static variable in class org.cesiumjs.cs.scene.Label
-
Determines whether or not run the algorithm, that match the text of the label to right-to-left languages
Default: false
- enableRotate - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
If true, allows the user to rotate the camera.
- enableTilt - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
If true, allows the user to tilt the camera.
- enableTranslate - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
If true, allows the user to pan around the map.
- enableZoom - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
If true, allows the user to zoom in and out.
- enableZoomControls - Variable in class org.cesiumjs.cs.widgets.options.ViewerCesiumNavigationMixinOptions
-
Enable or disable the zoom controls.
- encodeAttribute(Geometry, String, String, String) - Static method in class org.cesiumjs.cs.core.geometry.GeometryPipeline
-
Encodes floating-point geometry attribute values as two separate attributes to improve rendering precision.
- end() - Method in class org.cesiumjs.cs.core.EllipsoidGeodesic
-
Gets the final planetodetic point on the path.
- end() - Method in class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Gets the final planetodetic point on the path.
- endColor - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleOptions
-
The color of a particle when it dies.
- endColor - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
The color of a particle when it dies.
- endColor - Variable in class org.cesiumjs.cs.scene.particle.Particle
-
The color of a particle when it dies.
- endColor - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
The color of a particle when it dies.
- endFrame() - Method in class org.cesiumjs.cs.scene.CreditDisplay
-
Sets the credit display to the end of frame state, displaying credits from the last frame in the credit container.
- endHeading() - Method in class org.cesiumjs.cs.core.EllipsoidGeodesic
-
Gets the heading at the final point.
- endings - Variable in class org.cesiumjs.cs.js.JsBlob.JsObjectOptions
-
That specifies how strings containing the line ending character \n are to be written out.
- endPosition - Variable in class org.cesiumjs.cs.core.events.MouseMoveEvent
-
- endPosition - Variable in class org.cesiumjs.cs.core.events.TouchMoveEvent
-
- endScale - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleOptions
-
The scale of the particle when it dies.
- endScale - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
The scale of the particle when it dies.
- endScale - Variable in class org.cesiumjs.cs.scene.particle.Particle
-
The scale of the particle when it dies.
- endScale - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
The scale of the particle when it dies.
- endTransform - Variable in class org.cesiumjs.cs.scene.options.CameraFlyToOptions
-
Transform matrix representing the reference frame the camera will be in when the flight is completed.
- endTransform - Variable in class org.cesiumjs.cs.scene.options.ViewOptions
-
Transform matrix representing the reference frame of the camera.
- entities - Variable in class org.cesiumjs.cs.Cesium.ExportKmlOptions
-
The EntityCollection to export as KML.
- entities - Variable in class org.cesiumjs.cs.datasources.CustomDataSource
-
Gets the collection of Entity instances.
- entities - Variable in class org.cesiumjs.cs.datasources.CzmlDataSource
-
Gets the collection of Entity instances.
- entities - Variable in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Gets the collection of Entity instances.
- entities - Variable in class org.cesiumjs.cs.datasources.KmlDataSource
-
Gets the collection of Entity instances.
- entities() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the collection of entities not tied to a particular data source.
- Entity - Class in org.cesiumjs.cs.datasources
-
- Entity() - Constructor for class org.cesiumjs.cs.datasources.Entity
-
Entity instances aggregate multiple forms of visualization into a single high-level object.
- Entity(EntityOptions) - Constructor for class org.cesiumjs.cs.datasources.Entity
-
Entity instances aggregate multiple forms of visualization into a single high-level object.
- entity() - Method in class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
Gets the entity associated with this geometry.
- EntityCluster - Class in org.cesiumjs.cs.datasources
-
- EntityCluster() - Constructor for class org.cesiumjs.cs.datasources.EntityCluster
-
Defines how screen space objects (billboards, points, labels) are clustered.
- EntityCluster(EntityClusterOptions) - Constructor for class org.cesiumjs.cs.datasources.EntityCluster
-
Defines how screen space objects (billboards, points, labels) are clustered.
- EntityCluster.newClusterCallback - Interface in org.cesiumjs.cs.datasources
-
- EntityClusterObject - Class in org.cesiumjs.cs.datasources
-
- EntityClusterObject() - Constructor for class org.cesiumjs.cs.datasources.EntityClusterObject
-
- EntityClusterOptions - Class in org.cesiumjs.cs.datasources.options
-
- EntityClusterOptions() - Constructor for class org.cesiumjs.cs.datasources.options.EntityClusterOptions
-
- EntityCollection - Class in org.cesiumjs.cs.collections
-
- EntityCollection() - Constructor for class org.cesiumjs.cs.collections.EntityCollection
-
An observable collection of
Entity
instances where each entity has a unique id.
- EntityCollection(CompositeEntityCollection) - Constructor for class org.cesiumjs.cs.collections.EntityCollection
-
An observable collection of
Entity
instances where each entity has a unique id.
- EntityCollection(DataSource) - Constructor for class org.cesiumjs.cs.collections.EntityCollection
-
An observable collection of
Entity
instances where each entity has a unique id.
- entityCollection - Variable in class org.cesiumjs.cs.datasources.Entity
-
Gets or sets the entity collection that this entity belongs to.
- EntityCollection.CollectionChangedEventCallback - Interface in org.cesiumjs.cs.collections
-
The signature of the event generated by EntityCollection#collectionChanged.
- EntityOptions - Class in org.cesiumjs.cs.datasources.options
-
- EntityOptions() - Constructor for class org.cesiumjs.cs.datasources.options.EntityOptions
-
- epoch - Variable in class org.cesiumjs.cs.collections.options.FromIso8601DurationArrayOptions
-
An date that the durations are relative to.
- EPSILON1() - Static method in class org.cesiumjs.cs.core.Math
-
0.1
- EPSILON10() - Static method in class org.cesiumjs.cs.core.Math
-
0.0000000001
- EPSILON11() - Static method in class org.cesiumjs.cs.core.Math
-
0.00000000001
- EPSILON12() - Static method in class org.cesiumjs.cs.core.Math
-
0.000000000001
- EPSILON13() - Static method in class org.cesiumjs.cs.core.Math
-
0.0000000000001
- EPSILON14() - Static method in class org.cesiumjs.cs.core.Math
-
0.00000000000001
- EPSILON15() - Static method in class org.cesiumjs.cs.core.Math
-
0.000000000000001
- EPSILON16() - Static method in class org.cesiumjs.cs.core.Math
-
0.0000000000000001
- EPSILON17() - Static method in class org.cesiumjs.cs.core.Math
-
0.00000000000000001
- EPSILON18() - Static method in class org.cesiumjs.cs.core.Math
-
0.000000000000000001
- EPSILON19() - Static method in class org.cesiumjs.cs.core.Math
-
0.0000000000000000001
- EPSILON2() - Static method in class org.cesiumjs.cs.core.Math
-
0.01
- EPSILON20() - Static method in class org.cesiumjs.cs.core.Math
-
0.00000000000000000001
- EPSILON3() - Static method in class org.cesiumjs.cs.core.Math
-
0.001
- EPSILON4() - Static method in class org.cesiumjs.cs.core.Math
-
0.0001
- EPSILON5() - Static method in class org.cesiumjs.cs.core.Math
-
0.00001
- EPSILON6() - Static method in class org.cesiumjs.cs.core.Math
-
0.000001
- EPSILON7() - Static method in class org.cesiumjs.cs.core.Math
-
0.0000001
- EPSILON8() - Static method in class org.cesiumjs.cs.core.Math
-
0.00000001
- EPSILON9() - Static method in class org.cesiumjs.cs.core.Math
-
0.000000001
- equals(TimeIntervalCollection) - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Compares this instance against the provided instance componentwise and returns true if they are equal, false otherwise.
- equals(TimeIntervalCollection, TimeInterval.DataComparer) - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Compares this instance against the provided instance componentwise and returns true if they are equal, false otherwise.
- equals(AxisAlignedBoundingBox) - Static method in class org.cesiumjs.cs.core.AxisAlignedBoundingBox
-
Compares the provided AxisAlignedBoundingBox componentwise and returns true if they are equal, false otherwise.
- equals(AxisAlignedBoundingBox, AxisAlignedBoundingBox) - Static method in class org.cesiumjs.cs.core.AxisAlignedBoundingBox
-
Compares the provided AxisAlignedBoundingBox componentwise and returns true if they are equal, false otherwise.
- equals(BoundingRectangle, BoundingRectangle) - Static method in class org.cesiumjs.cs.core.BoundingRectangle
-
Compares the provided BoundingRectangles componentwise and returns true if they are equal, false otherwise.
- equals(BoundingRectangle) - Method in class org.cesiumjs.cs.core.BoundingRectangle
-
Compares this BoundingRectangle against the provided BoundingRectangle componentwise and returns true if they are equal, false otherwise.
- equals(BoundingSphere, BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Compares the provided BoundingSphere componentwise and returns true if they are equal, false otherwise.
- equals(BoundingSphere) - Method in class org.cesiumjs.cs.core.BoundingSphere
-
Compares this BoundingSphere against the provided BoundingSphere componentwise and returns true if they are equal, false otherwise.
- equals(Cartesian2) - Method in class org.cesiumjs.cs.core.Cartesian2
-
Compares this Cartesian against the provided Cartesian componentwise and returns true if they are equal, false otherwise.
- equals(Cartesian2, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Compares the provided Cartesians componentwise and returns true if they are equal, false otherwise.
- equals(Cartesian3) - Method in class org.cesiumjs.cs.core.Cartesian3
-
Compares this Cartesian against the provided Cartesian componentwise and returns true if they are equal, false otherwise.
- equals(Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Compares the provided Cartesians componentwise and returns true if they are equal, false otherwise.
- equals(Cartesian4) - Method in class org.cesiumjs.cs.core.Cartesian4
-
Compares this Cartesian against the provided Cartesian componentwise and returns true if they are equal, false otherwise.
- equals(Cartesian4, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Compares the provided Cartesians componentwise and returns true if they are equal, false otherwise.
- equals(Cartographic, Cartographic) - Static method in class org.cesiumjs.cs.core.Cartographic
-
Compares the provided cartographics componentwise and returns true if they are equal, false otherwise.
- equals() - Method in class org.cesiumjs.cs.core.Cartographic
-
Compares the provided against this cartographic componentwise and returns true if they are equal, false otherwise.
- equals(Cartographic) - Method in class org.cesiumjs.cs.core.Cartographic
-
Compares the provided against this cartographic componentwise and returns true if they are equal, false otherwise.
- equals(Color, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Returns true if the first Color equals the second color.
- equals(Color) - Method in class org.cesiumjs.cs.core.Color
-
Returns true if this Color equals other.
- equals(ColorGeometryInstanceAttribute) - Static method in class org.cesiumjs.cs.core.ColorGeometryInstanceAttribute
-
Compares the provided ColorGeometryInstanceAttributes and returns true if they are equal, false otherwise.
- equals(ColorGeometryInstanceAttribute, ColorGeometryInstanceAttribute) - Static method in class org.cesiumjs.cs.core.ColorGeometryInstanceAttribute
-
Compares the provided ColorGeometryInstanceAttributes and returns true if they are equal, false otherwise.
- equals(Credit, Credit) - Static method in class org.cesiumjs.cs.core.Credit
-
Returns true if the credits are equal
- equals(Credit) - Method in class org.cesiumjs.cs.core.Credit
-
Returns true if the credits are equal
- equals(DistanceDisplayCondition, DistanceDisplayCondition) - Static method in class org.cesiumjs.cs.core.DistanceDisplayCondition
-
Determines if two distance display conditions are equal.
- equals(DistanceDisplayCondition) - Method in class org.cesiumjs.cs.core.DistanceDisplayCondition
-
Determines if this distance display condition is equal to another.
- equals(Ellipsoid) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Compares this Ellipsoid against the provided Ellipsoid componentwise and returns true if they are equal, false otherwise.
- equals(HeadingPitchRoll, HeadingPitchRoll) - Static method in class org.cesiumjs.cs.core.HeadingPitchRoll
-
Compares the provided HeadingPitchRolls componentwise and returns true if they are equal, false otherwise.
- equals(HeadingPitchRoll) - Method in class org.cesiumjs.cs.core.HeadingPitchRoll
-
Compares this HeadingPitchRoll against the provided HeadingPitchRoll componentwise and returns true if they are equal, false otherwise.
- equals(JulianDate, JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Compares two instances and returns true if they are equal, false otherwise.
- equals(JulianDate) - Method in class org.cesiumjs.cs.core.JulianDate
-
Compares this and the provided instance and returns true if they are equal, false otherwise.
- equals(Matrix2) - Method in class org.cesiumjs.cs.core.Matrix2
-
Compares this matrix to the provided matrix componentwise and returns true if they are equal, false otherwise.
- equals(Matrix2, Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Compares the provided matrices componentwise and returns true if they are equal, false otherwise.
- equals(Matrix3) - Method in class org.cesiumjs.cs.core.Matrix3
-
Compares this matrix to the provided matrix componentwise and returns true if they are equal, false otherwise.
- equals(Matrix3, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Compares the provided matrices componentwise and returns true if they are equal, false otherwise.
- equals(Matrix4) - Method in class org.cesiumjs.cs.core.Matrix4
-
Compares this matrix to the provided matrix componentwise and returns true if they are equal, false otherwise.
- equals(Matrix4, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Compares the provided matrices componentwise and returns true if they are equal, false otherwise.
- equals(NearFarScalar, NearFarScalar) - Static method in class org.cesiumjs.cs.core.NearFarScalar
-
Compares the provided NearFarScalar and returns true if they are equal, false otherwise.
- equals(NearFarScalar) - Method in class org.cesiumjs.cs.core.NearFarScalar
-
Compares this instance to the provided NearFarScalar and returns true if they are equal, false otherwise.
- equals(OrientedBoundingBox, OrientedBoundingBox) - Static method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
Compares the provided OrientedBoundingBox componentwise and returns true if they are equal, false otherwise.
- equals(OrientedBoundingBox) - Method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
Compares this OrientedBoundingBox against the provided OrientedBoundingBox componentwise and returns true if
they are equal, false otherwise.
- equals(OrthographicFrustum) - Method in class org.cesiumjs.cs.core.OrthographicFrustum
-
Compares the provided OrthographicFrustum componentwise and returns true if they are equal, false otherwise.
- equals(OrthographicOffCenterFrustum) - Method in class org.cesiumjs.cs.core.OrthographicOffCenterFrustum
-
Compares the provided OrthographicOffCenterFrustum componentwise and returns true if they are equal, false otherwise.
- equals(PerspectiveFrustum) - Method in class org.cesiumjs.cs.core.PerspectiveFrustum
-
Compares the provided PerspectiveFrustum componentwise and returns true if they are equal, false otherwise.
- equals(PerspectiveOffCenterFrustum) - Method in class org.cesiumjs.cs.core.PerspectiveOffCenterFrustum
-
Compares the provided PerspectiveOffCenterFrustum componentwise and returns true if they are equal, false otherwise.
- equals(Plane, Plane) - Static method in class org.cesiumjs.cs.core.Plane
-
Compares the provided Planes by normal and distance and returns true if they are equal, false otherwise.
- equals(Quaternion, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Compares the provided quaternions componentwise and returns true if they are equal, false otherwise.
- equals(Quaternion) - Method in class org.cesiumjs.cs.core.Quaternion
-
Compares this and the provided quaternion componentwise and returns true if they are equal, false otherwise.
- equals(Rectangle, Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Compares the provided rectangles and returns true if they are equal, false otherwise.
- equals(Rectangle) - Method in class org.cesiumjs.cs.core.Rectangle
-
Compares the provided Rectangle with this Rectangle componentwise and returns true if they are equal, false otherwise.
- equals(Spherical, Spherical) - Static method in class org.cesiumjs.cs.core.Spherical
-
Returns true if the first spherical is equal to the second spherical, false otherwise.
- equals(Spherical) - Method in class org.cesiumjs.cs.core.Spherical
-
Returns true if this spherical is equal to the provided spherical, false otherwise.
- equals(TimeInterval, TimeInterval) - Static method in class org.cesiumjs.cs.core.TimeInterval
-
Compares two instances and returns true if they are equal, false otherwise.
- equals(TimeInterval, TimeInterval, TimeInterval.DataComparer) - Static method in class org.cesiumjs.cs.core.TimeInterval
-
Compares two instances and returns true if they are equal, false otherwise.
- equals(TimeInterval) - Method in class org.cesiumjs.cs.core.TimeInterval
-
Compares this instance against the provided instance componentwise and returns true if they are equal, false otherwise.
- equals(TimeInterval, TimeInterval.DataComparer) - Method in class org.cesiumjs.cs.core.TimeInterval
-
Compares this instance against the provided instance componentwise and returns true if they are equal, false otherwise.
- equals(TranslationRotationScale) - Method in class org.cesiumjs.cs.core.TranslationRotationScale
-
Compares this instance against the provided instance and returns true if they are equal, false otherwise.
- equals(DataSourceClock) - Method in class org.cesiumjs.cs.datasources.DataSourceClock
-
Returns true if this DataSourceClock is equivalent to the other
- equals(Property) - Method in class org.cesiumjs.cs.datasources.properties.CompositeProperty
-
Compares this property to the provided property and returns true if they are equal, false otherwise.
- equals(PolylineOutlineMaterialProperty) - Method in class org.cesiumjs.cs.datasources.properties.PolylineOutlineMaterialProperty
-
Compares this property to the provided property and returns true if they are equal, false otherwise.
- equals(Property<T>) - Method in class org.cesiumjs.cs.datasources.properties.Property
-
Compares this property to the provided property and returns true if they are equal, false otherwise.
- equals(Property) - Method in class org.cesiumjs.cs.datasources.properties.ReferenceProperty
-
Compares this property to the provided property and returns true if they are equal, false otherwise.
- equals(Property) - Method in class org.cesiumjs.cs.datasources.properties.TimeIntervalCollectionPositionProperty
-
Compares this property to the provided property and returns true if they are equal, false otherwise.
- equals(TimeIntervalCollectionProperty) - Method in class org.cesiumjs.cs.datasources.properties.TimeIntervalCollectionProperty
-
Compares this property to the provided property and returns true if they are equal, false otherwise.
- equals(Billboard) - Method in class org.cesiumjs.cs.scene.Billboard
-
Determines if this billboard equals another billboard.
- equals(Label) - Method in class org.cesiumjs.cs.scene.Label
-
Determines if this label equals another label.
- equalsEpsilon(Cartesian2, double, double) - Method in class org.cesiumjs.cs.core.Cartesian2
-
Compares this Cartesian against the provided Cartesian componentwise and returns true if they pass an absolute or
relative tolerance test, false otherwise.
- equalsEpsilon(Cartesian2, Cartesian2, double, double) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Compares the provided Cartesians componentwise and returns true if they pass an absolute or relative tolerance test, false otherwise.
- equalsEpsilon(Cartesian3, double, double) - Method in class org.cesiumjs.cs.core.Cartesian3
-
Compares this Cartesian against the provided Cartesian componentwise and returns true if they pass an absolute or
relative tolerance test, false otherwise.
- equalsEpsilon(Cartesian3, Cartesian3, double, double) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Compares the provided Cartesians componentwise and returns true if they pass an absolute or relative tolerance test, false otherwise.
- equalsEpsilon(Cartesian4, double, double) - Method in class org.cesiumjs.cs.core.Cartesian4
-
Compares this Cartesian against the provided Cartesian componentwise and returns true if they pass an absolute or
relative tolerance test, false otherwise.
- equalsEpsilon(Cartesian4, Cartesian4, double, double) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Compares the provided Cartesians componentwise and returns true if they pass an absolute or relative tolerance test, false otherwise.
- equalsEpsilon(Cartographic, Cartographic, double) - Static method in class org.cesiumjs.cs.core.Cartographic
-
Compares the provided cartographics componentwise and returns true if they are within the provided epsilon, false otherwise.
- equalsEpsilon(Cartographic, double) - Method in class org.cesiumjs.cs.core.Cartographic
-
Compares the provided against this cartographic componentwise and returns true if they are within the provided epsilon, false otherwise.
- equalsEpsilon(Color) - Method in class org.cesiumjs.cs.core.Color
-
Returns true if this Color equals other componentwise within the specified epsilon.
- equalsEpsilon(Color, double) - Method in class org.cesiumjs.cs.core.Color
-
Returns true if this Color equals other componentwise within the specified epsilon.
- equalsEpsilon(HeadingPitchRoll, HeadingPitchRoll, double, double) - Static method in class org.cesiumjs.cs.core.HeadingPitchRoll
-
Compares the provided HeadingPitchRolls componentwise and returns true if they pass an absolute or relative tolerance test, false otherwise.
- equalsEpsilon(HeadingPitchRoll, double, double) - Method in class org.cesiumjs.cs.core.HeadingPitchRoll
-
Compares this HeadingPitchRoll against the provided HeadingPitchRoll componentwise and returns true if
they pass an absolute or relative tolerance test, false otherwise.
- equalsEpsilon(JulianDate, JulianDate, int) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Compares two instances and returns true if they are within epsilon seconds of each other.
- equalsEpsilon(JulianDate, int) - Method in class org.cesiumjs.cs.core.JulianDate
-
Compares this and the provided instance and returns true if they are within epsilon seconds of each other.
- equalsEpsilon(double, double, double) - Static method in class org.cesiumjs.cs.core.Math
-
Determines if two values are equal using an absolute or relative tolerance test.
- equalsEpsilon(double, double, double, double) - Static method in class org.cesiumjs.cs.core.Math
-
Determines if two values are equal using an absolute or relative tolerance test.
- equalsEpsilon(Matrix2, double) - Method in class org.cesiumjs.cs.core.Matrix2
-
Compares this matrix to the provided matrix componentwise and returns true if they are within the provided epsilon, false otherwise.
- equalsEpsilon(Matrix2, Matrix2, double) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Compares the provided matrices componentwise and returns true if they are within the provided epsilon, false otherwise.
- equalsEpsilon(Matrix3, double) - Method in class org.cesiumjs.cs.core.Matrix3
-
Compares this matrix to the provided matrix componentwise and returns true if they are within the provided epsilon, false otherwise.
- equalsEpsilon(Matrix3, Matrix3, double) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Compares the provided matrices componentwise and returns true if they are within the provided epsilon, false otherwise.
- equalsEpsilon(Matrix4, double) - Method in class org.cesiumjs.cs.core.Matrix4
-
Compares this matrix to the provided matrix componentwise and returns true if they are within the provided epsilon, false otherwise.
- equalsEpsilon(Matrix4, Matrix4, double) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Compares the provided matrices componentwise and returns true if they are within the provided epsilon, false otherwise.
- equalsEpsilon(OrthographicFrustum, double) - Method in class org.cesiumjs.cs.core.OrthographicFrustum
-
Compares the provided OrthographicFrustum componentwise and returns true if they pass an absolute or relative
tolerance test, false otherwise.
- equalsEpsilon(OrthographicFrustum, double, double) - Method in class org.cesiumjs.cs.core.OrthographicFrustum
-
Compares the provided OrthographicFrustum componentwise and returns true if they pass an absolute or relative
tolerance test, false otherwise.
- equalsEpsilon(OrthographicOffCenterFrustum, double) - Method in class org.cesiumjs.cs.core.OrthographicOffCenterFrustum
-
Compares the provided OrthographicOffCenterFrustum componentwise and returns true if they pass an absolute or
relative tolerance test, false otherwise.
- equalsEpsilon(OrthographicOffCenterFrustum, double, double) - Method in class org.cesiumjs.cs.core.OrthographicOffCenterFrustum
-
Compares the provided OrthographicOffCenterFrustum componentwise and returns true if they pass an absolute or
relative tolerance test, false otherwise.
- equalsEpsilon(PerspectiveFrustum, double) - Method in class org.cesiumjs.cs.core.PerspectiveFrustum
-
Compares the provided PerspectiveFrustum componentwise and returns true if they pass an absolute or
relative tolerance test, false otherwise.
- equalsEpsilon(PerspectiveFrustum, double, double) - Method in class org.cesiumjs.cs.core.PerspectiveFrustum
-
Compares the provided PerspectiveFrustum componentwise and returns true if they pass an absolute or
relative tolerance test, false otherwise.
- equalsEpsilon(PerspectiveOffCenterFrustum, double) - Method in class org.cesiumjs.cs.core.PerspectiveOffCenterFrustum
-
Compares the provided PerspectiveOffCenterFrustum componentwise and returns true if they pass an absolute or
relative tolerance test, false otherwise.
- equalsEpsilon(PerspectiveOffCenterFrustum, double, double) - Method in class org.cesiumjs.cs.core.PerspectiveOffCenterFrustum
-
Compares the provided PerspectiveOffCenterFrustum componentwise and returns true if they pass an absolute or
relative tolerance test, false otherwise.
- equalsEpsilon(Quaternion, Quaternion, double) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Compares the provided quaternions componentwise and returns true if they are within the provided epsilon, false otherwise.
- equalsEpsilon(Quaternion, double) - Method in class org.cesiumjs.cs.core.Quaternion
-
Compares this and the provided quaternion componentwise and returns true if they are within the provided epsilon, false otherwise.
- equalsEpsilon(Rectangle, Rectangle, double) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Compares the provided Rectangles componentwise and returns true if they pass an absolute or relative tolerance test,
false otherwise.
- equalsEpsilon(Rectangle, double) - Method in class org.cesiumjs.cs.core.Rectangle
-
Compares the provided Rectangle with this Rectangle componentwise and returns true if they are within the
provided epsilon, false otherwise.
- equalsEpsilon(Spherical, Spherical) - Static method in class org.cesiumjs.cs.core.Spherical
-
Returns true if the first spherical is within the provided epsilon of the second spherical, false otherwise.
- equalsEpsilon(Spherical, Spherical, double) - Static method in class org.cesiumjs.cs.core.Spherical
-
Returns true if the first spherical is within the provided epsilon of the second spherical, false otherwise.
- equalsEpsilon(Spherical, double) - Method in class org.cesiumjs.cs.core.Spherical
-
Returns true if this spherical is within the provided epsilon of the provided spherical, false otherwise.
- equalsEpsilon(TimeInterval, TimeInterval, double) - Static method in class org.cesiumjs.cs.core.TimeInterval
-
Compares two instances and returns true if they are within epsilon seconds of each other.
- equalsEpsilon(TimeInterval, TimeInterval, double, TimeInterval.DataComparer) - Static method in class org.cesiumjs.cs.core.TimeInterval
-
Compares two instances and returns true if they are within epsilon seconds of each other.
- equalsEpsilon(TimeInterval, double) - Method in class org.cesiumjs.cs.core.TimeInterval
-
Compares this instance against the provided instance componentwise and returns true if they are within the provided epsilon, false otherwise.
- equalsEpsilon(TimeInterval, double, TimeInterval.DataComparer) - Method in class org.cesiumjs.cs.core.TimeInterval
-
Compares this instance against the provided instance componentwise and returns true if they are within the provided epsilon, false otherwise.
- errorEvent - Variable in class org.cesiumjs.cs.core.providers.CesiumTerrainProvider
-
Gets an event that is raised when the terrain provider encounters an asynchronous error..
- errorEvent - Variable in class org.cesiumjs.cs.core.providers.EllipsoidTerrainProvider
-
Gets an event that is raised when the terrain provider encounters an asynchronous error..
- errorEvent - Variable in class org.cesiumjs.cs.core.providers.GeoserverTerrainProvider
-
Gets an event that is raised when the terrain provider encounters an asynchronous error..
- errorEvent - Variable in class org.cesiumjs.cs.core.providers.VRTheWorldTerrainProvider
-
Gets an event that is raised when the terrain provider encounters an asynchronous error..
- errorEvent - Variable in class org.cesiumjs.cs.datasources.CustomDataSource
-
Gets an event that will be raised if an error is encountered during processing.
- errorEvent - Variable in class org.cesiumjs.cs.datasources.CzmlDataSource
-
Gets an event that will be raised if an error is encountered during processing.
- errorEvent - Variable in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Gets an event that will be raised if an error is encountered during processing.
- errorEvent - Variable in class org.cesiumjs.cs.datasources.KmlDataSource
-
Gets an event that will be raised if an error is encountered during processing.
- errorEvent() - Method in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
Gets an event that is raised when the imagery provider encounters an asynchronous error.
- errorEvent() - Method in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
Gets an event that is raised when the imagery provider encounters an asynchronous error.
- errorEvent() - Method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
Gets an event that is raised when the imagery provider encounters an asynchronous error.
- errorEvent() - Method in class org.cesiumjs.cs.scene.providers.GridImageryProvider
-
Gets an event that is raised when the imagery provider encounters an asynchronous error.
- errorEvent() - Method in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
Gets an event that is raised when the imagery provider encounters an asynchronous error.
- errorEvent() - Method in class org.cesiumjs.cs.scene.providers.MapboxImageryProvider
-
Gets an event that is raised when the imagery provider encounters an asynchronous error.
- errorEvent() - Method in class org.cesiumjs.cs.scene.providers.SingleTileImageryProvider
-
Gets an event that is raised when the imagery provider encounters an asynchronous error.
- errorEvent() - Method in class org.cesiumjs.cs.scene.providers.TileCoordinatesImageryProvider
-
Gets an event that is raised when the imagery provider encounters an asynchronous error.
- errorEvent() - Method in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
Gets an event that is raised when the imagery provider encounters an asynchronous error.
- errorEvent() - Method in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
Gets an event that is raised when the imagery provider encounters an asynchronous error.
- errorEvent() - Method in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Gets an event that is raised when the imagery provider encounters an asynchronous error.
- errorEventName() - Static method in class org.cesiumjs.cs.core.Fullscreen
-
The name of the event that is fired when a fullscreen error occurs.
- evaluate(Cesium3DTileFeature) - Method in class org.cesiumjs.cs.scene.ConditionsExpression
-
Evaluates the result of an expression, optionally using the provided feature's properties.
- evaluate(Cesium3DTileFeature, Object) - Method in class org.cesiumjs.cs.scene.ConditionsExpression
-
Evaluates the result of an expression, optionally using the provided feature's properties.
- evaluate(Cesium3DTileFeature) - Method in class org.cesiumjs.cs.scene.Expression
-
Evaluates the result of an expression, optionally using the provided feature's properties.
- evaluate(Cesium3DTileFeature, Object) - Method in class org.cesiumjs.cs.scene.Expression
-
Evaluates the result of an expression, optionally using the provided feature's properties.
- evaluateColor(Cesium3DTileFeature) - Method in class org.cesiumjs.cs.scene.ConditionsExpression
-
Evaluates the result of a Color expression, optionally using the provided feature's properties.
- evaluateColor(Cesium3DTileFeature, Color) - Method in class org.cesiumjs.cs.scene.ConditionsExpression
-
Evaluates the result of a Color expression, optionally using the provided feature's properties.
- evaluateColor(Cesium3DTileFeature) - Method in class org.cesiumjs.cs.scene.Expression
-
Evaluates the result of a Color expression, optionally using the provided feature's properties.
- evaluateColor(Cesium3DTileFeature, Color) - Method in class org.cesiumjs.cs.scene.Expression
-
Evaluates the result of a Color expression, optionally using the provided feature's properties.
- evenColor - Variable in class org.cesiumjs.cs.datasources.properties.CheckerboardMaterialProperty
-
A Property specifying the first Color.
- evenColor - Variable in class org.cesiumjs.cs.datasources.properties.options.CheckerboardMaterialPropertyOptions
-
A Property specifying the first Color.
- evenColor - Variable in class org.cesiumjs.cs.datasources.properties.options.StripeMaterialPropertyOptions
-
A Property specifying the first Color.
- evenColor - Variable in class org.cesiumjs.cs.datasources.properties.StripeMaterialProperty
-
Gets or sets the Property specifying the first Color.
- Event<T> - Class in org.cesiumjs.cs.core
-
- Event() - Constructor for class org.cesiumjs.cs.core.Event
-
A generic utility class for managing subscribers for a particular event.
- Event(DrawInteraction.EventType, PrimitiveType) - Constructor for class org.cesiumjs.cs.scene.interaction.DrawInteraction.Event
-
- Event.Listener - Interface in org.cesiumjs.cs.core
-
Universal callback listener, supports array params
- Event.RemoveCallback - Interface in org.cesiumjs.cs.core
-
A function that removes a listener.
- exec() - Method in interface org.cesiumjs.cs.promise.Function
-
- execute() - Method in interface org.cesiumjs.cs.promise.PromiseCallback
-
- Executor<V,E> - Interface in org.cesiumjs.cs.promise
-
- exitFullscreen() - Static method in class org.cesiumjs.cs.core.Fullscreen
-
Asynchronously exits fullscreen mode.
- exp(Cartesian3, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
The exponential quaternion function.
- expand(BoundingRectangle, Cartesian2) - Static method in class org.cesiumjs.cs.core.BoundingRectangle
-
Computes a bounding rectangle by enlarging the provided rectangle until it contains the provided point.
- expand(BoundingRectangle, Cartesian2, BoundingRectangle) - Static method in class org.cesiumjs.cs.core.BoundingRectangle
-
Computes a bounding rectangle by enlarging the provided rectangle until it contains the provided point.
- expand(BoundingSphere, Cartesian3, BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a bounding sphere by enlarging the provided sphere to contain the provided point.
- expand(BoundingSphere, Cartesian3) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a bounding sphere by enlarging the provided sphere to contain the provided point.
- expand(Rectangle, Cartographic) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Computes a rectangle by enlarging the provided rectangle until it contains the provided cartographic.
- expand(Rectangle, Cartographic, Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Computes a rectangle by enlarging the provided rectangle until it contains the provided cartographic.
- expireDate - Variable in class org.cesiumjs.cs.scene.Cesium3DTile
-
The date when the content expires and new content is requested.
- expireDuration - Variable in class org.cesiumjs.cs.scene.Cesium3DTile
-
The time in seconds after the tile's content is ready when the content expires and new content is requested.
- EXPONENTIAL_IN() - Static method in class org.cesiumjs.cs.core.EasingFunction
-
Exponential in.
- EXPONENTIAL_IN_OUT() - Static method in class org.cesiumjs.cs.core.EasingFunction
-
Exponential in then out.
- EXPONENTIAL_OUT() - Static method in class org.cesiumjs.cs.core.EasingFunction
-
Exponential out.
- exportKml(Cesium.ExportKmlOptions) - Static method in class org.cesiumjs.cs.Cesium
-
Exports an EntityCollection as a KML document.
- Expression - Class in org.cesiumjs.cs.scene
-
- Expression() - Constructor for class org.cesiumjs.cs.scene.Expression
-
- Expression(String) - Constructor for class org.cesiumjs.cs.scene.Expression
-
- Expression(String, JsObject) - Constructor for class org.cesiumjs.cs.scene.Expression
-
- expression() - Method in class org.cesiumjs.cs.scene.Expression
-
Gets the expression defined in the 3D Tiles Styling language.
- extend(Object) - Method in class org.cesiumjs.cs.widgets.Viewer
-
Extends the base viewer functionality with the provided mixin.
- extend(Object, Object) - Method in class org.cesiumjs.cs.widgets.Viewer
-
Extends the base viewer functionality with the provided mixin.
- extension() - Method in class org.cesiumjs.cs.core.Resource
-
The file extension of the resource.
- EXTRAPOLATE() - Static method in class org.cesiumjs.cs.core.enums.ExtrapolationType
-
The value is extrapolated.
- ExtrapolationType - Class in org.cesiumjs.cs.core.enums
-
Constants to determine how an interpolated value is extrapolated when querying outside the bounds of available data.
- extras() - Method in class org.cesiumjs.cs.scene.Cesium3DTile
-
Returns the extras property in the tileset JSON for this tile, which contains application specific metadata.
- extras() - Method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Returns the extras property at the top-level of the tileset JSON, which contains application specific metadata.
- extrudedHeight - Variable in class org.cesiumjs.cs.core.geometry.options.CircleOutlineGeometryOptions
-
The distance in meters between the circle's extruded face and the ellipsoid surface.
- extrudedHeight - Variable in class org.cesiumjs.cs.core.geometry.options.CorridorOutlineGeometryOptions
-
The distance in meters between the ellipsoid surface and the extruded face.
- extrudedHeight - Variable in class org.cesiumjs.cs.core.geometry.options.EllipseOutlineGeometryOptions
-
The distance in meters between the ellipse's extruded face and the ellipsoid surface.
- extrudedHeight - Variable in class org.cesiumjs.cs.core.geometry.options.PolygonOutlineGeometryOptions
-
The distance in meters between the polygon's extruded face and the ellipsoid surface.
- extrudedHeight - Variable in class org.cesiumjs.cs.core.geometry.options.RectangleOutlineGeometryOptions
-
The distance in meters between the rectangle's extruded face and the ellipsoid surface.
- extrudedHeight - Variable in class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
A numeric Property specifying the altitude of the corridor's extruded face relative to the ellipsoid surface.
- extrudedHeight - Variable in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
A numeric Property specifying the altitude of the ellipse's extruded face relative to the ellipsoid surface.
- extrudedHeight - Variable in class org.cesiumjs.cs.datasources.graphics.options.CorridorGraphicsOptions
-
A numeric Property specifying the altitude of the corridor's extruded face relative to the ellipsoid surface.
- extrudedHeight - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipseGraphicsOptions
-
A numeric Property specifying the altitude of the ellipse's extruded face relative to the ellipsoid surface.
- extrudedHeight - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
A numeric Property specifying the altitude of the polygon's extruded face relative to the ellipsoid surface.
- extrudedHeight - Variable in class org.cesiumjs.cs.datasources.graphics.options.RectangleGraphicsOptions
-
A numeric Property specifying the altitude of the rectangle's extruded face relative to the ellipsoid surface.
- extrudedHeight - Variable in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
A numeric Property specifying the altitude of the polygon's extruded face relative to the ellipsoid surface.
- extrudedHeight - Variable in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Gets or sets the numeric Property specifying the altitude of the rectangle extrusion.
- extrudedHeightReference - Variable in class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
Gets or sets the Property specifying the extruded HeightReference.
- extrudedHeightReference - Variable in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
Gets or sets the Property specifying the extruded HeightReference.
- extrudedHeightReference - Variable in class org.cesiumjs.cs.datasources.graphics.options.CorridorGraphicsOptions
-
A Property specifying what the extrudedHeight is relative to.
- extrudedHeightReference - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipseGraphicsOptions
-
A Property specifying what the extrudedHeight is relative to.
- extrudedHeightReference - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
A Property specifying what the extrudedHeight is relative to.
- extrudedHeightReference - Variable in class org.cesiumjs.cs.datasources.graphics.options.RectangleGraphicsOptions
-
A Property specifying what the extrudedHeight is relative to.
- extrudedHeightReference - Variable in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
Gets or sets the Property specifying the extruded HeightReference.
- extrudedHeightReference - Variable in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Gets or sets the Property specifying the extruded HeightReference.
- eyeDomeLighting - Variable in class org.cesiumjs.cs.scene.options.PointCloudShadingOptions
-
When true, use eye dome lighting when drawing with point attenuation.
- eyeDomeLighting - Variable in class org.cesiumjs.cs.scene.PointCloudShading
-
When true, use eye dome lighting when drawing with point attenuation.
- eyeDomeLightingRadius - Variable in class org.cesiumjs.cs.scene.options.PointCloudShadingOptions
-
Increase the thickness of contours from eye dome lighting.
- eyeDomeLightingRadius - Variable in class org.cesiumjs.cs.scene.PointCloudShading
-
Increase the thickness of contours from eye dome lighting.
- eyeDomeLightingStrength - Variable in class org.cesiumjs.cs.scene.options.PointCloudShadingOptions
-
Increasing this value increases contrast on slopes and edges.
- eyeDomeLightingStrength - Variable in class org.cesiumjs.cs.scene.PointCloudShading
-
Increasing this value increases contrast on slopes and edges.
- eyeOffset - Variable in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Gets or sets the Cartesian3 Property specifying the billboard's offset in eye coordinates.
- eyeOffset - Variable in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
A Cartesian3 Property specifying the eye offset.
- eyeOffset - Variable in class org.cesiumjs.cs.datasources.graphics.options.BillboardGraphicsOptions
-
A Cartesian3 Property specifying the eye offset.
- eyeOffset - Variable in class org.cesiumjs.cs.datasources.graphics.options.LabelGraphicsOptions
-
A Cartesian3 Property specifying the eye offset.
- eyeOffset - Variable in class org.cesiumjs.cs.scene.Billboard
-
Gets or sets the 3D Cartesian offset applied to this billboard in eye coordinates.
- eyeOffset - Variable in class org.cesiumjs.cs.scene.Label
-
Gets and sets the 3D Cartesian offset applied to this label in eye coordinates.
- eyeOffset - Variable in class org.cesiumjs.cs.scene.options.BillboardOptions
-
Gets or sets the 3D Cartesian offset applied to this billboard in eye coordinates.
- eyeOffset - Variable in class org.cesiumjs.cs.scene.options.LabelOptions
-
Gets and sets the 3D Cartesian offset applied to this label in eye coordinates.
- eyeSeparation - Variable in class org.cesiumjs.cs.scene.Scene
-
The eye separation distance in meters for use with cardboard or WebVR.
- fabric - Variable in class org.cesiumjs.cs.scene.options.MaterialOptions
-
The fabric JSON used to generate the material.
- faceForward() - Method in class org.cesiumjs.cs.scene.apperances.EllipsoidSurfaceAppearance
-
When true, the fragment shader flips the surface normal as needed to ensure that the normal faces the viewer to avoid dark spots.
- faceForward() - Method in class org.cesiumjs.cs.scene.apperances.MaterialAppearance
-
When true, the fragment shader flips the surface normal as needed to ensure that the normal
faces the viewer to avoid dark spots.
- faceForward - Variable in class org.cesiumjs.cs.scene.apperances.options.EllipsoidSurfaceAppearanceOptions
-
When true, the fragment shader flips the surface normal as needed to ensure that the normal faces the
viewer to avoid dark spots.
- faceForward - Variable in class org.cesiumjs.cs.scene.apperances.options.MaterialAppearanceOptions
-
When true, the fragment shader flips the surface normal as needed to ensure that the normal faces the viewer to avoid dark spots.
- faceForward - Variable in class org.cesiumjs.cs.scene.apperances.options.PerInstanceColorAppearanceOptions
-
When true, the fragment shader flips the surface normal as needed to ensure that the normal faces the viewer to
avoid dark spots.
- faceForward() - Method in class org.cesiumjs.cs.scene.apperances.PerInstanceColorAppearance
-
When true, the fragment shader flips the surface normal as needed to ensure that the normal faces the viewer to
avoid dark spots.
- factorial(double) - Static method in class org.cesiumjs.cs.core.Math
-
Computes the factorial of the provided number.
- FadeType() - Static method in class org.cesiumjs.cs.scene.Material
-
Gets the name of the fade material.
- FAILED() - Static method in class org.cesiumjs.cs.core.enums.RequestState
-
Request failed.
- fallbackModulePath - Variable in class org.cesiumjs.cs.core.options.WebAssemblyOptions
-
The path of the fallback JavaScript module to use if web assembly is not supported.
- far - Variable in class org.cesiumjs.cs.core.DistanceDisplayCondition
-
The largest distance in the interval where the object is visible.
- far - Variable in class org.cesiumjs.cs.core.Frustum
-
The distance of the far plane.
- far - Variable in class org.cesiumjs.cs.core.NearFarScalar
-
The upper bound of the camera range.
- farToNearRatio - Variable in class org.cesiumjs.cs.scene.Scene
-
The far-to-near ratio of the multi-frustum.
- farValue - Variable in class org.cesiumjs.cs.core.NearFarScalar
-
The value at the upper bound of the camera range.
- faster - Variable in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Gets a command that increases the speed of animation.
- fastSlerp(Quaternion, Quaternion, double, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes the spherical linear interpolation or extrapolation at t using the provided quaternions.
- fastSquad(Quaternion, Quaternion, Quaternion, Quaternion, float, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
- feature - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets the current feature of the view model.
- FeatureDetection - Class in org.cesiumjs.cs.core
-
A set of functions to detect whether the current browser supports various features.
- featuresLength() - Method in class org.cesiumjs.cs.scene.Cesium3DTileContent
-
Gets the number of features in the tile.
- fetch(String) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource from a URL and calls fetch() on it.
- fetch(ResourceHttpOptions) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource from a URL and calls fetch() on it.
- fetchArrayBuffer(String) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource and calls fetchArrayBuffer() on it.
- fetchArrayBuffer(ResourceOptions) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource and calls fetchArrayBuffer() on it.
- fetchArrayBuffer() - Method in class org.cesiumjs.cs.core.Resource
-
Asynchronously loads the resource as raw binary data.
- fetchBlob(String) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource and calls fetchBlob() on it.
- fetchBlob(ResourceOptions) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource and calls fetchBlob() on it.
- fetchImage(String) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource and calls fetchImage() on it.
- fetchImage(ResourceImageOptions) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource and calls fetchImage() on it.
- fetchImage() - Method in class org.cesiumjs.cs.core.Resource
-
Asynchronously loads the given image resource.
- fetchImage(boolean) - Method in class org.cesiumjs.cs.core.Resource
-
Asynchronously loads the given image resource.
- fetchJson(String) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource and calls fetchJson() on it.
- fetchJson(ResourceOptions) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource and calls fetchJson() on it.
- fetchJson() - Method in class org.cesiumjs.cs.core.Resource
-
Asynchronously loads the given resource as JSON.
- fetchJsonp(String) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource from a URL and calls fetchJsonp() on it.
- fetchJsonp(ResourceJsonpOptions) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource from a URL and calls fetchJsonp() on it.
- fetchJsonp() - Method in class org.cesiumjs.cs.core.Resource
-
Requests a resource using JSONP.
- fetchJsonpCallback(String) - Method in class org.cesiumjs.cs.core.Resource
-
Requests a resource using JSONP.
- fetchText(String) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource and calls fetchText() on it.
- fetchText(ResourceOptions) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource and calls fetchText() on it.
- fetchText() - Method in class org.cesiumjs.cs.core.Resource
-
Asynchronously loads the given resource as text.
- fetchXML(String) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource and calls fetchXML() on it.
- fetchXML(ResourceOptions) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource and calls fetchXML() on it.
- fileExtension - Variable in class org.cesiumjs.cs.scene.providers.options.OpenStreetMapImageryProviderOptions
-
The file extension for images on the server.
- fileExtension - Variable in class org.cesiumjs.cs.scene.providers.options.TileMapServiceImageryProviderOptions
-
The file extension for images on the server.
- fill - Static variable in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Gets or sets default color for polygon interiors.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.BoxGraphics
-
Gets or sets the boolean Property specifying whether the box is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
A boolean Property specifying whether the corridor is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.CylinderGraphics
-
A boolean Property specifying whether the cylinder is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
A boolean Property specifying whether the ellipse is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.EllipsoidGraphics
-
A boolean Property specifying whether the ellipsoid is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.options.BoxGraphicsOptions
-
A boolean Property specifying whether the box is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.options.CorridorGraphicsOptions
-
A boolean Property specifying whether the corridor is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.options.CylinderGraphicsOptions
-
A boolean Property specifying whether the cylinder is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipseGraphicsOptions
-
A boolean Property specifying whether the ellipse is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipsoidGraphicsOptions
-
A boolean Property specifying whether the ellipsoid is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.options.PlaneGraphicsOptions
-
A boolean Property specifying whether the plane is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
A boolean Property specifying whether the polygon is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineVolumeGraphicsOptions
-
A boolean Property specifying whether the volume is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.options.RectangleGraphicsOptions
-
A boolean Property specifying whether the rectangle is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.options.WallGraphicsOptions
-
A boolean Property specifying whether the wall is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.PlaneGraphics
-
A boolean Property specifying whether the plane is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
A boolean Property specifying whether the polygon is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineVolumeGraphics
-
A boolean Property specifying whether the volume is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Gets or sets the boolean Property specifying whether the rectangle is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.graphics.WallGraphics
-
A boolean Property specifying whether the wall is filled with the provided material.
- fill - Variable in class org.cesiumjs.cs.datasources.options.GeoJsonDataSourceOptions
-
The default color for polygon interiors.
- fill(T) - Method in class org.cesiumjs.cs.js.JsArray
-
Fills all the elements of an array from a start index to an end index with a static value.
- fill(T, int) - Method in class org.cesiumjs.cs.js.JsArray
-
Fills all the elements of an array from a start index to an end index with a static value.
- fill(T, int, int) - Method in class org.cesiumjs.cs.js.JsArray
-
Fills all the elements of an array from a start index to an end index with a static value.
- FILL() - Static method in class org.cesiumjs.cs.scene.enums.LabelStyle
-
Fill the text of the label, but do not outline.
- FILL_AND_OUTLINE() - Static method in class org.cesiumjs.cs.scene.enums.LabelStyle
-
Fill and outline the text of the label.
- fillColor - Variable in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
A Property specifying the fill Color.
- fillColor - Variable in class org.cesiumjs.cs.datasources.graphics.options.LabelGraphicsOptions
-
A Property specifying the fill Color.
- fillColor - Variable in class org.cesiumjs.cs.scene.Label
-
Gets or sets the fill color of this label.
- fillColor - Variable in class org.cesiumjs.cs.scene.options.LabelOptions
-
Gets or sets the fill color of this label.
- fillEnabled() - Method in class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
Gets a value indicating if the geometry has a fill component.
- fillMaterialProperty() - Method in class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
Gets the material property used to fill the geometry.
- findDataForIntervalContainingDate(JulianDate) - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Finds and returns the data for the interval that contains the specified date.
- findIntersectionWithLatitude(double) - Method in class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Provides the location of a point at the indicated latitude along the rhumb line.
- findIntersectionWithLatitude(double, Cartographic) - Method in class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Provides the location of a point at the indicated latitude along the rhumb line.
- findIntersectionWithLongitude(double) - Method in class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Provides the location of a point at the indicated longitude along the rhumb line.
- findIntersectionWithLongitude(double, Cartographic) - Method in class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Provides the location of a point at the indicated longitude along the rhumb line.
- findInterval() - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Returns the first interval in the collection that matches the specified parameters.
- findInterval(TimeIntervalOptions) - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Returns the first interval in the collection that matches the specified parameters.
- findIntervalContainingDate(JulianDate) - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
The date to search for.
- FIREBRICK() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #B22222
- fitToUnsignedShortIndices(Geometry) - Static method in class org.cesiumjs.cs.core.geometry.GeometryPipeline
-
Splits a geometry into multiple geometries, if necessary, to ensure that indices in the indices fit into unsigned shorts.
- FIXED() - Static method in class org.cesiumjs.cs.core.enums.ReferenceFrame
-
The fixed frame.
- fixedFrameToHeadingPitchRoll(Matrix4) - Static method in class org.cesiumjs.cs.core.Transforms
-
Computes heading-pitch-roll angles from a transform in a particular reference frame.
- fixedFrameToHeadingPitchRoll(Matrix4, Ellipsoid) - Static method in class org.cesiumjs.cs.core.Transforms
-
Computes heading-pitch-roll angles from a transform in a particular reference frame.
- fixedFrameToHeadingPitchRoll(Matrix4, Ellipsoid, Transforms.LocalFrameToFixedFrame) - Static method in class org.cesiumjs.cs.core.Transforms
-
Computes heading-pitch-roll angles from a transform in a particular reference frame.
- fixedFrameToHeadingPitchRoll(Matrix4, Ellipsoid, Transforms.LocalFrameToFixedFrame, HeadingPitchRoll) - Static method in class org.cesiumjs.cs.core.Transforms
-
Computes heading-pitch-roll angles from a transform in a particular reference frame.
- fixSmartGWT() - Static method in class org.cesiumjs.cs.Cesium
-
Fix for SmartGWT
Thanks for Mark Erikson (https://groups.google.com/forum/#!
- flat() - Method in class org.cesiumjs.cs.scene.apperances.EllipsoidSurfaceAppearance
-
When true, flat shading is used in the fragment shader, which means lighting is not taking into account.
- flat() - Method in class org.cesiumjs.cs.scene.apperances.MaterialAppearance
-
When true, flat shading is used in the fragment shader, which means lighting is not taking into account.
- flat - Variable in class org.cesiumjs.cs.scene.apperances.options.EllipsoidSurfaceAppearanceOptions
-
When true, flat shading is used in the fragment shader, which means lighting is not taking into account.
- flat - Variable in class org.cesiumjs.cs.scene.apperances.options.MaterialAppearanceOptions
-
When true, flat shading is used in the fragment shader, which means lighting is not taking into account.
- flat - Variable in class org.cesiumjs.cs.scene.apperances.options.PerInstanceColorAppearanceOptions
-
When true, flat shading is used in the fragment shader, which means lighting is not taking into account.
- flat() - Method in class org.cesiumjs.cs.scene.apperances.PerInstanceColorAppearance
-
When true, flat shading is used in the fragment shader, which means lighting is not taking into account.
- FLAT_VERTEX_FORMAT() - Static method in class org.cesiumjs.cs.scene.apperances.PerInstanceColorAppearance
-
The VertexFormat that all PerInstanceColorAppearance instances are compatible with when PerInstanceColorAppearance#flat
is false.
- flightDuration - Variable in class org.cesiumjs.cs.widgets.GeocoderViewModel
-
Gets or sets the the duration of the camera flight in seconds.
- flightDuration - Variable in class org.cesiumjs.cs.widgets.options.GeocoderOptions
-
The duration of the camera flight to an entered location, in seconds.
- flightDuration - Variable in class org.cesiumjs.cs.widgets.options.GeocoderViewModelOptions
-
The duration of the camera flight to an entered location, in seconds.
- flipXY - Variable in class org.cesiumjs.cs.scene.providers.options.TileMapServiceImageryProviderOptions
-
Older versions of gdal2tiles.py flipped X and Y values in tilemapresource.xml.
- flipY - Variable in class org.cesiumjs.cs.core.options.ResourceImageOptions
-
Whether to vertically flip the image during fetch and decode.
- FLOAT() - Static method in class org.cesiumjs.cs.core.ComponentDatatype
-
32-bit floating-point corresponding to FLOAT and the type of an element in Float32Array.
- FLOAT() - Static method in class org.cesiumjs.cs.core.enums.PixelDatatype
-
- floatToByte(float) - Static method in class org.cesiumjs.cs.core.Color
-
Converts a 'float' color component in the range of 0 to 1.0 into a 'byte' color component in the range of 0 to 255.
- FLORALWHITE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FFFAF0
- flyHome() - Method in class org.cesiumjs.cs.scene.Camera
-
Fly the camera to the home view.
- flyHome(double) - Method in class org.cesiumjs.cs.scene.Camera
-
Fly the camera to the home view.
- flyOverLongitude - Variable in class org.cesiumjs.cs.scene.options.CameraFlyToOptions
-
There are always two ways between 2 points on globe.
- flyOverLongitudeWeight - Variable in class org.cesiumjs.cs.scene.options.CameraFlyToOptions
-
Fly over the lon specifyed via flyOverLongitude only if that way is not longer than short way times flyOverLongitudeWeight.
- flyTo(CameraFlyToOptions) - Method in class org.cesiumjs.cs.scene.Camera
-
Flies the camera from its current position to a new position.
- flyTo(Object) - Method in class org.cesiumjs.cs.widgets.Viewer
-
Flies the camera to the provided entity, entities, or data source.
- flyTo(Object, FlyToOptions) - Method in class org.cesiumjs.cs.widgets.Viewer
-
Flies the camera to the provided entity, entities, or data source.
- flyToBoundingSphere(BoundingSphere, CameraFlyToOptions) - Method in class org.cesiumjs.cs.scene.Camera
-
Flies the camera to a location where the current view contains the provided bounding sphere.
- FlyToOptions - Class in org.cesiumjs.cs.widgets.options
-
- FlyToOptions() - Constructor for class org.cesiumjs.cs.widgets.options.FlyToOptions
-
- focalLength - Variable in class org.cesiumjs.cs.scene.Scene
-
The focal length for use when with cardboard or WebVR.
- Fog - Class in org.cesiumjs.cs.scene
-
- Fog() - Constructor for class org.cesiumjs.cs.scene.Fog
-
Blends the atmosphere to geometry far from the camera for horizon views.
- fog - Variable in class org.cesiumjs.cs.scene.Scene
-
Blends the atmosphere to geometry far from the camera for horizon views.
- followSurface - Variable in class org.cesiumjs.cs.core.geometry.options.PolylineGeometryOptions
-
- followSurface - Variable in class org.cesiumjs.cs.core.geometry.options.SimplePolylineGeometryOptions
-
- followSurface - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineGraphicsOptions
-
- followSurface - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineGraphics
-
- font - Variable in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
A Property specifying the CSS font.
- font - Variable in class org.cesiumjs.cs.datasources.graphics.options.LabelGraphicsOptions
-
A Property specifying the CSS font.
- font - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets the font of this feature.
- font - Variable in class org.cesiumjs.cs.scene.Label
-
Gets or sets the font used to draw this label.
- font - Variable in class org.cesiumjs.cs.scene.options.LabelOptions
-
Gets or sets the font used to draw this label.
- forcePowerOfTwo - Variable in class org.cesiumjs.cs.scene.options.PostProcessStageOptions
-
Whether or not to force the texture dimensions to be both equal powers of two.
- forcePowerOfTwo() - Method in class org.cesiumjs.cs.scene.PostProcessStage
-
Whether or not to force the output texture dimensions to be both equal powers of two.
- forceResize() - Method in class org.cesiumjs.cs.widgets.Viewer
-
This forces the widget to re-think its layout, including widget sizes and credit placement.
- FORESTGREEN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #228B22
- format - Variable in class org.cesiumjs.cs.core.providers.GeoserverTerrainProviderFormatArray
-
- format - Variable in class org.cesiumjs.cs.scene.providers.options.MapboxImageryProviderOptions
-
The format of the image request.
- format - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapTileServiceImageryProviderOptions
-
The MIME type for images to retrieve from the server.
- format() - Method in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Gets the mime type of images returned by this imagery provider.
- format - Variable in class org.cesiumjs.cs.scene.WebMapServiceParameters
-
- formatArray - Variable in class org.cesiumjs.cs.core.providers.options.GeoserverTerrainProviderOptions
-
Custom format array
- forwardExtrapolationDuration - Variable in class org.cesiumjs.cs.datasources.properties.SampledPositionProperty
-
Gets or sets the amount of time to extrapolate forward before the property becomes undefined.
- forwardExtrapolationDuration - Variable in class org.cesiumjs.cs.datasources.properties.SampledProperty
-
Gets or sets the amount of time to extrapolate forward before the property becomes undefined.
- forwardExtrapolationType - Variable in class org.cesiumjs.cs.datasources.properties.SampledPositionProperty
-
Gets or sets the type of extrapolation to perform when a value is requested at a time after any available samples.
- forwardExtrapolationType - Variable in class org.cesiumjs.cs.datasources.properties.SampledProperty
-
Gets or sets the type of extrapolation to perform when a value is requested at a time after any available samples.
- fov - Variable in class org.cesiumjs.cs.core.PerspectiveFrustum
-
The angle of the field of view (FOV), in radians.
- foveatedConeSize - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Optimization option.
- foveatedConeSize - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Optimization option.
- foveatedInterpolationCallback - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Optimization option.
- foveatedInterpolationCallback - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Optimization option.
- foveatedMinimumScreenSpaceErrorRelaxation - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Optimization option.
- foveatedMinimumScreenSpaceErrorRelaxation - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Optimization option.
- foveatedScreenSpaceError - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Optimization option.
- foveatedScreenSpaceError - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Optimization option.
- foveatedTimeDelay - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Optimization option.
- foveatedTimeDelay - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Optimization option.
- fovy() - Method in class org.cesiumjs.cs.core.PerspectiveFrustum
-
Gets the angle of the vertical field of view, in radians.
- fragmentShader - Variable in class org.cesiumjs.cs.scene.options.PostProcessStageOptions
-
The fragment shader to use.
- fragmentShader() - Method in class org.cesiumjs.cs.scene.PostProcessStage
-
The fragment shader to use when execute this post-process stage.
- fragmentShaderSource() - Method in class org.cesiumjs.cs.scene.apperances.Appearance
-
The GLSL source code for the fragment shader.
- fragmentShaderSource - Variable in class org.cesiumjs.cs.scene.apperances.options.AppearanceOptions
-
Optional GLSL fragment shader source to override the default fragment shader.
- fragmentShaderSource - Variable in class org.cesiumjs.cs.scene.apperances.options.DebugAppearanceOptions
-
Optional GLSL fragment shader source to override the default fragment shader.
- fragmentShaderSource - Variable in class org.cesiumjs.cs.scene.apperances.options.EllipsoidSurfaceAppearanceOptions
-
GLSL fragment shader source to override the default fragment shader.
- fragmentShaderSource - Variable in class org.cesiumjs.cs.scene.apperances.options.MaterialAppearanceOptions
-
GLSL fragment shader source to override the default fragment shader.
- fragmentShaderSource - Variable in class org.cesiumjs.cs.scene.apperances.options.PerInstanceColorAppearanceOptions
-
GLSL fragment shader source to override the default fragment shader.
- fragmentShaderSource - Variable in class org.cesiumjs.cs.scene.apperances.options.PolylineColorAppearanceOptions
-
Optional GLSL fragment shader source to override the default fragment shader.
- fragmentShaderSource - Variable in class org.cesiumjs.cs.scene.apperances.options.PolylineMaterialAppearanceOptions
-
Optional GLSL fragment shader source to override the default fragment shader.
- frameChanged - Variable in class org.cesiumjs.cs.scene.TimeDynamicPointCloud
-
The event fired to indicate that a new frame was rendered.
- frameFailed - Variable in class org.cesiumjs.cs.scene.TimeDynamicPointCloud
-
The event fired to indicate that a frame failed to load.
- freezeFrame - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to suspend updates.
- fromAlpha(Color, double, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Creates a new Color that has the same red, green, and blue components of the specified color, but with the specified alpha value.
- fromArray(JsArrayNumber, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Creates a Cartesian2 from two consecutive elements in an array.
- fromArray(double[], Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Creates a Cartesian2 from two consecutive elements in an array.
- fromArray(JsArrayNumber, int, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Creates a Cartesian2 from two consecutive elements in an array.
- fromArray(double[], int, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Creates a Cartesian2 from two consecutive elements in an array.
- fromArray(JsArrayNumber, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Creates a Cartesian3 from two consecutive elements in an array.
- fromArray(double[], Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Creates a Cartesian3 from two consecutive elements in an array.
- fromArray(JsArrayNumber, int, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Creates a Cartesian3 from two consecutive elements in an array.
- fromArray(double[], int, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Creates a Cartesian3 from two consecutive elements in an array.
- fromArray(double[], Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Creates a Cartesian4 from two consecutive elements in an array.
- fromArray(double[]) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Creates a Cartesian4 from two consecutive elements in an array.
- fromArray(double[], int, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Creates a Cartesian4 from two consecutive elements in an array.
- fromArray(double[], int) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Creates a Cartesian4 from two consecutive elements in an array.
- fromArray(double[]) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Creates a Matrix2 from 4 consecutive elements in an array.
- fromArray(double[], int) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Creates a Matrix2 from 4 consecutive elements in an array.
- fromArray(double[], int, Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Creates a Matrix2 from 4 consecutive elements in an array.
- fromArray(double[]) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Creates a Matrix3 from 4 consecutive elements in an array.
- fromArray(double[], int) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Creates a Matrix3 from 4 consecutive elements in an array.
- fromArray(double[], int, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Creates a Matrix3 from 4 consecutive elements in an array.
- fromArray(double[]) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Creates a Matrix4 from 4 consecutive elements in an array.
- fromArray(double[], int) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Creates a Matrix4 from 4 consecutive elements in an array.
- fromArray(double[], int, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Creates a Matrix4 from 4 consecutive elements in an array.
- fromAssetId(int) - Static method in class org.cesiumjs.cs.core.IonResource
-
Asynchronously creates an instance.
- fromAssetId(int, FromAssetIdOptions) - Static method in class org.cesiumjs.cs.core.IonResource
-
Asynchronously creates an instance.
- FromAssetIdOptions - Class in org.cesiumjs.cs.core.options
-
- FromAssetIdOptions() - Constructor for class org.cesiumjs.cs.core.options.FromAssetIdOptions
-
- fromAxisAlignedBoundingBox(AxisAlignedBoundingBox) - Static method in class org.cesiumjs.cs.core.geometry.BoxGeometry
-
Creates a cube from the dimensions of an AxisAlignedBoundingBox.
- fromAxisAlignedBoundingBox(AxisAlignedBoundingBox) - Static method in class org.cesiumjs.cs.core.geometry.BoxOutlineGeometry
-
Creates an outline of a cube from the dimensions of an AxisAlignedBoundingBox.
- fromAxisAngle(Cartesian3, double) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes a quaternion representing a rotation around an axis.
- fromAxisAngle(Cartesian3, double, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes a quaternion representing a rotation around an axis.
- fromBoundingSphere(BoundingSphere) - Static method in class org.cesiumjs.cs.core.CullingVolume
-
Constructs a culling volume from a bounding sphere.
- fromBoundingSphere(BoundingSphere, CullingVolume) - Static method in class org.cesiumjs.cs.core.CullingVolume
-
Constructs a culling volume from a bounding sphere.
- fromBoundingSphere(BoundingSphere, Cartesian3) - Static method in class org.cesiumjs.cs.core.Occluder
-
Creates an occluder from a bounding sphere and the camera position.
- fromBoundingSphere(BoundingSphere, Cartesian3, Occluder) - Static method in class org.cesiumjs.cs.core.Occluder
-
Creates an occluder from a bounding sphere and the camera position.
- fromBoundingSpheres(BoundingSphere[]) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a tight-fitting bounding sphere enclosing the provided array of bounding spheres.
- fromBoundingSpheres(BoundingSphere[], BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a tight-fitting bounding sphere enclosing the provided array of bounding spheres.
- fromBytes(int, int, int, int) - Static method in class org.cesiumjs.cs.core.Color
-
Creates a new Color specified using red, green, blue, and alpha values that are in the range of 0 to 255, converting them internally to a range of 0.0 to 1.0.
- fromBytes(int, int, int, int, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Creates a new Color specified using red, green, blue, and alpha values that are in the range of 0 to 255, converting them internally to a range of 0.0 to 1.0.
- fromCamera(Camera) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a Matrix4 instance from a Camera.
- fromCamera(Camera, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a Matrix4 instance from a Camera.
- fromCartesian(Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartographic
-
Creates a new Cartographic instance from a Cartesian position.
- fromCartesian(Cartesian3, Ellipsoid) - Static method in class org.cesiumjs.cs.core.Cartographic
-
Creates a new Cartographic instance from a Cartesian position.
- fromCartesian(Cartesian3, Ellipsoid, Cartographic) - Static method in class org.cesiumjs.cs.core.Cartographic
-
Creates a new Cartographic instance from a Cartesian position.
- fromCartesian3(Cartesian3, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Creates a Cartesian2 instance from an existing Cartesian3.
- fromCartesian3(Cartesian3) - Static method in class org.cesiumjs.cs.core.Ellipsoid
-
Computes an Ellipsoid from a Cartesian specifying the radii in x, y, and z directions.
- fromCartesian3(Cartesian3) - Static method in class org.cesiumjs.cs.core.Spherical
-
Converts the provided Cartesian3 into Spherical coordinates.
- fromCartesian3(Cartesian3, Spherical) - Static method in class org.cesiumjs.cs.core.Spherical
-
Converts the provided Cartesian3 into Spherical coordinates.
- fromCartesian4(Cartesian4, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Creates a Cartesian2 instance from an existing Cartesian4.
- fromCartesian4(Cartesian4, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Creates a Cartesian3 instance from an existing Cartesian4.
- fromCartesian4(Cartesian4) - Static method in class org.cesiumjs.cs.core.Color
-
Creates a Color instance from a Cartesian4. x, y, z, and w map to red, green, blue, and alpha, respectively.
- fromCartesian4(Cartesian4, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Creates a Color instance from a Cartesian4. x, y, z, and w map to red, green, blue, and alpha, respectively.
- fromCartesian4(Cartesian4) - Static method in class org.cesiumjs.cs.core.Plane
-
Creates a plane from the general equation
- fromCartesian4(Cartesian4, Plane) - Static method in class org.cesiumjs.cs.core.Plane
-
Creates a plane from the general equation
- fromCartesianArray(Cartesian2[]) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Creates the smallest possible Rectangle that encloses all positions in the provided array.
- fromCartesianArray(Cartesian2[], Ellipsoid) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Creates the smallest possible Rectangle that encloses all positions in the provided array.
- fromCartesianArray(Cartesian2[], Ellipsoid, Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Creates the smallest possible Rectangle that encloses all positions in the provided array.
- fromCartesianArray(Cartesian3[]) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Creates the smallest possible Rectangle that encloses all positions in the provided array.
- fromCartesianArray(Cartesian3[], Ellipsoid) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Creates the smallest possible Rectangle that encloses all positions in the provided array.
- fromCartesianArray(Cartesian3[], Ellipsoid, Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Creates the smallest possible Rectangle that encloses all positions in the provided array.
- fromCartesianArray(Cartesian4[]) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Creates the smallest possible Rectangle that encloses all positions in the provided array.
- fromCartesianArray(Cartesian4[], Ellipsoid) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Creates the smallest possible Rectangle that encloses all positions in the provided array.
- fromCartesianArray(Cartesian4[], Ellipsoid, Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Creates the smallest possible Rectangle that encloses all positions in the provided array.
- fromCartographicArray(Cartographic[]) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Creates the smallest possible Rectangle that encloses all positions in the provided array.
- fromCartographicArray(Cartographic[], Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Creates the smallest possible Rectangle that encloses all positions in the provided array.
- fromColor(Color, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Creates a Cartesian4 instance from a Color. red, green, blue, and alpha map to x, y, z, and w, respectively.
- fromColor(Color) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Creates a Cartesian4 instance from a Color. red, green, blue, and alpha map to x, y, z, and w, respectively.
- fromColor(Color) - Static method in class org.cesiumjs.cs.core.ColorGeometryInstanceAttribute
-
Creates a new ColorGeometryInstanceAttribute instance given the provided Color.
- fromColor(Color, int) - Method in class org.cesiumjs.cs.core.PinBuilder
-
Creates an empty pin of the specified color and size.
- fromColumnMajorArray(double[]) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Creates a Matrix2 instance from a column-major order array.
- fromColumnMajorArray(double[], Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Creates a Matrix2 instance from a column-major order array.
- fromColumnMajorArray(double[]) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Creates a Matrix3 instance from a column-major order array.
- fromColumnMajorArray(double[], Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Creates a Matrix3 instance from a column-major order array.
- fromColumnMajorArray(double[]) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Creates a Matrix4 instance from a column-major order array.
- fromColumnMajorArray(double[], Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Creates a Matrix4 instance from a column-major order array.
- fromConstantHeights(WallGeometryOptions) - Static method in class org.cesiumjs.cs.core.geometry.WallGeometry
-
A description of a wall, which is similar to a KML line string.
- fromConstantHeights(WallOutlineGeometryOptions) - Static method in class org.cesiumjs.cs.core.geometry.WallOutlineGeometry
-
A description of a wall, which is similar to a KML line string.
- fromCornerPoints(Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a bounding sphere from the corner points of an axis-aligned bounding box.
- fromCornerPoints(Cartesian3, Cartesian3, BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a bounding sphere from the corner points of an axis-aligned bounding box.
- fromCrossProduct(Cartesian3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes a Matrix3 instance representing the cross product equivalent matrix of a Cartesian3 vector.
- fromCrossProduct(Cartesian3, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes a Matrix3 instance representing the cross product equivalent matrix of a Cartesian3 vector.
- fromCssColorString(String, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Creates a Color instance from a CSS color value.
- fromDate(JsDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Creates a new instance from a JavaScript Date.
- fromDate(JsDate, JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Creates a new instance from a JavaScript Date.
- fromDegrees(double, double) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Returns a Cartesian3 position from longitude and latitude values given in degrees.
- fromDegrees(double, double, double) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Returns a Cartesian3 position from longitude and latitude values given in degrees.
- fromDegrees(double, double, double, Ellipsoid, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Returns a Cartesian3 position from longitude and latitude values given in degrees.
- fromDegrees(double, double) - Static method in class org.cesiumjs.cs.core.Cartographic
-
Creates a new Cartographic instance from longitude and latitude specified in degrees.
- fromDegrees(double, double, double) - Static method in class org.cesiumjs.cs.core.Cartographic
-
Creates a new Cartographic instance from longitude and latitude specified in degrees.
- fromDegrees(double, double, double, Cartographic) - Static method in class org.cesiumjs.cs.core.Cartographic
-
Creates a new Cartographic instance from longitude and latitude specified in degrees.
- fromDegrees(double, double, double) - Static method in class org.cesiumjs.cs.core.HeadingPitchRoll
-
Returns a new HeadingPitchRoll instance from angles given in degrees.
- fromDegrees(double, double, double, HeadingPitchRoll) - Static method in class org.cesiumjs.cs.core.HeadingPitchRoll
-
Returns a new HeadingPitchRoll instance from angles given in degrees.
- fromDegrees(double, double, double, double) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Creates an rectangle given the boundary longitude and latitude in degrees.
- fromDegrees(double, double, double, double, Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Creates an rectangle given the boundary longitude and latitude in degrees.
- fromDegreesArray(double[]) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Returns an array of Cartesian3 positions given an array of longitude and latitude values given in degrees.
- fromDegreesArray(double[], Ellipsoid, Cartesian3[]) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Returns an array of Cartesian3 positions given an array of longitude and latitude values given in degrees.
- fromDegreesArrayHeights(double[]) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Returns an array of Cartesian3 positions given an array of longitude, latitude and height values where longitude and latitude are given in degrees.
- fromDegreesArrayHeights(double[], Ellipsoid, Cartesian3[]) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Returns an array of Cartesian3 positions given an array of longitude, latitude and height values where longitude and latitude are given in degrees.
- fromDimensions(BoxGeometryOptions) - Static method in class org.cesiumjs.cs.core.geometry.BoxGeometry
-
Creates a cube centered at the origin given its dimensions.
- fromDimensions(BoxOutlineGeometryOptions) - Static method in class org.cesiumjs.cs.core.geometry.BoxOutlineGeometry
-
Creates an outline of a cube centered at the origin given its dimensions.
- fromDistanceDisplayCondition(DistanceDisplayCondition) - Static method in class org.cesiumjs.cs.core.DistanceDisplayConditionGeometryInstanceAttribute
-
Creates a new DistanceDisplayConditionGeometryInstanceAttribute instance given the provided an enabled flag and
DistanceDisplayCondition.
- fromElements(double, double, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Creates a Cartesian2 instance from x and y coordinates.
- fromElements(double, double, double, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Creates a Cartesian3 instance from x and y coordinates.
- fromElements(double, double, double, double) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Creates a Cartesian4 instance from x and y coordinates.
- fromElements(double, double, double, double, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Creates a Cartesian4 instance from x and y coordinates.
- fromEllipsoid(Ellipsoid) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Creates a bounding sphere encompassing an ellipsoid.
- fromEllipsoid(Ellipsoid, BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Creates a bounding sphere encompassing an ellipsoid.
- fromEncodedCartesianVertices(double[], double[]) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a tight-fitting bounding sphere enclosing a list of EncodedCartesian3s, where the points are stored in
parallel flat arrays in X, Y, Z, order.
- fromEncodedCartesianVertices(double[], double[], BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a tight-fitting bounding sphere enclosing a list of EncodedCartesian3s, where the points are stored in
parallel flat arrays in X, Y, Z, order.
- fromGltf(FromGltfOptions) - Static method in class org.cesiumjs.cs.scene.Model
-
Creates a model from a glTF asset.
- FromGltfOptions - Class in org.cesiumjs.cs.scene.options
-
- FromGltfOptions() - Constructor for class org.cesiumjs.cs.scene.options.FromGltfOptions
-
- fromHeadingPitchRoll(HeadingPitchRoll, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes a rotation from the given heading, pitch and roll angles.
- fromHsl(float, float, float, float, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Creates a Color instance from hue, saturation, and lightness.
- fromIso8601(FromIso8601Options) - Static method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Creates a new instance from an ISO 8601 time interval (start/end/duration).
- fromIso8601(FromIso8601Options, TimeIntervalCollection) - Static method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Creates a new instance from an ISO 8601 time interval (start/end/duration).
- fromIso8601(String) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Creates a new instance from a from an ISO 8601 date.
- fromIso8601(String, JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Creates a new instance from a from an ISO 8601 date.
- fromIso8601(TimeIntervalIso8601Options) - Static method in class org.cesiumjs.cs.core.TimeInterval
-
Creates a new instance from an
ISO 8601 interval.
- fromIso8601(TimeIntervalIso8601Options, TimeInterval) - Static method in class org.cesiumjs.cs.core.TimeInterval
-
Creates a new instance from an
ISO 8601 interval.
- fromIso8601DateArray(FromIso8601DateArrayOptions) - Static method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Creates a new instance from a ISO 8601 date array.
- fromIso8601DateArray(FromIso8601DateArrayOptions, TimeIntervalCollection) - Static method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Creates a new instance from a ISO 8601 date array.
- FromIso8601DateArrayOptions<T> - Class in org.cesiumjs.cs.collections.options
-
- fromIso8601DurationArray(FromIso8601DurationArrayOptions) - Static method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Creates a new instance from a ISO 8601 duration array.
- fromIso8601DurationArray(FromIso8601DurationArrayOptions, TimeIntervalCollection) - Static method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Creates a new instance from a ISO 8601 duration array.
- FromIso8601DurationArrayOptions - Class in org.cesiumjs.cs.collections.options
-
- FromIso8601DurationArrayOptions(JulianDate, String) - Constructor for class org.cesiumjs.cs.collections.options.FromIso8601DurationArrayOptions
-
- FromIso8601DurationArrayOptions.DataCallback - Interface in org.cesiumjs.cs.collections.options
-
- FromIso8601Options - Class in org.cesiumjs.cs.collections.options
-
- FromIso8601Options(String) - Constructor for class org.cesiumjs.cs.collections.options.FromIso8601Options
-
- FromIso8601Options.DataCallback - Interface in org.cesiumjs.cs.collections.options
-
- FromIso8601OptionsAbstract<T> - Class in org.cesiumjs.cs.collections.options
-
- FromIso8601OptionsAbstract() - Constructor for class org.cesiumjs.cs.collections.options.FromIso8601OptionsAbstract
-
- FromIso8601OptionsAbstract.DataCallback<T> - Interface in org.cesiumjs.cs.collections.options
-
- fromJulianDateArray(FromJulianDateArrayOptions) - Static method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Creates a new instance from a JulianDate array.
- fromJulianDateArray(FromJulianDateArrayOptions, TimeIntervalCollection) - Static method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Creates a new instance from a JulianDate array.
- FromJulianDateArrayOptions - Class in org.cesiumjs.cs.collections.options
-
- FromJulianDateArrayOptions(JulianDate[]) - Constructor for class org.cesiumjs.cs.collections.options.FromJulianDateArrayOptions
-
- fromMakiIconId(String, Color, int) - Method in class org.cesiumjs.cs.core.PinBuilder
-
Creates a pin with the specified maki icon identifier, color, and size.
- fromMakiIconIdPromise(String, Color, int) - Method in class org.cesiumjs.cs.core.PinBuilder
-
Creates a pin with the specified maki icon identifier, color, and size.
- fromName(String) - Static method in class org.cesiumjs.cs.core.ComponentDatatype
-
Get the ComponentDatatype from its name.
- fromOrientedBoundingBox(OrientedBoundingBox) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a tight-fitting bounding sphere enclosing the provided oriented bounding box.
- fromOrientedBoundingBox(OrientedBoundingBox, BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a tight-fitting bounding sphere enclosing the provided oriented bounding box.
- fromPlane(Plane) - Static method in class org.cesiumjs.cs.scene.ClippingPlane
-
Create a ClippingPlane from a Plane object.
- fromPlane(Plane, ClippingPlane) - Static method in class org.cesiumjs.cs.scene.ClippingPlane
-
Create a ClippingPlane from a Plane object.
- fromPointNormal(Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Plane
-
Creates a plane from a normal and a point on the plane.
- fromPointNormal(Cartesian3, Cartesian3, Plane) - Static method in class org.cesiumjs.cs.core.Plane
-
Creates a plane from a normal and a point on the plane.
- fromPoints(Cartesian3[], AxisAlignedBoundingBox) - Static method in class org.cesiumjs.cs.core.AxisAlignedBoundingBox
-
Computes an instance of an AxisAlignedBoundingBox.
- fromPoints(Cartesian2[]) - Static method in class org.cesiumjs.cs.core.BoundingRectangle
-
Computes a bounding rectangle enclosing the list of 2D points.
- fromPoints(Cartesian2[], BoundingRectangle) - Static method in class org.cesiumjs.cs.core.BoundingRectangle
-
Computes a bounding rectangle enclosing the list of 2D points.
- fromPoints(Cartesian3[], BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a tight-fitting bounding sphere enclosing a list of 3D Cartesian points.
- fromPoints(Cartesian3[]) - Static method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
Computes an instance of an OrientedBoundingBox of the given positions.
- fromPoints(Cartesian3[], OrientedBoundingBox) - Static method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
Computes an instance of an OrientedBoundingBox of the given positions.
- fromPositions(CoplanarPolygonGeometryFromPositionsOptions) - Static method in class org.cesiumjs.cs.core.geometry.CoplanarPolygonGeometry
-
A description of a coplanar polygon from an array of positions.
- fromPositions(CoplanarPolygonOutlineGeometryFromPositionsOptions) - Static method in class org.cesiumjs.cs.core.geometry.CoplanarPolygonOutlineGeometry
-
A description of a coplanar polygon outline from an array of positions.
- fromPositions(PolygonGeometryOptions) - Static method in class org.cesiumjs.cs.core.geometry.PolygonGeometry
-
A description of a polygon from an array of positions.
- fromPositions(PolygonOutlineGeometryOptions) - Static method in class org.cesiumjs.cs.core.geometry.PolygonOutlineGeometry
-
A description of a polygon outline from an array of positions.
- fromQuaternion(Quaternion) - Static method in class org.cesiumjs.cs.core.HeadingPitchRoll
-
Computes the heading, pitch and roll from a quaternion (see http://en.wikipedia.org/wiki/Conversion_between_quaternions_and_Euler_angles )
- fromQuaternion(Quaternion, Quaternion) - Static method in class org.cesiumjs.cs.core.HeadingPitchRoll
-
Computes the heading, pitch and roll from a quaternion (see http://en.wikipedia.org/wiki/Conversion_between_quaternions_and_Euler_angles )
- fromQuaternion(Quaternion) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes a 3x3 rotation matrix from the provided quaternion.
- fromQuaternion(Quaternion, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes a 3x3 rotation matrix from the provided quaternion.
- fromRadians(double, double) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Returns a Cartesian3 position from longitude and latitude values given in radians.
- fromRadians(double, double, double) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Returns a Cartesian3 position from longitude and latitude values given in radians.
- fromRadians(double, double, double, Ellipsoid, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Returns a Cartesian3 position from longitude and latitude values given in radians.
- fromRadians(double, double) - Static method in class org.cesiumjs.cs.core.Cartographic
-
Creates a new Cartographic instance from longitude and latitude specified in radians.
- fromRadians(double, double, double) - Static method in class org.cesiumjs.cs.core.Cartographic
-
Creates a new Cartographic instance from longitude and latitude specified in radians.
- fromRadians(double, double, double, Cartographic) - Static method in class org.cesiumjs.cs.core.Cartographic
-
Creates a new Cartographic instance from longitude and latitude specified in radians.
- fromRadians(double, double, double, double) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Creates an rectangle given the boundary longitude and latitude in radians.
- fromRadians(double, double, double, double, Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Creates an rectangle given the boundary longitude and latitude in radians.
- fromRadiansArray(double[]) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Returns an array of Cartesian3 positions given an array of longitude and latitude values given in radians.
- fromRadiansArray(double[], Ellipsoid, Cartesian3[]) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Returns an array of Cartesian3 positions given an array of longitude and latitude values given in radians.
- fromRadiansArrayHeights(double[]) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Returns an array of Cartesian3 positions given an array of longitude, latitude and height values where longitude and latitude are given in radians.
- fromRadiansArrayHeights(double[], Ellipsoid, Cartesian3[]) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Returns an array of Cartesian3 positions given an array of longitude, latitude and height values where longitude and latitude are given in radians.
- fromRandom() - Static method in class org.cesiumjs.cs.core.Color
-
Creates a random color using the provided options.
- fromRandom(ColorRandomOptions) - Static method in class org.cesiumjs.cs.core.Color
-
Creates a random color using the provided options.
- fromRandom(ColorRandomOptions, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Creates a random color using the provided options.
- fromRectangle(Rectangle, MapProjection) - Static method in class org.cesiumjs.cs.core.BoundingRectangle
-
Computes a bounding rectangle from an rectangle.
- fromRectangle(Rectangle, MapProjection, BoundingRectangle) - Static method in class org.cesiumjs.cs.core.BoundingRectangle
-
Computes a bounding rectangle from an rectangle.
- fromRectangle(Rectangle) - Static method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
Computes an OrientedBoundingBox that bounds a Rectangle on the surface of an Ellipsoid.
- fromRectangle(Rectangle, double, double, Ellipsoid) - Static method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
Computes an OrientedBoundingBox that bounds a Rectangle on the surface of an Ellipsoid.
- fromRectangle(Rectangle, double, double, Ellipsoid, OrientedBoundingBox) - Static method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
Computes an OrientedBoundingBox that bounds a Rectangle on the surface of an Ellipsoid.
- fromRectangle2D(Rectangle) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a bounding sphere from an rectangle projected in 2D.
- fromRectangle2D(Rectangle, Object) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a bounding sphere from an rectangle projected in 2D.
- fromRectangle2D(Rectangle, Object, BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a bounding sphere from an rectangle projected in 2D.
- fromRectangle3D(Rectangle) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a bounding sphere from an rectangle in 3D.
- fromRectangle3D(Rectangle, Ellipsoid, double) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a bounding sphere from an rectangle in 3D.
- fromRectangle3D(Rectangle, Ellipsoid, double, BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a bounding sphere from an rectangle in 3D.
- fromRectangleWithHeights2D(Rectangle, Object, double, double) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a bounding sphere from an rectangle projected in 2D.
- fromRectangleWithHeights2D(Rectangle, Object, double, double, BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a bounding sphere from an rectangle projected in 2D.
- fromRgba(int) - Static method in class org.cesiumjs.cs.core.Color
-
Creates a new Color from a single numeric unsigned 32-bit RGBA value, using the endianness of the system.
- fromRgba(int, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Creates a new Color from a single numeric unsigned 32-bit RGBA value, using the endianness of the system.
- fromRotation(double) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Creates a rotation matrix.
- fromRotation(double, Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Creates a rotation matrix.
- fromRotationMatrix(Matrix3) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes a Quaternion from the provided Matrix3 instance.
- fromRotationMatrix(Matrix3, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes a Quaternion from the provided Matrix3 instance.
- fromRotationTranslation(Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a Matrix4 instance from a Matrix3 representing the rotation and a Cartesian3 representing the translation.
- fromRotationTranslation(Matrix3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a Matrix4 instance from a Matrix3 representing the rotation and a Cartesian3 representing the translation.
- fromRotationTranslation(Matrix3, Cartesian3, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a Matrix4 instance from a Matrix3 representing the rotation and a Cartesian3 representing the translation.
- fromRotationX(double) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Creates a rotation matrix around the x-axis.
- fromRotationX(double, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Creates a rotation matrix around the x-axis.
- fromRotationY(double) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Creates a rotation matrix around the y-axis.
- fromRotationY(double, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Creates a rotation matrix around the y-axis.
- fromRotationZ(double, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Creates a rotation matrix around the z-axis.
- fromRowMajorArray(double[]) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Creates a Matrix2 instance from a row-major order array.
- fromRowMajorArray(double[], Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Creates a Matrix2 instance from a row-major order array.
- fromRowMajorArray(double[]) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Creates a Matrix3 instance from a row-major order array.
- fromRowMajorArray(double[], Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Creates a Matrix3 instance from a row-major order array.
- fromRowMajorArray(double[]) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Creates a Matrix4 instance from a row-major order array.
- fromRowMajorArray(double[], Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Creates a Matrix4 instance from a row-major order array.
- fromScale(Cartesian2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Computes a Matrix2 instance representing a non-uniform scale.
- fromScale(Cartesian2, Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Computes a Matrix2 instance representing a non-uniform scale.
- fromScale(Cartesian3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes a Matrix3 instance representing a non-uniform scale.
- fromScale(Cartesian3, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes a Matrix3 instance representing a non-uniform scale.
- fromScale(Cartesian3) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a Matrix4 instance representing a non-uniform scale.
- fromScale(Cartesian3, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a Matrix4 instance representing a non-uniform scale.
- fromSNorm(double) - Static method in class org.cesiumjs.cs.core.Math
-
Converts a SNORM value in the range [0, rangeMax] to a scalar in the range [-1.0, 1.0].
- fromSNorm(double, double) - Static method in class org.cesiumjs.cs.core.Math
-
Converts a SNORM value in the range [0, rangeMax] to a scalar in the range [-1.0, 1.0].
- fromSpherical(Spherical, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Converts the provided Spherical into Cartesian3 coordinates.
- fromStartHeadingDistance(Cartographic, double, double) - Static method in class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Create a rhumb line using an initial position with a heading and distance.
- fromStartHeadingDistance(Cartographic, double, double, Ellipsoid) - Static method in class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Create a rhumb line using an initial position with a heading and distance.
- fromStartHeadingDistance(Cartographic, double, double, Ellipsoid, EllipsoidRhumbLine) - Static method in class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Create a rhumb line using an initial position with a heading and distance.
- fromString(EntityCollection, String) - Method in class org.cesiumjs.cs.datasources.properties.ReferenceProperty
-
Creates a new instance given the entity collection that will be used to resolve it and a string indicating the
target entity id and property.
- fromText(String, Color, int) - Method in class org.cesiumjs.cs.core.PinBuilder
-
Creates a pin with the specified text, color, and size.
- fromTranslation(Cartesian3) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Creates a Matrix4 instance from a Cartesian3 representing the translation.
- fromTranslation(Cartesian3, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Creates a Matrix4 instance from a Cartesian3 representing the translation.
- fromTranslationQuaternionRotationScale(Cartesian3, Quaternion, Cartesian3) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a Matrix4 instance from a translation, rotation, and scale (TRS) representation with the rotation represented as a quaternion.
- fromTranslationQuaternionRotationScale(Cartesian3, Quaternion, Cartesian3, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a Matrix4 instance from a translation, rotation, and scale (TRS) representation with the rotation represented as a quaternion.
- fromTranslationRotationScale(TranslationRotationScale) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Creates a Matrix4 instance from a TranslationRotationScale instance.
- fromTranslationRotationScale(TranslationRotationScale, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Creates a Matrix4 instance from a TranslationRotationScale instance.
- fromType(String) - Static method in class org.cesiumjs.cs.scene.Material
-
Creates a new material using an existing material type.
- fromType(String, Object) - Static method in class org.cesiumjs.cs.scene.Material
-
Creates a new material using an existing material type.
- fromTypedArray(TypedArrays) - Static method in class org.cesiumjs.cs.core.ComponentDatatype
-
Gets the ComponentDatatype for the provided TypedArray instance.
- fromUniformScale(double) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Computes a Matrix2 instance representing a uniform scale.
- fromUniformScale(double, Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Computes a Matrix2 instance representing a uniform scale.
- fromUniformScale(double) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes a Matrix3 instance representing a uniform scale.
- fromUniformScale(double, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes a Matrix3 instance representing a uniform scale.
- fromUniformScale(double) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a Matrix4 instance representing a uniform scale.
- fromUniformScale(double, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a Matrix4 instance representing a uniform scale.
- fromUrl(String, Color, int) - Method in class org.cesiumjs.cs.core.PinBuilder
-
Creates a pin with the specified icon, color, and size.
- fromUrlPromise(String, Color, int) - Method in class org.cesiumjs.cs.core.PinBuilder
-
Creates a pin with the specified icon, color, and size.
- fromVertices(double[]) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a tight-fitting bounding sphere enclosing a list of 3D points, where the points are stored in a flat
array in X, Y, Z, order.
- fromVertices(double[], Cartesian3, int) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a tight-fitting bounding sphere enclosing a list of 3D points, where the points are stored in a flat
array in X, Y, Z, order.
- fromVertices(double[], Cartesian3, int, BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a tight-fitting bounding sphere enclosing a list of 3D points, where the points are stored in a flat
array in X, Y, Z, order.
- Frustum - Class in org.cesiumjs.cs.core
-
- Frustum() - Constructor for class org.cesiumjs.cs.core.Frustum
-
- frustum - Variable in class org.cesiumjs.cs.core.geometry.options.FrustumOutlineGeometryOptions
-
The frustum.
- frustum - Variable in class org.cesiumjs.cs.scene.Camera
-
The region of space in view.
- FrustumGeometry - Class in org.cesiumjs.cs.core.geometry
-
Describes a frustum at the given the origin and orientation.
- FrustumGeometry(FrustumGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.FrustumGeometry
-
- FrustumGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- FrustumGeometryOptions(Frustum, Cartesian3, Quaternion) - Constructor for class org.cesiumjs.cs.core.geometry.options.FrustumGeometryOptions
-
- FrustumOutlineGeometry - Class in org.cesiumjs.cs.core.geometry
-
A description of the outline of a frustum with the given the origin and orientation.
- FrustumOutlineGeometry(FrustumOutlineGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.FrustumOutlineGeometry
-
- FrustumOutlineGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- FrustumOutlineGeometryOptions() - Constructor for class org.cesiumjs.cs.core.geometry.options.FrustumOutlineGeometryOptions
-
- FUCHSIA() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FF00FF
- Fulfill<V> - Interface in org.cesiumjs.cs.promise
-
- FULL() - Static method in class org.cesiumjs.cs.core.enums.Visibility
-
Represents that an object is visible in its entirety.
- Fullscreen - Class in org.cesiumjs.cs.core
-
Browser-independent functions for working with the standard fullscreen API.
- fullscreen() - Static method in class org.cesiumjs.cs.core.Fullscreen
-
Determines if the browser is currently in fullscreen mode.
- FullscreenButton - Class in org.cesiumjs.cs.widgets
-
A single button widget for toggling fullscreen mode.
- FullscreenButton(String) - Constructor for class org.cesiumjs.cs.widgets.FullscreenButton
-
A single button widget for toggling fullscreen mode.
- FullscreenButton(String, String) - Constructor for class org.cesiumjs.cs.widgets.FullscreenButton
-
A single button widget for toggling fullscreen mode.
- FullscreenButton(Element) - Constructor for class org.cesiumjs.cs.widgets.FullscreenButton
-
A single button widget for toggling fullscreen mode.
- FullscreenButton(Element, Element) - Constructor for class org.cesiumjs.cs.widgets.FullscreenButton
-
A single button widget for toggling fullscreen mode.
- fullscreenButton - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
If set to false, the FullscreenButton widget will not be created.
- fullscreenButton() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the FullscreenButton.
- FullscreenButtonViewModel - Class in org.cesiumjs.cs.widgets
-
- FullscreenButtonViewModel() - Constructor for class org.cesiumjs.cs.widgets.FullscreenButtonViewModel
-
- FullscreenButtonViewModel(String) - Constructor for class org.cesiumjs.cs.widgets.FullscreenButtonViewModel
-
- FullscreenButtonViewModel(Element) - Constructor for class org.cesiumjs.cs.widgets.FullscreenButtonViewModel
-
- fullscreenElement - Variable in class org.cesiumjs.cs.widgets.FullscreenButtonViewModel
-
Gets or sets the HTML element to place into fullscreen mode when the corresponding button is pressed.
- fullscreenElement - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
The element or id to be placed into fullscreen mode when the full screen button is pressed.
- function(Object...) - Method in interface org.cesiumjs.cs.Cesium.Function
-
- function(EntityCollection, Entity[], Entity[], Entity[]) - Method in interface org.cesiumjs.cs.collections.EntityCollection.CollectionChangedEventCallback
-
The signature of the event generated by EntityCollection#collectionChanged.
- function(ImageryLayer, int) - Method in interface org.cesiumjs.cs.collections.ImageryLayerCollection.Listener
-
- function() - Method in interface org.cesiumjs.cs.collections.options.FromIso8601DurationArrayOptions.DataCallback
-
- function() - Method in interface org.cesiumjs.cs.collections.options.FromIso8601Options.DataCallback
-
- function(TimeInterval, int) - Method in interface org.cesiumjs.cs.collections.options.FromIso8601OptionsAbstract.DataCallback
-
- function(float) - Method in interface org.cesiumjs.cs.core.EasingFunction.Callback
-
- function(Object...) - Method in interface org.cesiumjs.cs.core.Event.Listener
-
- function() - Method in interface org.cesiumjs.cs.core.Event.RemoveCallback
-
- function(ArrayBuffer, Size, float, float, float) - Method in interface org.cesiumjs.cs.core.providers.GeoserverTerrainProviderFormatArray.PostProcessArray
-
- function() - Method in interface org.cesiumjs.cs.core.Request.CancelCallback
-
- function() - Method in interface org.cesiumjs.cs.core.Request.PriorityCallback
-
- function() - Method in interface org.cesiumjs.cs.core.Request.RequestCallback
-
- function(Resource, String) - Method in interface org.cesiumjs.cs.core.Resource.RetryCallback
-
- function(T) - Method in interface org.cesiumjs.cs.core.ScreenSpaceEventHandler.Listener
-
- function(TimeInterval, TimeInterval) - Method in interface org.cesiumjs.cs.core.TimeInterval.DataComparer
-
Function interface for comparing interval data.
- function(TimeInterval, TimeInterval) - Method in interface org.cesiumjs.cs.core.TimeInterval.MergeCallback
-
Function interface for merging interval data.
- function(Cartesian3, Ellipsoid, Matrix4) - Method in interface org.cesiumjs.cs.core.Transforms.LocalFrameToFixedFrame
-
Computes a 4x4 transformation matrix from a reference frame centered at the provided origin to the provided ellipsoid's fixed reference frame.
- function() - Method in interface org.cesiumjs.cs.core.Utils.TimeoutListener
-
- function(Scene, DataSource) - Method in interface org.cesiumjs.cs.datasources.DataSourceDisplay.VisualizersCallback
-
- function(Entity[], EntityClusterObject) - Method in interface org.cesiumjs.cs.datasources.EntityCluster.newClusterCallback
-
A event listener function used to style clusters.
- function(Object, String) - Method in interface org.cesiumjs.cs.datasources.GeoJsonDataSource.discribe
-
This callback is displayed as part of the GeoJsonDataSource class.
- function(JulianDate, T) - Method in interface org.cesiumjs.cs.datasources.properties.CallbackProperty.Callback
-
A function that returns the value of the property.
- function(Object...) - Method in interface org.cesiumjs.cs.js.JsArray.CompareFunction
-
- function() - Method in interface org.cesiumjs.cs.js.JsImage.Listener
-
- function(Fulfill<V>, Reject<E>) - Method in interface org.cesiumjs.cs.promise.Executor
-
- Function<V,E> - Interface in org.cesiumjs.cs.promise
-
- function(String) - Method in interface org.cesiumjs.cs.scene.Billboard.CreateImagePromiseCallback
-
A function that creates an image.
- function(double) - Method in interface org.cesiumjs.cs.scene.Camera.ChangedListener
-
- function() - Method in interface org.cesiumjs.cs.scene.Camera.MoveListener
-
- function(double, double, double) - Method in interface org.cesiumjs.cs.scene.Cesium3DTileset.FoveatedInterpolationCallback
-
Optimization option.
- function() - Method in interface org.cesiumjs.cs.scene.interaction.AbstractPrimitive.Destroy
-
- function() - Method in interface org.cesiumjs.cs.scene.interaction.AbstractPrimitive.GetGeometry
-
- function(Object) - Method in interface org.cesiumjs.cs.scene.interaction.AbstractPrimitive.Update
-
- function(Object...) - Method in interface org.cesiumjs.cs.scene.options.ImageryLayerOptions.ImagerySplitDirectionFunction
-
- function(Particle, double) - Method in interface org.cesiumjs.cs.scene.particle.ParticleSystem.UpdateCallback
-
A function used to modify attributes of the particle at each time step.
- function(Object) - Method in interface org.cesiumjs.cs.scene.Scene.DebugCommandFilter
-
- function(Scene, JulianDate) - Method in interface org.cesiumjs.cs.scene.Scene.Listener
-
- function(JulianDate, AnimationViewModel) - Method in interface org.cesiumjs.cs.widgets.AnimationViewModel.DateFormatter
-
A function that formats a date for display.
- function(JulianDate, AnimationViewModel) - Method in interface org.cesiumjs.cs.widgets.AnimationViewModel.TimeFormatter
-
A function that formats a date for display.
- function(GeocoderViewModel, Object) - Method in interface org.cesiumjs.cs.widgets.GeocoderViewModel.DestinationFoundFunction
-
A function that handles the result of a successful geocode.
- function() - Method in interface org.cesiumjs.cs.widgets.ProviderViewModel.ImageryProviderCreationFunction
-
A function which creates one or more providers.
- function() - Method in interface org.cesiumjs.cs.widgets.ProviderViewModel.TerrainProviderCreationFunction
-
A function which creates one or more providers.
- function(Viewer, Object) - Method in interface org.cesiumjs.cs.widgets.Viewer.ViewerMixin
-
A function that augments a Viewer instance with additional functionality.
- fxaa() - Method in class org.cesiumjs.cs.scene.PostProcessStageCollection
-
A post-process stage for Fast Approximate Anti-aliasing.
- GAINSBORO() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #DCDCDC
- gamma - Variable in class org.cesiumjs.cs.scene.ImageryLayer
-
The gamma correction to apply to this layer. 1.0 uses the unmodified imagery color.
- gamma - Variable in class org.cesiumjs.cs.scene.options.ImageryLayerOptions
-
The gamma correction to apply to this layer. 1.0 uses the unmodified imagery color.
- gapColor - Variable in class org.cesiumjs.cs.datasources.properties.options.PolylineDashMaterialPropertyOptions
-
A Property specifying the Color of the gaps in the line.
- gapColor - Variable in class org.cesiumjs.cs.datasources.properties.PolylineDashMaterialProperty
-
Gets or sets the Property specifying the Color of the gaps in the line.
- generateCartesianArc(PolylinePipelineOptions) - Static method in class org.cesiumjs.cs.core.PolylinePipeline
-
Subdivides polyline and raises all points to the specified height.
- geocentricSurfaceNormal(Cartesian3) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Computes the unit vector directed from the center of this ellipsoid toward the provided Cartesian position.
- geocentricSurfaceNormal(Cartesian3, Cartesian3) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Computes the unit vector directed from the center of this ellipsoid toward the provided Cartesian position.
- geocode(String) - Method in class org.cesiumjs.cs.core.BingMapsGeocoderService
-
Process query request to service
- geocode(String) - Method in class org.cesiumjs.cs.core.CartographicGeocoderService
-
- geocode(String) - Method in class org.cesiumjs.cs.core.IonGeocoderService
-
Process query request to service
- geocode(String, GeocodeType) - Method in class org.cesiumjs.cs.core.IonGeocoderService
-
Process query request to service
- geocode(String) - Method in class org.cesiumjs.cs.core.OpenCageGeocoderService
-
Process query request to service
- geocode(String) - Method in class org.cesiumjs.cs.core.PeliasGeocoderService
-
Process query request to service
- geocode(String, GeocodeType) - Method in class org.cesiumjs.cs.core.PeliasGeocoderService
-
Process query request to service
- Geocoder - Class in org.cesiumjs.cs.widgets
-
A widget for finding addresses and landmarks, and flying the camera to them.
- Geocoder(GeocoderOptions) - Constructor for class org.cesiumjs.cs.widgets.Geocoder
-
Default constructor
- geocoder - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
If set to false, the Geocoder widget will not be created.
- geocoder() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the Geocoder.
- GeocoderOptions - Class in org.cesiumjs.cs.widgets.options
-
- GeocoderResult - Class in org.cesiumjs.cs.core
-
- GeocoderResult() - Constructor for class org.cesiumjs.cs.core.GeocoderResult
-
- GeocoderService - Interface in org.cesiumjs.cs.core
-
Provides geocoding through an external service.
- geocoderServices - Variable in class org.cesiumjs.cs.widgets.options.GeocoderOptions
-
The geocoder services to be used
- geocoderServices - Variable in class org.cesiumjs.cs.widgets.options.GeocoderViewModelOptions
-
Geocoder services to use for geocoding queries.
- geocoderServices - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
- GeocoderViewModel - Class in org.cesiumjs.cs.widgets
-
- GeocoderViewModel(GeocoderViewModelOptions) - Constructor for class org.cesiumjs.cs.widgets.GeocoderViewModel
-
- GeocoderViewModel.DestinationFoundFunction - Interface in org.cesiumjs.cs.widgets
-
A function that handles the result of a successful geocode.
- GeocoderViewModelOptions - Class in org.cesiumjs.cs.widgets.options
-
- GeocodeType - Class in org.cesiumjs.cs.core.enums
-
- GEODESIC() - Static method in class org.cesiumjs.cs.core.enums.ArcType
-
Follow geodesic path.
- geodeticLatitudeToMercatorAngle(double) - Static method in class org.cesiumjs.cs.core.projection.WebMercatorProjection
-
Converts a geodetic latitude in radians, in the range -PI/2 to PI/2, to a Mercator angle in the range -PI to PI.
- geodeticSurfaceNormal(Cartesian3) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Computes the normal of the plane tangent to the surface of the ellipsoid at the provided position.
- geodeticSurfaceNormal(Cartesian3, Cartesian3) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Computes the normal of the plane tangent to the surface of the ellipsoid at the provided position.
- geodeticSurfaceNormalCartographic(Cartographic) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Computes the normal of the plane tangent to the surface of the ellipsoid at the provided position.
- geodeticSurfaceNormalCartographic(Cartographic, Cartesian3) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Computes the normal of the plane tangent to the surface of the ellipsoid at the provided position.
- GeographicProjection - Class in org.cesiumjs.cs.core.projection
-
- GeographicProjection() - Constructor for class org.cesiumjs.cs.core.projection.GeographicProjection
-
- GeographicProjection(Ellipsoid) - Constructor for class org.cesiumjs.cs.core.projection.GeographicProjection
-
A simple map projection where longitude and latitude are linearly mapped to X and Y by multiplying them by the
Ellipsoid.maximumRadius()
.
- GeographicTilingScheme - Class in org.cesiumjs.cs.core
-
- GeographicTilingScheme() - Constructor for class org.cesiumjs.cs.core.GeographicTilingScheme
-
- GeographicTilingScheme(GeographicTilingSchemeOptions) - Constructor for class org.cesiumjs.cs.core.GeographicTilingScheme
-
- GeographicTilingSchemeOptions - Class in org.cesiumjs.cs.core.options
-
- GeographicTilingSchemeOptions() - Constructor for class org.cesiumjs.cs.core.options.GeographicTilingSchemeOptions
-
- GeoJsonDataSource - Class in org.cesiumjs.cs.datasources
-
- GeoJsonDataSource() - Constructor for class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
- GeoJsonDataSource(String) - Constructor for class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
- GeoJsonDataSource.discribe - Interface in org.cesiumjs.cs.datasources
-
This callback is displayed as part of the GeoJsonDataSource class.
- GeoJsonDataSourceOptions - Class in org.cesiumjs.cs.datasources.options
-
- GeoJsonDataSourceOptions() - Constructor for class org.cesiumjs.cs.datasources.options.GeoJsonDataSourceOptions
-
- geometricError() - Method in class org.cesiumjs.cs.scene.Cesium3DTile
-
The error, in meters, introduced if this tile is rendered and its children are not.
- geometricErrorScale - Variable in class org.cesiumjs.cs.scene.options.PointCloudShadingOptions
-
Scale to be applied to each tile's geometric error.
- geometricErrorScale - Variable in class org.cesiumjs.cs.scene.PointCloudShading
-
Scale to be applied to each tile's geometric error.
- Geometry - Class in org.cesiumjs.cs.core.geometry
-
- Geometry() - Constructor for class org.cesiumjs.cs.core.geometry.Geometry
-
A geometry representation with attributes forming vertices and optional index data defining primitives.
- Geometry(GeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.Geometry
-
A geometry representation with attributes forming vertices and optional index data defining primitives.
- geometry - Variable in class org.cesiumjs.cs.core.geometry.GeometryInstance
-
The geometry being instanced.
- geometry - Variable in class org.cesiumjs.cs.core.options.GeometryInstanceOptions
-
The geometry to instance.
- GeometryAttribute - Class in org.cesiumjs.cs.core.geometry
-
- GeometryAttribute() - Constructor for class org.cesiumjs.cs.core.geometry.GeometryAttribute
-
Values and type information for geometry attributes.
- GeometryAttribute(GeometryAttributeOptions) - Constructor for class org.cesiumjs.cs.core.geometry.GeometryAttribute
-
Values and type information for geometry attributes.
- GeometryAttributeOptions - Class in org.cesiumjs.cs.core.options
-
- GeometryAttributeOptions() - Constructor for class org.cesiumjs.cs.core.options.GeometryAttributeOptions
-
- GeometryAttributes - Class in org.cesiumjs.cs.core.geometry
-
- GeometryAttributes() - Constructor for class org.cesiumjs.cs.core.geometry.GeometryAttributes
-
Attributes, which make up a geometry's vertices.
- geometryByteLength() - Method in class org.cesiumjs.cs.scene.Cesium3DTileContent
-
Gets the tile's geometry memory in bytes.
- geometryChanged() - Method in class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
Gets an event that is raised whenever the public properties of this updater change.
- GeometryInstance - Class in org.cesiumjs.cs.core.geometry
-
- GeometryInstance() - Constructor for class org.cesiumjs.cs.core.geometry.GeometryInstance
-
Geometry instancing allows one Geometry object to be positions in several different locations and colored uniquely.
- GeometryInstance(GeometryInstanceOptions) - Constructor for class org.cesiumjs.cs.core.geometry.GeometryInstance
-
Geometry instancing allows one Geometry object to be positions in several different locations and colored uniquely.
- GeometryInstanceAttribute - Class in org.cesiumjs.cs.core
-
- GeometryInstanceAttribute(GeometryInstanceAttributeOptions) - Constructor for class org.cesiumjs.cs.core.GeometryInstanceAttribute
-
Values and type information for per-instance geometry attributes.
- GeometryInstanceAttributeOptions - Class in org.cesiumjs.cs.core.options
-
- GeometryInstanceAttributeOptions() - Constructor for class org.cesiumjs.cs.core.options.GeometryInstanceAttributeOptions
-
- GeometryInstanceOptions - Class in org.cesiumjs.cs.core.options
-
- GeometryInstanceOptions() - Constructor for class org.cesiumjs.cs.core.options.GeometryInstanceOptions
-
- geometryInstances() - Method in class org.cesiumjs.cs.scene.ClassificationPrimitive
-
The geometry instances rendered with this primitive.
- geometryInstances() - Method in class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
The geometry instances rendered with this primitive.
- geometryInstances() - Method in class org.cesiumjs.cs.scene.GroundPrimitive
-
The geometry instance rendered with this primitive.
- geometryInstances - Variable in class org.cesiumjs.cs.scene.options.ClassificationPrimitiveOptions
-
The geometry instances - or a single geometry instance - to render.
- geometryInstances - Variable in class org.cesiumjs.cs.scene.options.GroundPolylinePrimitiveOptions
-
GeometryInstances containing GroundPolylineGeometry
- geometryInstances - Variable in class org.cesiumjs.cs.scene.options.GroundPrimitiveOptions
-
The geometry instances to render.
- geometryInstances - Variable in class org.cesiumjs.cs.scene.options.PrimitiveOptions
-
The geometry instances - or a single geometry instance - to render.
- geometryInstances - Variable in class org.cesiumjs.cs.scene.Primitive
-
The geometry instances rendered with this primitive.
- GeometryOptions - Class in org.cesiumjs.cs.core.options
-
- GeometryOptions() - Constructor for class org.cesiumjs.cs.core.options.GeometryOptions
-
- GeometryPipeline - Class in org.cesiumjs.cs.core.geometry
-
Content pipeline functions for geometries.
- GeometryUpdater - Class in org.cesiumjs.cs.datasources.updater
-
Defines the interface for a geometry updater.
- GeometryUpdater(Entity, Scene) - Constructor for class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
- GeometryVisualizer - Class in org.cesiumjs.cs.datasources.visualizer
-
- GeometryVisualizer(Scene, EntityCollection) - Constructor for class org.cesiumjs.cs.datasources.visualizer.GeometryVisualizer
-
A general purpose visualizer for geometry represented by
Primitive
instances.
- GeometryVisualizer(Scene, EntityCollection, PrimitiveCollection) - Constructor for class org.cesiumjs.cs.datasources.visualizer.GeometryVisualizer
-
A general purpose visualizer for geometry represented by
Primitive
instances.
- GeometryVisualizer(Scene, EntityCollection, PrimitiveCollection, PrimitiveCollection) - Constructor for class org.cesiumjs.cs.datasources.visualizer.GeometryVisualizer
-
A general purpose visualizer for geometry represented by
Primitive
instances.
- GeoserverTerrainProvider - Class in org.cesiumjs.cs.core.providers
-
- GeoserverTerrainProvider(GeoserverTerrainProviderOptions) - Constructor for class org.cesiumjs.cs.core.providers.GeoserverTerrainProvider
-
- GeoserverTerrainProviderFormatArray - Class in org.cesiumjs.cs.core.providers
-
- GeoserverTerrainProviderFormatArray() - Constructor for class org.cesiumjs.cs.core.providers.GeoserverTerrainProviderFormatArray
-
- GeoserverTerrainProviderFormatArray.PostProcessArray - Interface in org.cesiumjs.cs.core.providers
-
- GeoserverTerrainProviderOptions - Class in org.cesiumjs.cs.core.providers.options
-
- GeoserverTerrainProviderOptions() - Constructor for class org.cesiumjs.cs.core.providers.options.GeoserverTerrainProviderOptions
-
- get(int) - Method in class org.cesiumjs.cs.collections.Collection
-
- get(int) - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Gets the interval at the specified index.
- get(int) - Method in class org.cesiumjs.cs.scene.PostProcessStageCollection
-
Gets the post-process stage at index.
- getAttribute(String) - Method in class org.cesiumjs.cs.scene.interaction.AbstractPrimitive
-
- getBaseUri() - Method in class org.cesiumjs.cs.core.Resource
-
Returns the base path of the Resource.
- getBaseUri(boolean) - Method in class org.cesiumjs.cs.core.Resource
-
Returns the base path of the Resource.
- getBillboard(int) - Method in class org.cesiumjs.cs.scene.interaction.MarkerGroup
-
- getById(Object) - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Gets an entity with the specified id.
- getById(Object) - Method in class org.cesiumjs.cs.collections.EntityCollection
-
Gets an entity with the specified id.
- getCenter() - Method in class org.cesiumjs.cs.scene.interaction.CirclePrimitive
-
- getCesiumWidget() - Method in class org.cesiumjs.cs.widgets.CesiumWidgetPanel
-
- getCollection(int) - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Gets a collection by index from the composite.
- getCollection() - Method in class org.cesiumjs.cs.scene.interaction.DrawInteraction
-
Get current primitive collection
- getCollectionsLength() - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Gets the number of collections in this composite.
- getColumn(Matrix2, int, Cartesian2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Retrieves a copy of the matrix column at the provided index as a Cartesian2 instance.
- getColumn(Matrix3, int, Cartesian3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Retrieves a copy of the matrix column at the provided index as a Cartesian3 instance.
- getColumn(Matrix4, int, Cartesian4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Retrieves a copy of the matrix column at the provided index as a Cartesian3 instance.
- getDerivedResource() - Method in class org.cesiumjs.cs.core.Resource
-
Returns a resource relative to the current instance.
- getDerivedResource(DerivedResourceOptions) - Method in class org.cesiumjs.cs.core.Resource
-
Returns a resource relative to the current instance.
- getDescription() - Method in class org.cesiumjs.linker.CesiumLinker
-
- getDescription() - Method in class org.cesiumjs.linker.CesiumScriptInjector
-
- getElementIndex(int, int) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Computes the array index of the element at the provided row and column.
- getElementIndex(int, int) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes the array index of the element at the provided row and column.
- getElementIndex(int, int) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes the array index of the element at the provided row and column.
- getEventType() - Method in class org.cesiumjs.cs.scene.interaction.DrawInteraction.Event
-
- getFeature(int) - Method in class org.cesiumjs.cs.scene.Cesium3DTileContent
-
Returns the Cesium3DTileFeature object for the feature with the given batchId.
- GetFeatureInfoDefaultParameters() - Static method in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
The default parameters to include in the WMS URL to get feature information.
- GetFeatureInfoFormat - Class in org.cesiumjs.cs.scene
-
- GetFeatureInfoFormat(String) - Constructor for class org.cesiumjs.cs.scene.GetFeatureInfoFormat
-
Describes the format in which to request GetFeatureInfo from a Web Map Service (WMS) server.
- GetFeatureInfoFormat(String, String) - Constructor for class org.cesiumjs.cs.scene.GetFeatureInfoFormat
-
Describes the format in which to request GetFeatureInfo from a Web Map Service (WMS) server.
- getFeatureInfoFormats - Variable in class org.cesiumjs.cs.scene.providers.options.UrlTemplateImageryProviderOptions
-
The formats in which to get feature information at a specific location when UrlTemplateImageryProvider#pickFeatures is invoked.
- getFeatureInfoFormats - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapServiceImageryProviderOptions
-
The formats in which to try WMS GetFeatureInfo requests.
- GetFeatureInfoParameters - Class in org.cesiumjs.cs.scene
-
- GetFeatureInfoParameters() - Constructor for class org.cesiumjs.cs.scene.GetFeatureInfoParameters
-
- getFeatureInfoParameters - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapServiceImageryProviderOptions
-
Additional parameters to pass to the WMS server in the GetFeatureInfo URL.
- getFragmentShaderSource() - Method in class org.cesiumjs.cs.scene.apperances.Appearance
-
- getGeodesic() - Method in class org.cesiumjs.cs.scene.interaction.CorridorPrimitive
-
- getGeometry - Variable in class org.cesiumjs.cs.scene.interaction.AbstractPrimitive
-
Get geometry function to access pure java functional
- getGeometry() - Method in class org.cesiumjs.cs.scene.interaction.AbstractPrimitive
-
- getGeometryInstanceAttributes(JsObject) - Method in class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
Returns the modifiable per-instance attributes for a GeometryInstance.
- getGeometryInstanceAttributes(Object) - Method in class org.cesiumjs.cs.scene.Primitive
-
Returns the modifiable per-instance attributes for a GeometryInstance.
- getHeight(Cartographic) - Method in class org.cesiumjs.cs.scene.Globe
-
Get the height of the surface at a given cartographic.
- getInputAction(Number) - Method in class org.cesiumjs.cs.core.ScreenSpaceEventHandler
-
Returns the function to be executed on an input event.
- getInputAction(Number, Number) - Method in class org.cesiumjs.cs.core.ScreenSpaceEventHandler
-
Returns the function to be executed on an input event.
- getLevelMaximumGeometricError(int) - Method in class org.cesiumjs.cs.core.providers.ArcGISTiledElevationTerrainProvider
-
- getLevelMaximumGeometricError(int) - Method in class org.cesiumjs.cs.core.providers.CesiumTerrainProvider
-
Gets the maximum geometric error allowed in a tile at a given level.
- getLevelMaximumGeometricError(int) - Method in class org.cesiumjs.cs.core.providers.EllipsoidTerrainProvider
-
Gets the maximum geometric error allowed in a tile at a given level.
- getLevelMaximumGeometricError(int) - Method in class org.cesiumjs.cs.core.providers.GeoserverTerrainProvider
-
Gets the maximum geometric error allowed in a tile at a given level.
- getLevelMaximumGeometricError(int) - Method in class org.cesiumjs.cs.core.providers.GoogleEarthEnterpriseTerrainProvider
-
Gets the maximum geometric error allowed in a tile at a given level.
- getLevelMaximumGeometricError(int) - Method in interface org.cesiumjs.cs.core.providers.TerrainProvider
-
Gets the maximum geometric error allowed in a tile at a given level.
- getLevelMaximumGeometricError(int) - Method in class org.cesiumjs.cs.core.providers.VRTheWorldTerrainProvider
-
Gets the maximum geometric error allowed in a tile at a given level.
- getMagnitude() - Method in class org.cesiumjs.cs.scene.Camera
-
Gets the magnitude of the camera position.
- getMaterial(String) - Method in class org.cesiumjs.cs.scene.Model
-
Returns the glTF material with the given name property.
- getMaximumScale(Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Computes the maximum scale assuming the matrix is an affine transformation.
- getMaximumScale(Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes the maximum scale assuming the matrix is an affine transformation.
- getMaximumScale(Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes the maximum scale assuming the matrix is an affine transformation.
- getMesh(String) - Method in class org.cesiumjs.cs.scene.Model
-
Returns the glTF mesh with the given name property.
- getMorphTime(int) - Static method in class org.cesiumjs.cs.scene.enums.SceneMode
-
Returns the morph time for the given scene mode.
- getNode(String) - Method in class org.cesiumjs.cs.scene.Model
-
Returns the glTF node with the given name property.
- getNumber(Object, String) - Static method in class org.cesiumjs.cs.js.JsObject
-
- getNumber(String) - Method in class org.cesiumjs.cs.js.JsObject
-
- getNumber(JsArray<Number>, int) - Static method in class org.cesiumjs.cs.js.JsObject
-
- getNumberOfXTilesAtLevel(int) - Method in class org.cesiumjs.cs.core.TilingScheme
-
Gets the total number of tiles in the X direction at a specified level-of-detail.
- getNumberOfYTilesAtLevel(int) - Method in class org.cesiumjs.cs.core.TilingScheme
-
Gets the total number of tiles in the Y direction at a specified level-of-detail.
- getObject(Object, String) - Static method in class org.cesiumjs.cs.js.JsObject
-
- getObject(String) - Method in class org.cesiumjs.cs.js.JsObject
-
- getOrCreateEntity(Object) - Method in class org.cesiumjs.cs.collections.EntityCollection
-
Gets an entity with the specified id or creates it and adds it to the collection if it does not exist.
- getPickRay(Cartesian2) - Method in class org.cesiumjs.cs.scene.Camera
-
Create a ray from the camera position through the pixel at windowPosition in world coordinates.
- getPickRay(Cartesian2, Ray) - Method in class org.cesiumjs.cs.scene.Camera
-
Create a ray from the camera position through the pixel at windowPosition in world coordinates.
- getPixelDimensions(double, double, double, Cartesian2) - Method in class org.cesiumjs.cs.core.OrthographicFrustum
-
Returns the pixel's width and height in meters.
- getPixelDimensions(double, double, double) - Method in class org.cesiumjs.cs.core.OrthographicOffCenterFrustum
-
Returns the pixel's width and height in meters.
- getPixelDimensions(double, double, double, Cartesian2) - Method in class org.cesiumjs.cs.core.OrthographicOffCenterFrustum
-
Returns the pixel's width and height in meters.
- getPixelDimensions(double, double, double, Cartesian2) - Method in class org.cesiumjs.cs.core.PerspectiveFrustum
-
Returns the pixel's width and height in meters.
- getPixelDimensions(double, double, double, Cartesian2) - Method in class org.cesiumjs.cs.core.PerspectiveOffCenterFrustum
-
Returns the pixel's width and height in meters.
- getPixelSize(BoundingSphere, double, double) - Method in class org.cesiumjs.cs.scene.Camera
-
Return the pixel size in meters.
- getPoint(Ray, double) - Static method in class org.cesiumjs.cs.core.Ray
-
Computes the point along the ray given by r(t) = o + t*d, where o is the origin of the ray and d is the direction.
- getPoint(Ray, double, Cartesian3) - Static method in class org.cesiumjs.cs.core.Ray
-
Computes the point along the ray given by r(t) = o + t*d, where o is the origin of the ray and d is the direction.
- getPoint(int) - Method in class org.cesiumjs.cs.scene.interaction.MarkerGroup
-
- getPointDistance(Plane, Cartesian3) - Static method in class org.cesiumjs.cs.core.Plane
-
Computes the signed shortest distance of a point to a plane.
- getPositions() - Method in class org.cesiumjs.cs.scene.interaction.CirclePrimitive
-
- getPositions() - Method in class org.cesiumjs.cs.scene.interaction.CorridorPrimitive
-
- getPositions() - Method in class org.cesiumjs.cs.scene.interaction.PointPrimitive
-
- getPositions() - Method in class org.cesiumjs.cs.scene.interaction.PolygonPrimitive
-
- getPositions() - Method in class org.cesiumjs.cs.scene.interaction.RectanglePrimitive
-
- getPostProcessStage(int) - Method in class org.cesiumjs.cs.scene.PostProcessStageComposite
-
Gets the post-process stage at index
- getPrimitive() - Method in class org.cesiumjs.cs.scene.interaction.DrawInteraction.Event
-
- getPrimitiveType() - Method in class org.cesiumjs.cs.scene.interaction.DrawInteraction.Event
-
- getProperty(String) - Method in class org.cesiumjs.cs.scene.Cesium3DTileFeature
-
Returns a copy of the value of the feature's property with the given name.
- getProperty(String) - Method in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Returns a copy of the value of the feature's property with the given name.
- getPropertyNames() - Method in class org.cesiumjs.cs.scene.Cesium3DTileFeature
-
Returns an array of property names for the feature.
- getPropertyNames(String[]) - Method in class org.cesiumjs.cs.scene.Cesium3DTileFeature
-
Returns an array of property names for the feature.
- getPropertyNames(String[]) - Method in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Returns an array of property names for the feature.
- getRadius() - Method in class org.cesiumjs.cs.scene.interaction.CirclePrimitive
-
- getRectangle() - Method in class org.cesiumjs.cs.scene.interaction.RectanglePrimitive
-
- getRectangleCameraCoordinates(Rectangle) - Method in class org.cesiumjs.cs.scene.Camera
-
Get the camera position needed to view an rectangle on an ellipsoid or map
- getRectangleCameraCoordinates(Rectangle, Cartesian3) - Method in class org.cesiumjs.cs.scene.Camera
-
Get the camera position needed to view an rectangle on an ellipsoid or map
- getRenderState() - Method in class org.cesiumjs.cs.scene.apperances.Appearance
-
Creates a render state.
- getRequiredDataPoints(double) - Static method in class org.cesiumjs.cs.core.interpolation.HermitePolynomialApproximation
-
Given the desired degree, returns the number of data points required for interpolation.
- getRequiredDataPoints(double, int) - Static method in class org.cesiumjs.cs.core.interpolation.HermitePolynomialApproximation
-
Given the desired degree, returns the number of data points required for interpolation.
- getRequiredDataPoints(double) - Static method in class org.cesiumjs.cs.core.interpolation.LagrangePolynomialApproximation
-
Given the desired degree, returns the number of data points required for interpolation.
- getRequiredDataPoints(double) - Static method in class org.cesiumjs.cs.core.interpolation.LinearApproximation
-
Given the desired degree, returns the number of data points required for interpolation.
- getRotation(Matrix4, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Gets the upper left 3x3 rotation matrix of the provided matrix, assuming the matrix is a affine transformation matrix.
- getRow(Matrix2, int, Cartesian2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Retrieves a copy of the matrix row at the provided index as a Cartesian2 instance.
- getRow(Matrix3, int, Cartesian3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Retrieves a copy of the matrix row at the provided index as a Cartesian3 instance.
- getRow(Matrix4, int, Cartesian4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Retrieves a copy of the matrix row at the provided index as a Cartesian3 instance.
- getScale(Matrix2, Cartesian2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Extracts the non-uniform scale assuming the matrix is an affine transformation.
- getScale(Matrix3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Extracts the non-uniform scale assuming the matrix is an affine transformation.
- getScale(Matrix4, Cartesian3) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Extracts the non-uniform scale assuming the matrix is an affine transformation.
- getShuttleRingTicks() - Method in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Gets a copy of the array of positive known clock multipliers to associate with the shuttle ring.
- getSizeInBytes(int) - Static method in class org.cesiumjs.cs.core.ComponentDatatype
-
Returns the size, in bytes, of the corresponding datatype.
- getStatistics - Static variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Generates an HTML string of the statistics
- getString(Object, String) - Static method in class org.cesiumjs.cs.js.JsObject
-
- getString(String) - Method in class org.cesiumjs.cs.js.JsObject
-
- getString(JsArray<String>, int) - Static method in class org.cesiumjs.cs.js.JsObject
-
- getTileCredits(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
Gets the credits to be displayed when a given tile is displayed.
- getTileCredits(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
Gets the credits to be displayed when a given tile is displayed.
- getTileCredits(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
Gets the credits to be displayed when a given tile is displayed.
- getTileCredits(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.GridImageryProvider
-
Gets the credits to be displayed when a given tile is displayed.
- getTileCredits(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
Gets the credits to be displayed when a given tile is displayed.
- getTileCredits(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.MapboxImageryProvider
-
Gets the credits to be displayed when a given tile is displayed.
- getTileCredits(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.SingleTileImageryProvider
-
Gets the credits to be displayed when a given tile is displayed.
- getTileCredits(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.TileCoordinatesImageryProvider
-
Gets the credits to be displayed when a given tile is displayed.
- getTileCredits(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
Gets the credits to be displayed when a given tile is displayed.
- getTileCredits(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
Gets the credits to be displayed when a given tile is displayed.
- getTileCredits(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Gets the credits to be displayed when a given tile is displayed.
- getTileDataAvailable(int, int, int) - Method in class org.cesiumjs.cs.core.providers.ArcGISTiledElevationTerrainProvider
-
- getTileDataAvailable(int, int, int) - Method in class org.cesiumjs.cs.core.providers.CesiumTerrainProvider
-
Determines whether data for a tile is available to be loaded.
- getTileDataAvailable(int, int, int) - Method in class org.cesiumjs.cs.core.providers.EllipsoidTerrainProvider
-
Determines whether data for a tile is available to be loaded.
- getTileDataAvailable(int, int, int) - Method in class org.cesiumjs.cs.core.providers.GeoserverTerrainProvider
-
Determines whether data for a tile is available to be loaded.
- getTileDataAvailable(int, int, int) - Method in class org.cesiumjs.cs.core.providers.GoogleEarthEnterpriseTerrainProvider
-
Determines whether data for a tile is available to be loaded.
- getTileDataAvailable(int, int, int) - Method in interface org.cesiumjs.cs.core.providers.TerrainProvider
-
Determines whether data for a tile is available to be loaded.
- getTileDataAvailable(int, int, int) - Method in class org.cesiumjs.cs.core.providers.VRTheWorldTerrainProvider
-
Determines whether data for a tile is available to be loaded.
- getTranslation(Matrix4, Cartesian3) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Gets the translation portion of the provided matrix, assuming the matrix is a affine transformation matrix.
- getType() - Method in class org.cesiumjs.cs.datasources.properties.MaterialProperty
-
Gets the Material type at the provided time.
- getType(JulianDate) - Method in class org.cesiumjs.cs.datasources.properties.MaterialProperty
-
Gets the Material type at the provided time.
- getType(JulianDate) - Method in class org.cesiumjs.cs.datasources.properties.ReferenceProperty
-
Gets the Material type at the provided time.
- getType() - Method in class org.cesiumjs.cs.scene.interaction.DrawInteraction
-
Get type of primitive which current draw
- getURL(String) - Method in class org.cesiumjs.cs.core.DefaultProxy
-
Get the final URL to use to request a given resource.
- getUrlComponent() - Method in class org.cesiumjs.cs.core.Resource
-
Returns the url, optional with the query string and processed by a proxy.
- getUrlComponent(boolean) - Method in class org.cesiumjs.cs.core.Resource
-
Returns the url, optional with the query string and processed by a proxy.
- getUrlComponent(boolean, boolean) - Method in class org.cesiumjs.cs.core.Resource
-
Returns the url, optional with the query string and processed by a proxy.
- getValue() - Method in class org.cesiumjs.cs.datasources.DataSourceClock
-
Gets the value of this clock instance as a Clock object.
- getValue() - Method in class org.cesiumjs.cs.datasources.properties.ConstantProperty
-
Gets the value of the property at the provided time.
- getValue(JulianDate, JsObject) - Method in class org.cesiumjs.cs.datasources.properties.PolylineOutlineMaterialProperty
-
Gets the value of the property at the provided time.
- getValue(JulianDate) - Method in class org.cesiumjs.cs.datasources.properties.Property
-
Gets the value of the property at the provided time.
- getValue(JulianDate, T) - Method in class org.cesiumjs.cs.datasources.properties.Property
-
Gets the value of the property at the provided time.
- getValue(JulianDate) - Method in class org.cesiumjs.cs.datasources.properties.ReferenceProperty
-
Gets the value of the property at the provided time.
- getValue(JulianDate, Object) - Method in class org.cesiumjs.cs.datasources.properties.ReferenceProperty
-
Gets the value of the property at the provided time.
- getValue(String) - Method in class org.cesiumjs.cs.scene.ModelMaterial
-
Returns the value of the parameter with the given name.
- getValueInReferenceFrame(JulianDate, Integer) - Method in class org.cesiumjs.cs.datasources.properties.CompositePositionProperty
-
Gets the value of the property at the provided time and in the provided reference frame.
- getValueInReferenceFrame(JulianDate, Integer, Cartesian3) - Method in class org.cesiumjs.cs.datasources.properties.CompositePositionProperty
-
Gets the value of the property at the provided time and in the provided reference frame.
- getValueInReferenceFrame(JulianDate, Number) - Method in class org.cesiumjs.cs.datasources.properties.PositionProperty
-
Gets the value of the property at the provided time and in the provided reference frame.
- getValueInReferenceFrame(JulianDate, Number, Cartesian3) - Method in class org.cesiumjs.cs.datasources.properties.PositionProperty
-
Gets the value of the property at the provided time and in the provided reference frame.
- getValueInReferenceFrame(JulianDate, Integer) - Method in class org.cesiumjs.cs.datasources.properties.ReferenceProperty
-
Gets the value of the property at the provided time and in the provided reference frame.
- getValueInReferenceFrame(JulianDate, Integer, Cartesian3) - Method in class org.cesiumjs.cs.datasources.properties.ReferenceProperty
-
Gets the value of the property at the provided time and in the provided reference frame.
- getValueOrUndefined(Property, JulianDate, T) - Static method in class org.cesiumjs.cs.datasources.properties.Property
-
- getViewableRectangle() - Method in class org.cesiumjs.cs.scene.ImageryLayer
-
Computes the intersection of this layer's rectangle with the imagery provider's availability rectangle, producing
the overall bounds of imagery that can be produced by this layer.
- getViewer() - Method in class org.cesiumjs.cs.widgets.ViewerPanel
-
- getWidth() - Method in class org.cesiumjs.cs.scene.interaction.CorridorPrimitive
-
- GHOSTWHITE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #F8F8FF
- Globe - Class in org.cesiumjs.cs.scene
-
- Globe() - Constructor for class org.cesiumjs.cs.scene.Globe
-
- Globe(Ellipsoid) - Constructor for class org.cesiumjs.cs.scene.Globe
-
- globe - Variable in class org.cesiumjs.cs.scene.Scene
-
Gets or sets the depth-test ellipsoid.
- globe - Variable in class org.cesiumjs.cs.widgets.BaseLayerPickerViewModel
-
Gets the globe.
- globe - Variable in class org.cesiumjs.cs.widgets.options.BaseLayerPickerViewModelOptions
-
The Globe to use.
- globe - Variable in class org.cesiumjs.cs.widgets.options.CesiumWidgetOptions
-
The globe to use in the scene.
- globe - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
The globe to use in the scene.
- glowColor - Variable in class org.cesiumjs.cs.scene.providers.options.GridImageryProviderOptions
-
The color to draw glow for grid lines.
- glowFactor - Variable in class org.cesiumjs.cs.scene.Sun
-
Gets or sets a number that controls how "bright" the Sun's lens flare appears to be.
- glowPower - Variable in class org.cesiumjs.cs.datasources.properties.options.PolylineGlowMaterialPropertyOptions
-
A numeric Property specifying the strength of the glow, as a percentage of the total line width.
- glowPower - Variable in class org.cesiumjs.cs.datasources.properties.PolylineGlowMaterialProperty
-
A numeric Property specifying the strength of the glow, as a percentage of the total line width.
- glowWidth - Variable in class org.cesiumjs.cs.scene.providers.options.GridImageryProviderOptions
-
The width of lines used for rendering the line glow effect.
- glslDatatype() - Method in class org.cesiumjs.cs.scene.apperances.DebugAppearance
-
The GLSL datatype of the attribute being visualized.
- glslDatatype - Variable in class org.cesiumjs.cs.scene.apperances.options.DebugAppearanceOptions
-
The GLSL datatype of the attribute.
- gltf - Variable in class org.cesiumjs.cs.scene.Model
-
The object for the glTF JSON, including properties with default values omitted from the JSON provided to this model.
- gltf - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
The object for the glTF JSON or an arraybuffer of Binary glTF defined by the KHR_binary_glTF extension.
- gltfArrayBuffer - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
The object for the glTF JSON or an arraybuffer of Binary glTF defined by the KHR_binary_glTF extension.
- gltfUint8Array - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
The object for the glTF JSON or an arraybuffer of Binary glTF defined by the KHR_binary_glTF extension.
- GOLD() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FFD700
- GOLDENROD() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #DAA520
- GoogleEarthEnterpriseImageryProvider - Class in org.cesiumjs.cs.scene.providers
-
Provides tiled imagery using the Google Earth Enterprise REST API.
- GoogleEarthEnterpriseImageryProviderOptions - Class in org.cesiumjs.cs.scene.providers.options
-
- GoogleEarthEnterpriseMetadata - Class in org.cesiumjs.cs.core
-
Provides metadata using the Google Earth Enterprise REST API.
- GoogleEarthEnterpriseMetadataOptions - Class in org.cesiumjs.cs.core.options
-
- GoogleEarthEnterpriseTerrainData - Class in org.cesiumjs.cs.core
-
Terrain data for a single tile from a Google Earth Enterprise server.
- GoogleEarthEnterpriseTerrainDataOptions - Class in org.cesiumjs.cs.core.options
-
- GoogleEarthEnterpriseTerrainProvider - Class in org.cesiumjs.cs.core.providers
-
Provides tiled terrain using the Google Earth Enterprise REST API.
- GoogleEarthEnterpriseTerrainProvider(GoogleEarthEnterpriseTerrainProviderOptions) - Constructor for class org.cesiumjs.cs.core.providers.GoogleEarthEnterpriseTerrainProvider
-
- GoogleEarthEnterpriseTerrainProviderOptions - Class in org.cesiumjs.cs.core.providers.options
-
- granularity - Variable in class org.cesiumjs.cs.core.geometry.GroundPolylineGeometry
-
The distance interval used for interpolating options.points.
- granularity - Variable in class org.cesiumjs.cs.core.geometry.options.CircleOutlineGeometryOptions
-
The angular distance between points on the circle in radians.
- granularity - Variable in class org.cesiumjs.cs.core.geometry.options.CorridorOutlineGeometryOptions
-
The distance, in radians, between each latitude and longitude.
- granularity - Variable in class org.cesiumjs.cs.core.geometry.options.EllipseOutlineGeometryOptions
-
The angular distance between points on the ellipse in radians.
- granularity - Variable in class org.cesiumjs.cs.core.geometry.options.GroundPolylineGeometryOptions
-
The distance interval in meters used for interpolating options.points.
- granularity - Variable in class org.cesiumjs.cs.core.geometry.options.PolygonOutlineGeometryOptions
-
The distance, in radians, between each latitude and longitude.
- granularity - Variable in class org.cesiumjs.cs.core.geometry.options.PolylineGeometryOptions
-
The distance, in radians, between each latitude and longitude if options.followSurface=true.
- granularity - Variable in class org.cesiumjs.cs.core.geometry.options.RectangleOutlineGeometryOptions
-
The distance, in radians, between each latitude and longitude.
- granularity - Variable in class org.cesiumjs.cs.core.geometry.options.SimplePolylineGeometryOptions
-
The distance, in radians, between each latitude and longitude if options.followSurface=true.
- granularity - Variable in class org.cesiumjs.cs.core.geometry.options.WallOutlineGeometryOptions
-
The distance, in radians, between each latitude and longitude.
- granularity - Variable in class org.cesiumjs.cs.core.options.EllipsePositionsOptions
-
- granularity - Variable in class org.cesiumjs.cs.core.options.PolylinePipelineOptions
-
The distance, in radians, between each latitude and longitude.
- granularity - Variable in class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
A numeric Property specifying the distance between each latitude and longitude.
- granularity - Variable in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
A numeric Property specifying the angular distance between points on the ellipse.
- granularity - Variable in class org.cesiumjs.cs.datasources.graphics.options.CorridorGraphicsOptions
-
A numeric Property specifying the distance between each latitude and longitude.
- granularity - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipseGraphicsOptions
-
A numeric Property specifying the angular distance between points on the ellipse.
- granularity - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
A numeric Property specifying the angular distance between each latitude and longitude point.
- granularity - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineGraphicsOptions
-
A numeric Property specifying the angular distance between each latitude and longitude if followSurface is true.
- granularity - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineVolumeGraphicsOptions
-
A numeric Property specifying the angular distance between each latitude and longitude point.
- granularity - Variable in class org.cesiumjs.cs.datasources.graphics.options.RectangleGraphicsOptions
-
A numeric Property specifying the angular distance between points on the rectangle.
- granularity - Variable in class org.cesiumjs.cs.datasources.graphics.options.WallGraphicsOptions
-
A numeric Property specifying the angular distance between each latitude and longitude point.
- granularity - Variable in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
A numeric Property specifying the angular distance between each latitude and longitude point.
- granularity - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineGraphics
-
A numeric Property specifying the angular distance between each latitude and longitude if followSurface is true.
- granularity - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineVolumeGraphics
-
A numeric Property specifying the angular distance between each latitude and longitude point.
- granularity - Variable in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Gets or sets the numeric Property specifying the angular distance between points on the rectangle.
- granularity - Variable in class org.cesiumjs.cs.datasources.graphics.WallGraphics
-
A numeric Property specifying the angular distance between each latitude and longitude point.
- granularity - Variable in class org.cesiumjs.cs.scene.interaction.AbstractPrimitive
-
- GRAVITATIONALPARAMETER() - Static method in class org.cesiumjs.cs.core.Math
-
3.986004418e14
- GRAY() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #808080
- grazingAltitudeLocation(Ray, Ellipsoid) - Static method in class org.cesiumjs.cs.core.IntersectionTests
-
Provides the point along the ray which is nearest to the ellipsoid.
- greaterThan(JulianDate, JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Compares the provided instances and returns true if left is later than right, false otherwise.
- greaterThanOrEquals(JulianDate, JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Compares the provided instances and returns true if left is later than or equal to right, false otherwise.
- green - Variable in class org.cesiumjs.cs.core.Color
-
The green component.
- GREEN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #008000
- green - Variable in class org.cesiumjs.cs.core.options.ColorRandomOptions
-
If specified, the green component to use instead of a randomized value.
- GREENYELLOW() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #ADFF2F
- GregorianDate - Class in org.cesiumjs.cs.core
-
Represents a Gregorian date in a more precise format than the JavaScript Date object.
- GregorianDate() - Constructor for class org.cesiumjs.cs.core.GregorianDate
-
Represents a Gregorian date in a more precise format than the JavaScript Date object.
- GREY() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #808080
- GridImageryProvider - Class in org.cesiumjs.cs.scene.providers
-
- GridImageryProvider() - Constructor for class org.cesiumjs.cs.scene.providers.GridImageryProvider
-
An
ImageryProvider
that draws a wireframe grid on every tile with controllable background and glow.
- GridImageryProvider(GridImageryProviderOptions) - Constructor for class org.cesiumjs.cs.scene.providers.GridImageryProvider
-
An
ImageryProvider
that draws a wireframe grid on every tile with controllable background and glow.
- GridImageryProviderOptions - Class in org.cesiumjs.cs.scene.providers.options
-
- GridImageryProviderOptions() - Constructor for class org.cesiumjs.cs.scene.providers.options.GridImageryProviderOptions
-
- GridMaterialProperty - Class in org.cesiumjs.cs.datasources.properties
-
- GridMaterialProperty() - Constructor for class org.cesiumjs.cs.datasources.properties.GridMaterialProperty
-
- GridMaterialProperty(GridMaterialPropertyOptions) - Constructor for class org.cesiumjs.cs.datasources.properties.GridMaterialProperty
-
- GridMaterialPropertyOptions - Class in org.cesiumjs.cs.datasources.properties.options
-
- GridMaterialPropertyOptions() - Constructor for class org.cesiumjs.cs.datasources.properties.options.GridMaterialPropertyOptions
-
- GridType() - Static method in class org.cesiumjs.cs.scene.Material
-
Gets the name of the grid material.
- GroundPolylineGeometry - Class in org.cesiumjs.cs.core.geometry
-
A description of a polyline on terrain.
- GroundPolylineGeometry(GroundPolylineGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.GroundPolylineGeometry
-
A description of a polyline on terrain.
- GroundPolylineGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- GroundPolylinePrimitive - Class in org.cesiumjs.cs.scene
-
A GroundPolylinePrimitive represents a polyline draped over the terrain in the
Scene
.
- GroundPolylinePrimitive() - Constructor for class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
- GroundPolylinePrimitive(GroundPolylinePrimitiveOptions) - Constructor for class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
- GroundPolylinePrimitiveOptions - Class in org.cesiumjs.cs.scene.options
-
- GroundPolylinePrimitiveOptions() - Constructor for class org.cesiumjs.cs.scene.options.GroundPolylinePrimitiveOptions
-
- GroundPrimitive - Class in org.cesiumjs.cs.scene
-
A ground primitive represents geometry draped over the terrain in the
Scene
.
- GroundPrimitive() - Constructor for class org.cesiumjs.cs.scene.GroundPrimitive
-
- GroundPrimitive(GroundPrimitiveOptions) - Constructor for class org.cesiumjs.cs.scene.GroundPrimitive
-
- GroundPrimitiveOptions - Class in org.cesiumjs.cs.scene.options
-
- GroundPrimitiveOptions() - Constructor for class org.cesiumjs.cs.scene.options.GroundPrimitiveOptions
-
- groundPrimitives() - Method in class org.cesiumjs.cs.scene.Scene
-
Gets the collection of ground primitives.
- HALF_FLOAT() - Static method in class org.cesiumjs.cs.core.enums.PixelDatatype
-
- halfAxes - Variable in class org.cesiumjs.cs.core.OrientedBoundingBox
-
The transformation matrix, to rotate the box to the right position.
- hasAlphaChannel() - Method in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
Gets a value indicating whether or not the images provided by this imagery provider include an alpha channel.
- hasAlphaChannel() - Method in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
Gets a value indicating whether or not the images provided by this imagery provider include an alpha channel.
- hasAlphaChannel() - Method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
Gets a value indicating whether or not the images provided by this imagery provider include an alpha channel.
- hasAlphaChannel() - Method in class org.cesiumjs.cs.scene.providers.GridImageryProvider
-
Gets a value indicating whether or not the images provided by this imagery provider include an alpha channel.
- hasAlphaChannel() - Method in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
Gets a value indicating whether or not the images provided by this imagery provider include an alpha channel.
- hasAlphaChannel() - Method in class org.cesiumjs.cs.scene.providers.MapboxImageryProvider
-
Gets a value indicating whether or not the images provided by this imagery provider include an alpha channel.
- hasAlphaChannel - Variable in class org.cesiumjs.cs.scene.providers.options.UrlTemplateImageryProviderOptions
-
true if the images provided by this imagery provider include an alpha channel; otherwise, false.
- hasAlphaChannel() - Method in class org.cesiumjs.cs.scene.providers.SingleTileImageryProvider
-
Gets a value indicating whether or not the images provided by this imagery provider include an alpha channel.
- hasAlphaChannel() - Method in class org.cesiumjs.cs.scene.providers.TileCoordinatesImageryProvider
-
Gets a value indicating whether or not the images provided by this imagery provider include an alpha channel.
- hasAlphaChannel() - Method in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
Gets a value indicating whether or not the images provided by this imagery provider include an alpha channel.
- hasAlphaChannel() - Method in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
Gets a value indicating whether or not the images provided by this imagery provider include an alpha channel.
- hasAlphaChannel() - Method in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Gets a value indicating whether or not the images provided by this imagery provider include an alpha channel.
- hasConstantFill() - Method in class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
Gets a value indicating if fill visibility varies with simulation time.
- hasConstantOutline() - Method in class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
Gets a value indicating if the geometry has an outline component.
- hasHeaders - Variable in class org.cesiumjs.cs.core.Resource
-
True if the Resource has request headers.
- hasImage() - Method in class org.cesiumjs.cs.core.Credit
-
- hasLink() - Method in class org.cesiumjs.cs.core.Credit
-
- hasProperty(int, String) - Method in class org.cesiumjs.cs.scene.Cesium3DTileContent
-
Determines if the tile's batch table has a property.
- hasProperty(String) - Method in class org.cesiumjs.cs.scene.Cesium3DTileFeature
-
Returns whether the feature contains this property.
- hasStyledImage - Variable in class org.cesiumjs.cs.core.providers.options.GeoserverTerrainProviderOptions
-
indicates if the requested images are styled with SLD
- hasVertexNormals - Variable in class org.cesiumjs.cs.core.providers.CesiumTerrainProvider
-
Gets a value indicating whether or not the requested tiles include vertex normals.
- hasVertexNormals - Variable in class org.cesiumjs.cs.core.providers.EllipsoidTerrainProvider
-
Gets a value indicating whether or not the requested tiles include vertex normals.
- hasVertexNormals - Variable in class org.cesiumjs.cs.core.providers.GeoserverTerrainProvider
-
Gets a value indicating whether or not the requested tiles include vertex normals.
- hasVertexNormals - Variable in class org.cesiumjs.cs.core.providers.VRTheWorldTerrainProvider
-
Gets a value indicating whether or not the requested tiles include vertex normals.
- hasWaterMask - Variable in class org.cesiumjs.cs.core.providers.CesiumTerrainProvider
-
Gets a value indicating whether or not the provider includes a water mask.
- hasWaterMask - Variable in class org.cesiumjs.cs.core.providers.EllipsoidTerrainProvider
-
Gets a value indicating whether or not the provider includes a water mask.
- hasWaterMask - Variable in class org.cesiumjs.cs.core.providers.GeoserverTerrainProvider
-
Gets a value indicating whether or not the provider includes a water mask.
- hasWaterMask - Variable in class org.cesiumjs.cs.core.providers.VRTheWorldTerrainProvider
-
Gets a value indicating whether or not the provider includes a water mask.
- head() - Method in class org.cesiumjs.cs.core.Resource
-
Asynchronously gets headers the given resource.
- head(ResourceHttpOptions) - Method in class org.cesiumjs.cs.core.Resource
-
Asynchronously gets headers the given resource.
- headers - Variable in class org.cesiumjs.cs.core.options.ResourceHttpOptions
-
Additional HTTP headers to send with the request, if any.
- headers - Variable in class org.cesiumjs.cs.core.options.ResourceOptions
-
Additional HTTP headers that will be sent.
- headers - Variable in class org.cesiumjs.cs.core.Resource
-
Additional HTTP headers that will be sent with the request.
- headers - Variable in class org.cesiumjs.cs.scene.options.FromGltfOptions
-
HTTP headers to send with the request.
- heading() - Method in class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Gets the heading from the start point to the end point.
- heading - Variable in class org.cesiumjs.cs.core.HeadingPitchRange
-
Heading is the rotation from the local north direction where a positive angle is increasing eastward.
- heading - Variable in class org.cesiumjs.cs.core.HeadingPitchRoll
-
- heading() - Method in class org.cesiumjs.cs.scene.Camera
-
Gets the camera heading in radians.
- HeadingPitchRange - Class in org.cesiumjs.cs.core
-
- HeadingPitchRange() - Constructor for class org.cesiumjs.cs.core.HeadingPitchRange
-
Defines a heading angle, pitch angle, and range in a local frame.
- HeadingPitchRange(double, double, double) - Constructor for class org.cesiumjs.cs.core.HeadingPitchRange
-
Defines a heading angle, pitch angle, and range in a local frame.
- HeadingPitchRoll - Class in org.cesiumjs.cs.core
-
- HeadingPitchRoll() - Constructor for class org.cesiumjs.cs.core.HeadingPitchRoll
-
A rotation expressed as a heading, pitch, and roll.
- HeadingPitchRoll(double, double) - Constructor for class org.cesiumjs.cs.core.HeadingPitchRoll
-
A rotation expressed as a heading, pitch, and roll.
- HeadingPitchRoll(double, double, double) - Constructor for class org.cesiumjs.cs.core.HeadingPitchRoll
-
A rotation expressed as a heading, pitch, and roll.
- headingPitchRollQuaternion(Cartesian3, HeadingPitchRoll) - Static method in class org.cesiumjs.cs.core.Transforms
-
Computes a quaternion from a reference frame with axes computed from the heading-pitch-roll angles centered at the
provided origin.
- headingPitchRollQuaternion(Cartesian3, HeadingPitchRoll, Ellipsoid) - Static method in class org.cesiumjs.cs.core.Transforms
-
Computes a quaternion from a reference frame with axes computed from the heading-pitch-roll angles centered at the
provided origin.
- headingPitchRollQuaternion(Cartesian3, HeadingPitchRoll, Ellipsoid, Quaternion) - Static method in class org.cesiumjs.cs.core.Transforms
-
Computes a quaternion from a reference frame with axes computed from the heading-pitch-roll angles centered at the
provided origin.
- headingPitchRollQuaternion(Cartesian3, HeadingPitchRoll, Ellipsoid, Transforms.LocalFrameToFixedFrame, Quaternion) - Static method in class org.cesiumjs.cs.core.Transforms
-
Computes a quaternion from a reference frame with axes computed from the heading-pitch-roll angles centered at the
provided origin.
- headingPitchRollToFixedFrame(Cartesian3, HeadingPitchRoll) - Static method in class org.cesiumjs.cs.core.Transforms
-
Computes a 4x4 transformation matrix from a reference frame with axes computed from the heading-pitch-roll angles
centered at the provided origin to the provided ellipsoid's fixed reference frame.
- headingPitchRollToFixedFrame(Cartesian3, HeadingPitchRoll, Ellipsoid) - Static method in class org.cesiumjs.cs.core.Transforms
-
Computes a 4x4 transformation matrix from a reference frame with axes computed from the heading-pitch-roll angles
centered at the provided origin to the provided ellipsoid's fixed reference frame.
- headingPitchRollToFixedFrame(Cartesian3, HeadingPitchRoll, Ellipsoid, Transforms.LocalFrameToFixedFrame) - Static method in class org.cesiumjs.cs.core.Transforms
-
Computes a 4x4 transformation matrix from a reference frame with axes computed from the heading-pitch-roll angles
centered at the provided origin to the provided ellipsoid's fixed reference frame.
- headingPitchRollToFixedFrame(Cartesian3, HeadingPitchRoll, Ellipsoid, Transforms.LocalFrameToFixedFrame, Matrix4) - Static method in class org.cesiumjs.cs.core.Transforms
-
Computes a 4x4 transformation matrix from a reference frame with axes computed from the heading-pitch-roll angles
centered at the provided origin to the provided ellipsoid's fixed reference frame.
- height - Variable in class org.cesiumjs.cs.core.BoundingRectangle
-
The height of the rectangle.
- height - Variable in class org.cesiumjs.cs.core.Cartographic
-
The height, in meters, above the ellipsoid.
- height - Variable in class org.cesiumjs.cs.core.geometry.options.CircleOutlineGeometryOptions
-
The distance in meters between the circle and the ellipsoid surface.
- height - Variable in class org.cesiumjs.cs.core.geometry.options.CorridorOutlineGeometryOptions
-
The distance in meters between the ellipsoid surface and the positions.
- height - Variable in class org.cesiumjs.cs.core.geometry.options.EllipseOutlineGeometryOptions
-
The distance in meters between the ellipse and the ellipsoid surface.
- height - Variable in class org.cesiumjs.cs.core.geometry.options.PolygonOutlineGeometryOptions
-
The distance in meters between the polygon and the ellipsoid surface.
- height - Variable in class org.cesiumjs.cs.core.geometry.options.RectangleOutlineGeometryOptions
-
The distance in meters between the rectangle and the ellipsoid surface.
- height - Variable in class org.cesiumjs.cs.core.options.PolylinePipelineOptions
-
A number or array of numbers representing the heights of each position.
- height - Variable in class org.cesiumjs.cs.core.Rectangle
-
Gets the height of the rectangle in radians.
- height - Variable in class org.cesiumjs.cs.core.Size
-
- height - Variable in class org.cesiumjs.cs.core.Viewport
-
- height - Variable in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Gets or sets the numeric Property specifying the height of the billboard in pixels.
- height - Variable in class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
A numeric Property specifying the altitude of the corridor relative to the ellipsoid surface.
- height - Variable in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
A numeric Property specifying the altitude of the ellipse relative to the ellipsoid surface.
- height - Variable in class org.cesiumjs.cs.datasources.graphics.options.BillboardGraphicsOptions
-
specifying the height of the billboard in pixels, overriding the native size.
- height - Variable in class org.cesiumjs.cs.datasources.graphics.options.CorridorGraphicsOptions
-
A numeric Property specifying the altitude of the corridor relative to the ellipsoid surface.
- height - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipseGraphicsOptions
-
A numeric Property specifying the altitude of the ellipse relative to the ellipsoid surface.
- height - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
A numeric Property specifying the altitude of the polygon relative to the ellipsoid surface.
- height - Variable in class org.cesiumjs.cs.datasources.graphics.options.RectangleGraphicsOptions
-
A numeric Property specifying the altitude of the rectangle relative to the ellipsoid surface.
- height - Variable in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
A numeric Property specifying the altitude of the polygon relative to the ellipsoid surface.
- height - Variable in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Gets or sets the numeric Property specifying the altitude of the rectangle.
- height - Variable in class org.cesiumjs.cs.js.JsImage
-
- height - Variable in class org.cesiumjs.cs.scene.Billboard
-
Gets or sets a height for the billboard.
- height - Variable in class org.cesiumjs.cs.scene.options.BillboardOptions
-
Gets or sets a height for the billboard.
- heightMapHeight - Variable in class org.cesiumjs.cs.core.providers.options.GeoserverTerrainProviderOptions
-
height of a tile in pixels
- heightMapWidth - Variable in class org.cesiumjs.cs.core.providers.options.GeoserverTerrainProviderOptions
-
width of a tile in pixels
- heightOffset - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets the height offset in meters of this feature.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Gets or sets the Property specifying the HeightReference.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.BoxGraphics
-
Gets or sets the Property specifying the HeightReference.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
Gets or sets the Property specifying the HeightReference.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.CylinderGraphics
-
Gets or sets the Property specifying the HeightReference.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
Gets or sets the Property specifying the HeightReference.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.EllipsoidGraphics
-
Gets or sets the Property specifying the HeightReference.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
A Property specifying what the height is relative to.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
A Property specifying what the height is relative to.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.options.BillboardGraphicsOptions
-
A Property specifying what the height is relative to.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.options.BoxGraphicsOptions
-
A Property specifying what the height from the entity position is relative to.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.options.CorridorGraphicsOptions
-
A Property specifying what the height is relative to.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.options.CylinderGraphicsOptions
-
Property specifying what the height from the entity position is relative to.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipseGraphicsOptions
-
A Property specifying what the height is relative to.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipsoidGraphicsOptions
-
A Property specifying what the height from the entity position is relative to.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.options.LabelGraphicsOptions
-
A Property specifying what the height is relative to.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
A Property specifying what the height is relative to.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.options.PointGraphicsOptions
-
A Property specifying what the height is relative to.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
A Property specifying what the height is relative to.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.options.RectangleGraphicsOptions
-
A Property specifying what the height is relative to.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.PointGraphics
-
A Property specifying what the height is relative to.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
Gets or sets the Property specifying the HeightReference.
- heightReference - Variable in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Gets or sets the Property specifying the HeightReference.
- heightReference - Variable in class org.cesiumjs.cs.scene.Billboard
-
Gets or sets the height reference of this billboard.
- HeightReference - Class in org.cesiumjs.cs.scene.enums
-
- HeightReference() - Constructor for class org.cesiumjs.cs.scene.enums.HeightReference
-
- heightReference - Variable in class org.cesiumjs.cs.scene.Label
-
Gets or sets the height reference of this billboard.
- heightReference - Variable in class org.cesiumjs.cs.scene.options.BillboardOptions
-
Gets or sets the height reference of this billboard.
- heightReference - Variable in class org.cesiumjs.cs.scene.options.FromGltfOptions
-
Determines how the model is drawn relative to terrain.
- heightReference - Variable in class org.cesiumjs.cs.scene.options.LabelOptions
-
Gets or sets the height reference of this billboard.
- heightReference - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
Determines how the model is drawn relative to terrain.
- HermitePolynomialApproximation - Class in org.cesiumjs.cs.core.interpolation
-
- HermitePolynomialApproximation() - Constructor for class org.cesiumjs.cs.core.interpolation.HermitePolynomialApproximation
-
- hierarchy - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
A Property specifying the PolygonHierarchy.
- hierarchy - Variable in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
A Property specifying the PolygonHierarchy.
- highDynamicRangeSupported() - Method in class org.cesiumjs.cs.scene.Scene
-
Whether or not high dynamic range rendering is supported.
- highest - Variable in class org.cesiumjs.cs.core.providers.options.GeoserverTerrainProviderOptions
-
highest altitude in the tiles (in meters)
- HIGHLIGHT() - Static method in class org.cesiumjs.cs.scene.enums.Cesium3DTileColorBlendMode
-
Multiplies the source color by the feature color.
- HIGHLIGHT() - Static method in class org.cesiumjs.cs.scene.enums.ColorBlendMode
-
Multiplies the source color by the target color
- HMDVRDevice - Class in org.cesiumjs.cs.js
-
- HMDVRDevice() - Constructor for class org.cesiumjs.cs.js.HMDVRDevice
-
- HOLD() - Static method in class org.cesiumjs.cs.core.enums.ExtrapolationType
-
The first or last value is used when outside the range of sample data.
- holes - Variable in class org.cesiumjs.cs.core.PolygonHierarchy
-
An array of polygon hierarchies defining holes in the polygon.
- HomeButton - Class in org.cesiumjs.cs.widgets
-
A single button widget for returning to the default camera view of the current scene.
- HomeButton(Element, Scene, Number) - Constructor for class org.cesiumjs.cs.widgets.HomeButton
-
A single button widget for returning to the default camera view of the current scene.
- homeButton - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
If set to false, the HomeButton widget will not be created.
- homeButton() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the HomeButton.
- HomeButtonViewModel - Class in org.cesiumjs.cs.widgets
-
- HomeButtonViewModel(Scene, Number) - Constructor for class org.cesiumjs.cs.widgets.HomeButtonViewModel
-
- HONEYDEW() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #F0FFF0
- HORIZONTAL() - Static method in class org.cesiumjs.cs.datasources.StripeOrientation
-
Horizontal orientation.
- horizontalOrigin - Variable in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Gets or sets the Property specifying the HorizontalOrigin.
- horizontalOrigin - Variable in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
A Property specifying the HorizontalOrigin.
- horizontalOrigin - Variable in class org.cesiumjs.cs.datasources.graphics.options.BillboardGraphicsOptions
-
A Property specifying the HorizontalOrigin.
- horizontalOrigin - Variable in class org.cesiumjs.cs.datasources.graphics.options.LabelGraphicsOptions
-
A Property specifying the HorizontalOrigin.
- horizontalOrigin - Variable in class org.cesiumjs.cs.scene.Billboard
-
Gets or sets the horizontal origin of this billboard, which determines if the billboard is to the left, center, or right of its position.
- horizontalOrigin - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets the horizontal origin of this point, which determines if the point is to the left, center, or right of its anchor position.
- HorizontalOrigin - Class in org.cesiumjs.cs.scene.enums
-
- horizontalOrigin - Variable in class org.cesiumjs.cs.scene.Label
-
Gets or sets the horizontal origin of this label, which determines if the label is drawn to the left, center, or right of its position.
- horizontalOrigin - Variable in class org.cesiumjs.cs.scene.options.BillboardOptions
-
Gets or sets the horizontal origin of this billboard, which determines if the billboard is to the left, center, or right of its position.
- horizontalOrigin - Variable in class org.cesiumjs.cs.scene.options.LabelOptions
-
Gets or sets the horizontal origin of this label, which determines if the label is drawn to the left, center, or right of its position.
- HOTPINK() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FF69B4
- hour - Variable in class org.cesiumjs.cs.core.GregorianDate
-
Gets or sets the hour as a whole number with range [0, 23].
- html() - Method in class org.cesiumjs.cs.core.Credit
-
The credit content
- hue - Variable in class org.cesiumjs.cs.scene.ImageryLayer
-
The hue of this layer in radians. 0.0 uses the unmodified imagery color.
- hue - Variable in class org.cesiumjs.cs.scene.options.ImageryLayerOptions
-
The hue of this layer. 0.0 uses the unmodified imagery color.
- hueShift - Variable in class org.cesiumjs.cs.core.SkyAtmosphere
-
The hue shift to apply to the atmosphere.
- iconUrl - Variable in class org.cesiumjs.cs.widgets.options.ProviderViewModelOptions
-
An icon representing the layer.
- iconUrl - Variable in class org.cesiumjs.cs.widgets.ProviderViewModel
-
Gets the icon.
- id() - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Gets a globally unique identifier for this collection.
- id() - Method in class org.cesiumjs.cs.collections.EntityCollection
-
Gets a globally unique identifier for this collection.
- id - Variable in class org.cesiumjs.cs.core.geometry.GeometryInstance
-
User-defined object returned when the instance is picked or used to get/set per-instance attributes.
- id - Variable in class org.cesiumjs.cs.core.options.GeometryInstanceOptions
-
A user-defined object to return when the instance is picked with Scene#pick or get/set per-instance attributes with Primitive#getGeometryInstanceAttributes.
- id - Variable in class org.cesiumjs.cs.core.PickedObject
-
- id - Variable in class org.cesiumjs.cs.datasources.Entity
-
A unique identifier for this object.
- id - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
A unique identifier for this object.
- id - Variable in class org.cesiumjs.cs.scene.Billboard
-
Gets or sets the user-defined object returned when the billboard is picked.
- id - Variable in class org.cesiumjs.cs.scene.DebugModelMatrixPrimitive
-
- id - Variable in class org.cesiumjs.cs.scene.Label
-
Gets or sets the user-defined object returned when the label is picked.
- id - Variable in class org.cesiumjs.cs.scene.Model
-
User-defined object returned when the model is picked.
- id() - Method in class org.cesiumjs.cs.scene.ModelMaterial
-
The name of the glTF JSON property for this material.
- id() - Method in class org.cesiumjs.cs.scene.ModelMesh
-
The name of the glTF JSON property for this mesh.
- id() - Method in class org.cesiumjs.cs.scene.ModelNode
-
The name of the glTF JSON property for this node.
- id - Variable in class org.cesiumjs.cs.scene.options.BillboardOptions
-
Gets or sets the user-defined object returned when the billboard is picked.
- id - Variable in class org.cesiumjs.cs.scene.options.DebugModelMatrixPrimitiveOptions
-
- id - Variable in class org.cesiumjs.cs.scene.options.FromGltfOptions
-
A user-defined object to return when the model is picked with Scene#pick.
- id - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
A user-defined object to return when the model is picked with Scene#pick.
- id - Variable in class org.cesiumjs.cs.scene.options.PointPrimitiveOptions
-
Gets or sets the user-defined object returned when the point is picked.
- id - Variable in class org.cesiumjs.cs.scene.options.PolylineOptions
-
The user-defined object to be returned when this polyline is picked.
- id - Variable in class org.cesiumjs.cs.scene.PointPrimitive
-
Gets or sets the user-defined object returned when the point is picked.
- id - Variable in class org.cesiumjs.cs.scene.Polyline
-
The user-defined object to be returned when this polyline is picked.
- id() - Method in class org.cesiumjs.cs.scene.Scene
-
Gets the unique identifier for this scene.
- IDENTITY() - Static method in class org.cesiumjs.cs.core.Matrix2
-
An immutable Matrix2 instance initialized to the identity matrix.
- IDENTITY() - Static method in class org.cesiumjs.cs.core.Matrix3
-
An immutable Matrix3 instance initialized to the identity matrix.
- IDENTITY() - Static method in class org.cesiumjs.cs.core.Matrix4
-
An immutable Matrix4 instance initialized to the identity matrix.
- IDENTITY() - Static method in class org.cesiumjs.cs.core.Quaternion
-
An immutable Quaternion instance initialized to (0.0, 0.0, 0.0, 1.0).
- image - Variable in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Gets or sets the Property specifying the Image, URI, or Canvas to use for the billboard.
- image - Variable in class org.cesiumjs.cs.datasources.graphics.options.BillboardGraphicsOptions
-
Property specifying the Image, URI, or Canvas to use for the billboard.
- image - Variable in class org.cesiumjs.cs.datasources.properties.ImageMaterialProperty
-
Gets or sets the Property specifying Image, URL, Canvas, or Video to use.
- image - Variable in class org.cesiumjs.cs.datasources.properties.options.ImageMaterialPropertyOptions
-
A Property specifying the Image, URL, Canvas, or Video.
- image - Variable in class org.cesiumjs.cs.scene.Billboard
-
Gets or sets the image to be used for this billboard.
- image - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets the image of this feature.
- image - Variable in class org.cesiumjs.cs.scene.options.BillboardOptions
-
Gets or sets the image to be used for this billboard.
- image - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleOptions
-
The URI, HTMLImageElement, or HTMLCanvasElement to use for the billboard.
- image - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
The URI, HTMLImageElement, or HTMLCanvasElement to use for the billboard.
- image - Variable in class org.cesiumjs.cs.scene.particle.Particle
-
The URI, HTMLImageElement, or HTMLCanvasElement to use for the billboard.
- image - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
The URI, HTMLImageElement, or HTMLCanvasElement to use for the billboard.
- imageBasedLightingFactor - Variable in class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
A property specifying the contribution from diffuse and specular image-based lighting.
- imageBasedLightingFactor - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Scales the diffuse and specular image-based lighting from the earth, sky, atmosphere and star skybox.
- imageBasedLightingFactor - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
Scales diffuse and specular image-based lighting from the earth, sky, atmosphere and star skybox.
- imageCanvas - Variable in class org.cesiumjs.cs.scene.Billboard
-
- imageCanvas - Variable in class org.cesiumjs.cs.scene.options.BillboardOptions
-
- ImageMaterialProperty - Class in org.cesiumjs.cs.datasources.properties
-
- ImageMaterialProperty() - Constructor for class org.cesiumjs.cs.datasources.properties.ImageMaterialProperty
-
- ImageMaterialProperty(ImageMaterialPropertyOptions) - Constructor for class org.cesiumjs.cs.datasources.properties.ImageMaterialProperty
-
- ImageMaterialPropertyOptions - Class in org.cesiumjs.cs.datasources.properties.options
-
- ImageMaterialPropertyOptions() - Constructor for class org.cesiumjs.cs.datasources.properties.options.ImageMaterialPropertyOptions
-
- IMAGERY() - Static method in class org.cesiumjs.cs.core.enums.RequestType
-
Imagery request.
- ImageryLayer - Class in org.cesiumjs.cs.scene
-
- ImageryLayer(ImageryProvider) - Constructor for class org.cesiumjs.cs.scene.ImageryLayer
-
An imagery layer that displays tiled imagery data from a single imagery provider on a
Globe
.
- ImageryLayer(ImageryProvider, ImageryLayerOptions) - Constructor for class org.cesiumjs.cs.scene.ImageryLayer
-
An imagery layer that displays tiled imagery data from a single imagery provider on a
Globe
.
- imageryLayer - Variable in class org.cesiumjs.cs.scene.ImageryLayerFeatureInfo
-
Gets or sets the image layer of the feature.
- ImageryLayerCollection - Class in org.cesiumjs.cs.collections
-
- ImageryLayerCollection() - Constructor for class org.cesiumjs.cs.collections.ImageryLayerCollection
-
An ordered collection of imagery layers.
- ImageryLayerCollection.Listener - Interface in org.cesiumjs.cs.collections
-
- ImageryLayerFeatureInfo - Class in org.cesiumjs.cs.scene
-
- ImageryLayerFeatureInfo() - Constructor for class org.cesiumjs.cs.scene.ImageryLayerFeatureInfo
-
Describes a rasterized feature, such as a point, polygon, polyline, etc., in an imagery layer.
- ImageryLayerOptions - Class in org.cesiumjs.cs.scene.options
-
- ImageryLayerOptions() - Constructor for class org.cesiumjs.cs.scene.options.ImageryLayerOptions
-
- ImageryLayerOptions.ImagerySplitDirectionFunction - Interface in org.cesiumjs.cs.scene.options
-
- imageryLayers - Variable in class org.cesiumjs.cs.scene.Globe
-
Gets the collection of imagery layers that will be rendered on this globe.
- imageryLayers() - Method in class org.cesiumjs.cs.scene.Scene
-
Gets the collection of imagery layers that will be rendered on the globe.
- imageryLayers() - Method in class org.cesiumjs.cs.widgets.CesiumWidget
-
Gets the collection of imagery layers that will be rendered on the globe.
- imageryLayers() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the collection of imagery layers that will be rendered on the globe.
- imageryLayersUpdatedEvent() - Method in class org.cesiumjs.cs.scene.Globe
-
Gets an event that's raised when an imagery layer is added, shown, hidden, moved, or removed.
- imageryProvider() - Method in class org.cesiumjs.cs.scene.ImageryLayer
-
Gets the imagery provider for this layer.
- ImageryProvider - Interface in org.cesiumjs.cs.scene.providers
-
Provides imagery to be displayed on the surface of an ellipsoid.
- imageryProvider - Variable in class org.cesiumjs.cs.widgets.options.CesiumWidgetOptions
-
The imagery provider to serve as the base layer.
- imageryProvider - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
The imagery provider to use.
- imageryProviderCreationFunction - Variable in class org.cesiumjs.cs.widgets.options.ProviderViewModelOptions
-
A function or Command that creates one or more providers which will be added to the globe when this item is selected.
- imageryProviderViewModels - Variable in class org.cesiumjs.cs.widgets.BaseLayerPickerViewModel
-
Gets or sets an array of ProviderViewModel instances available for imagery selection.
- imageryProviderViewModels - Variable in class org.cesiumjs.cs.widgets.options.BaseLayerPickerViewModelOptions
-
The array of ProviderViewModel instances to use for imagery.
- imageryProviderViewModels - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
The array of ProviderViewModels to be selectable from the BaseLayerPicker.
- ImagerySplitDirection - Class in org.cesiumjs.cs.scene.enums
-
- imagerySplitPosition - Variable in class org.cesiumjs.cs.scene.Scene
-
Gets or sets the position of the Imagery splitter within the viewport.
- imageSize - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
If set, overrides the minimumImageSize and maximumImageSize inputs that scale the particle image's dimensions in pixels.
- imageSubRegion - Variable in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Gets or sets the Property specifying a BoundingRectangle that defines a sub-region of the imagery to use for the billboard,
rather than the entire imagery, measured in pixels from the bottom-left.
- imageSubRegion - Variable in class org.cesiumjs.cs.datasources.graphics.options.BillboardGraphicsOptions
-
A Property specifying a BoundingRectangle that defines a sub-region of the imagery to use for the billboard,
rather than the entire imagery, measured in pixels from the bottom-left.
- ImageType() - Static method in class org.cesiumjs.cs.scene.Material
-
Gets the name of the imagery material.
- imageUrl() - Method in class org.cesiumjs.cs.core.Credit
-
Deprecated.
- imageUrl - Variable in class org.cesiumjs.cs.core.options.CreditOptions
-
The source location for an image
- immediatelyLoadDesiredLevelOfDetail - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
When skipLevelOfDetail is true, only tiles that meet the maximum screen space error will ever be downloaded.
- immediatelyLoadDesiredLevelOfDetail - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
When skipLevelOfDetail is true, only tiles that meet the maximum screen space error will ever be downloaded.
- immediatelyLoadDesiredLevelOfDetail - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag which, when true, only tiles that meet the maximum screen space error will ever be downloaded.
- incrementallyLoadTextures - Variable in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
Determine if textures may continue to stream in after the model is loaded.
- incrementallyLoadTextures - Variable in class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
Determine if textures may continue to stream in after the model is loaded.
- incrementallyLoadTextures - Variable in class org.cesiumjs.cs.scene.Model
-
Determine if textures may continue to stream in after the model is loaded.
- incrementallyLoadTextures - Variable in class org.cesiumjs.cs.scene.options.FromGltfOptions
-
Determine if textures may continue to stream in after the model is loaded.
- incrementallyLoadTextures - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
Determine if textures may continue to stream in after the model is loaded.
- incrementWrap(double, double, double) - Static method in class org.cesiumjs.cs.core.Math
-
Increments a number with a wrapping to a minimum value if the number exceeds the maximum value.
- indexOf(T) - Method in class org.cesiumjs.cs.collections.DataSourceCollection
-
Determines the index of a given data source in the collection.
- indexOf(ImageryLayer) - Method in class org.cesiumjs.cs.collections.ImageryLayerCollection
-
Determines the index of a given layer in the collection.
- indexOf(JulianDate) - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Finds and returns the index of the interval in the collection that contains the specified date.
- indexOf(T) - Method in class org.cesiumjs.cs.js.JsArray
-
Returns the first index at which a given element can be found in the array, or -1 if it is not present.
- indexOf(T, int) - Method in class org.cesiumjs.cs.js.JsArray
-
Returns the first index at which a given element can be found in the array, or -1 if it is not present.
- indexOfCollection(EntityCollection) - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Determines the index of a given collection in the composite.
- INDIANRED() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #CD5C5C
- indices - Variable in class org.cesiumjs.cs.core.geometry.Geometry
-
Optional index data that - along with Geometry#primitiveType - determines the primitives in the geometry.
- indices - Variable in class org.cesiumjs.cs.core.options.GeometryOptions
-
Optional index data that determines the primitives in the geometry.
- INDIGO() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #4B0082
- INERTIAL() - Static method in class org.cesiumjs.cs.core.enums.ReferenceFrame
-
The inertial frame.
- inertiaSpin - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
A parameter in the range [0, 1) used to determine how long the camera will continue to spin because of inertia.
- inertiaTranslate - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
A parameter in the range [0, 1) used to determine how long the camera will continue to translate because of inertia.
- inertiaZoom - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
A parameter in the range [0, 1) used to determine how long the camera will continue to zoom because of inertia.
- INFINITE_SCROLL() - Static method in class org.cesiumjs.cs.scene.enums.MapMode2D
-
The 2D map can be scrolled infinitely in the horizontal direction.
- infiniteProjectionMatrix() - Method in class org.cesiumjs.cs.core.PerspectiveFrustum
-
The perspective projection matrix computed from the view frustum with an infinite far plane.
- infiniteProjectionMatrix() - Method in class org.cesiumjs.cs.core.PerspectiveOffCenterFrustum
-
Gets the perspective projection matrix computed from the view frustum with an infinite far plane.
- InfoBox - Class in org.cesiumjs.cs.widgets
-
A widget for displaying information or a description.
- InfoBox(Element) - Constructor for class org.cesiumjs.cs.widgets.InfoBox
-
A widget for displaying information or a description.
- InfoBox(String) - Constructor for class org.cesiumjs.cs.widgets.InfoBox
-
A widget for displaying information or a description.
- infoBox - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
If set to false, the InfoBox widget will not be created.
- infoBox() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the info box.
- InfoBoxViewModel - Class in org.cesiumjs.cs.widgets
-
- InfoBoxViewModel() - Constructor for class org.cesiumjs.cs.widgets.InfoBoxViewModel
-
- initialize() - Method in class org.cesiumjs.cs.scene.interaction.AbstractPrimitive
-
- initializeTerrainHeights() - Static method in class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
Initializes the minimum and maximum terrain heights.
- initializeTerrainHeights() - Static method in class org.cesiumjs.cs.scene.GroundPrimitive
-
Initializes the minimum and maximum terrain heights.
- initialTilesLoaded - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
The event fired to indicate that all tiles that meet the screen space error this frame are loaded.
- initWebAssemblyModule() - Method in class org.cesiumjs.cs.core.TaskProcessor
-
Posts a message to a web worker with configuration to initialize loading and compiling a web assembly module
asychronously, as well as an optional fallback JavaScript module to use if Web Assembly is not supported.
- initWebAssemblyModule(WebAssemblyOptions) - Method in class org.cesiumjs.cs.core.TaskProcessor
-
Posts a message to a web worker with configuration to initialize loading and compiling a web assembly module
asychronously, as well as an optional fallback JavaScript module to use if Web Assembly is not supported.
- innerContents() - Method in class org.cesiumjs.cs.scene.Cesium3DTileContent
-
Gets the array of Cesium3DTileContent objects that represent the content a composite's inner tiles, which can also be composites.
- inputPreviousStageTexture - Variable in class org.cesiumjs.cs.scene.options.PostProcessStageCompositeOptions
-
Whether to execute each post-process stage where the input to one stage is the output of the previous.
- inputPreviousStageTexture() - Method in class org.cesiumjs.cs.scene.PostProcessStageComposite
-
All post-process stages are executed in the order of the array.
- insertPoint(int, Cartesian3) - Method in class org.cesiumjs.cs.scene.interaction.MarkerGroup
-
- INSIDE() - Static method in class org.cesiumjs.cs.core.enums.Intersect
-
Represents that an object is fully within the frustum.
- inspectorVisible - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to show the inspector.
- instance() - Static method in class org.cesiumjs.cs.core.interpolation.HermitePolynomialApproximation
-
Get instance if algorithm.
- instance() - Static method in class org.cesiumjs.cs.core.interpolation.LagrangePolynomialApproximation
-
Get instance if algorithm.
- instance() - Static method in class org.cesiumjs.cs.core.interpolation.LinearApproximation
-
Get instance if algorithm.
- instance() - Static method in class org.cesiumjs.cs.widgets.viewerCesium3DTilesInspectorMixin
-
A mixin which adds the Cesium3DTilesInspector widget to the Viewer widget.
- instance() - Static method in class org.cesiumjs.cs.widgets.viewerCesiumInspectorMixin
-
A mixin which adds the CesiumInspector widget to the Viewer widget.
- instance() - Static method in class org.cesiumjs.cs.widgets.viewerCesiumNavigationMixin
-
- instructionsInitiallyVisible - Variable in class org.cesiumjs.cs.widgets.options.NavigationHelpButtonOptions
-
True if the navigation instructions should initially be visible; otherwise, false.
- INT() - Static method in class org.cesiumjs.cs.core.ComponentDatatype
-
32-bit signed int corresponding to INT and the type of an element in Int32Array.
- interleave() - Method in class org.cesiumjs.cs.scene.ClassificationPrimitive
-
Determines if geometry vertex attributes are interleaved, which can slightly improve rendering performance.
- interleave() - Method in class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
Determines if geometry vertex attributes are interleaved, which can slightly improve rendering performance.
- interleave() - Method in class org.cesiumjs.cs.scene.GroundPrimitive
-
Determines if geometry vertex attributes are interleaved, which can slightly improve rendering performance.
- interleave - Variable in class org.cesiumjs.cs.scene.options.ClassificationPrimitiveOptions
-
When true, geometry vertex attributes are interleaved, which can slightly improve rendering performance but increases load time.
- interleave - Variable in class org.cesiumjs.cs.scene.options.GroundPolylinePrimitiveOptions
-
When true, geometry vertex attributes are interleaved, which can slightly improve rendering performance but increases load time.
- interleave - Variable in class org.cesiumjs.cs.scene.options.GroundPrimitiveOptions
-
When true, geometry vertex attributes are interleaved, which can slightly improve rendering performance but increases load time.
- interleave - Variable in class org.cesiumjs.cs.scene.options.PrimitiveOptions
-
When true, geometry vertex attributes are interleaved, which can slightly improve rendering performance but increases load time.
- interleave() - Method in class org.cesiumjs.cs.scene.Primitive
-
Determines if geometry vertex attributes are interleaved, which can slightly improve rendering performance.
- interpolate(double, double[], double[], double, int, int) - Static method in class org.cesiumjs.cs.core.interpolation.HermitePolynomialApproximation
-
Interpolates values using Hermite Polynomial Approximation.
- interpolate(double, double[], double[], double, int, int, double[]) - Static method in class org.cesiumjs.cs.core.interpolation.HermitePolynomialApproximation
-
Interpolates values using Hermite Polynomial Approximation.
- interpolateOrderZero(double, double[], double[], double) - Static method in class org.cesiumjs.cs.core.interpolation.HermitePolynomialApproximation
-
Interpolates values using Lagrange Polynomial Approximation.
- interpolateOrderZero(double, double[], double[], double, double[]) - Static method in class org.cesiumjs.cs.core.interpolation.HermitePolynomialApproximation
-
Interpolates values using Lagrange Polynomial Approximation.
- interpolateOrderZero(double, double[], double[], double) - Static method in class org.cesiumjs.cs.core.interpolation.LagrangePolynomialApproximation
-
Interpolates values using Lagrange Polynomial Approximation.
- interpolateOrderZero(double, double[], double[], double, double[]) - Static method in class org.cesiumjs.cs.core.interpolation.LagrangePolynomialApproximation
-
Interpolates values using Lagrange Polynomial Approximation.
- interpolateOrderZero(double, double[], double[], double) - Static method in class org.cesiumjs.cs.core.interpolation.LinearApproximation
-
Interpolates values using Lagrange Polynomial Approximation.
- interpolateOrderZero(double, double[], double[], double, double[]) - Static method in class org.cesiumjs.cs.core.interpolation.LinearApproximation
-
Interpolates values using Lagrange Polynomial Approximation.
- interpolateUsingFraction(double, Cartographic) - Method in class org.cesiumjs.cs.core.EllipsoidGeodesic
-
Provides the location of a point at the indicated portion along the geodesic.
- interpolateUsingFraction(double) - Method in class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Provides the location of a point at the indicated portion along the rhumb line.
- interpolateUsingSurfaceDistance(double, Cartographic) - Method in class org.cesiumjs.cs.core.EllipsoidGeodesic
-
Provides the location of a point at the indicated distance along the geodesic.
- interpolateUsingSurfaceDistance(double) - Method in class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Provides the location of a point at the indicated distance along the rhumb line.
- interpolateUsingSurfaceDistance(double, Cartographic) - Method in class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Provides the location of a point at the indicated distance along the rhumb line.
- InterpolationAlgorithm - Interface in org.cesiumjs.cs.core.interpolation
-
- interpolationAlgorithm - Variable in class org.cesiumjs.cs.datasources.properties.options.SampledPropertyInterpolationOptions
-
The new interpolation algorithm.
- interpolationAlgorithm - Variable in class org.cesiumjs.cs.datasources.properties.SampledPositionProperty
-
Gets the interpolation algorithm to use when retrieving a value.
- interpolationAlgorithm - Variable in class org.cesiumjs.cs.datasources.properties.SampledProperty
-
Gets the interpolation algorithm to use when retrieving a value.
- interpolationDegree - Variable in class org.cesiumjs.cs.datasources.properties.options.SampledPropertyInterpolationOptions
-
The new interpolation degree.
- interpolationDegree - Variable in class org.cesiumjs.cs.datasources.properties.SampledPositionProperty
-
Gets the degree of interpolation to perform when retrieving a value.
- interpolationDegree - Variable in class org.cesiumjs.cs.datasources.properties.SampledProperty
-
Gets the degree of interpolation to perform when retrieving a value.
- intersect(TimeIntervalCollection) - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Creates a new instance that is the intersection of this collection and the provided collection.
- intersect(TimeIntervalCollection, TimeInterval.DataComparer) - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Creates a new instance that is the intersection of this collection and the provided collection.
- intersect(TimeIntervalCollection, TimeInterval.DataComparer, TimeInterval.MergeCallback) - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Creates a new instance that is the intersection of this collection and the provided collection.
- intersect(BoundingRectangle, BoundingRectangle) - Static method in class org.cesiumjs.cs.core.BoundingRectangle
-
Determines if two rectangles intersect.
- intersect(BoundingRectangle) - Method in class org.cesiumjs.cs.core.BoundingRectangle
-
Determines if this rectangle intersects with another.
- Intersect - Class in org.cesiumjs.cs.core.enums
-
- intersect(TimeInterval, TimeInterval, TimeInterval) - Static method in class org.cesiumjs.cs.core.TimeInterval
-
- intersect(TimeInterval, TimeInterval, TimeInterval, TimeInterval.MergeCallback) - Static method in class org.cesiumjs.cs.core.TimeInterval
-
- INTERSECTING() - Static method in class org.cesiumjs.cs.core.enums.Intersect
-
Represents that an object intersects one of the frustum's planes.
- intersection(Rectangle, Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Computes the intersection of two rectangles
- intersection(Rectangle, Rectangle, Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Computes the intersection of two rectangles
- Intersections2D - Class in org.cesiumjs.cs.core
-
Contains functions for operating on 2D triangles.
- Intersections2D() - Constructor for class org.cesiumjs.cs.core.Intersections2D
-
- IntersectionTests - Class in org.cesiumjs.cs.core
-
Functions for computing the intersection between geometries such as rays, planes, triangles, and ellipsoids.
- intersectPlane(AxisAlignedBoundingBox, Plane) - Static method in class org.cesiumjs.cs.core.AxisAlignedBoundingBox
-
Determines which side of a plane a box is located.
- intersectPlane(Plane) - Method in class org.cesiumjs.cs.core.AxisAlignedBoundingBox
-
Determines which side of a plane this box is located.
- intersectPlane(BoundingSphere, Plane) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Determines which side of a plane a sphere is located.
- intersectPlane(Plane) - Method in class org.cesiumjs.cs.core.BoundingSphere
-
Determines which side of a plane the sphere is located.
- intersectPlane(OrientedBoundingBox, Plane) - Static method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
Determines which side of a plane the oriented bounding box is located.
- intersectPlane(Plane) - Method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
Determines which side of a plane the oriented bounding box is located.
- Interval - Class in org.cesiumjs.cs.core
-
- Interval() - Constructor for class org.cesiumjs.cs.core.Interval
-
Represents the closed interval [start, stop].
- Interval(double, double) - Constructor for class org.cesiumjs.cs.core.Interval
-
Represents the closed interval [start, stop].
- intervals - Variable in class org.cesiumjs.cs.datasources.properties.CompositeMaterialProperty
-
Gets the interval collection.
- intervals - Variable in class org.cesiumjs.cs.datasources.properties.CompositePositionProperty
-
Gets the interval collection.
- intervals - Variable in class org.cesiumjs.cs.datasources.properties.CompositeProperty
-
Gets the interval collection.
- intervals - Variable in class org.cesiumjs.cs.datasources.properties.TimeIntervalCollectionPositionProperty
-
Gets the interval collection.
- intervals - Variable in class org.cesiumjs.cs.datasources.properties.TimeIntervalCollectionProperty
-
Gets the interval collection.
- intervals - Variable in class org.cesiumjs.cs.scene.options.TimeDynamicPointCloudOptions
-
A TimeIntervalCollection with its data property being an object containing a uri to a 3D Tiles Point Cloud tile
and an optional transform.
- inverse(Matrix3, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes the inverse of the provided matrix.
- inverse(Matrix4, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes the inverse of the provided matrix.
- inverse(Quaternion, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes the inverse of the provided quaternion.
- inverseTransform() - Method in class org.cesiumjs.cs.scene.Camera
-
Gets the inverse camera transform.
- inverseTransformation(Matrix4, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes the inverse of the provided matrix assuming it is an affine transformation matrix, where the upper left 3x3
elements are a rotation matrix, and the upper three elements in the fourth column are the translation.
- inverseViewMatrix() - Method in class org.cesiumjs.cs.scene.Camera
-
Gets the inverse view matrix.
- invertClassification - Variable in class org.cesiumjs.cs.scene.Scene
-
When false, 3D Tiles will render normally.
- invertClassificationColor - Variable in class org.cesiumjs.cs.scene.Scene
-
The highlight color of unclassified 3D Tile geometry when Scene#invertClassification is true.
- invertClassificationSupported() - Method in class org.cesiumjs.cs.scene.Scene
-
- Ion - Class in org.cesiumjs.cs.core
-
Default settings for accessing the Cesium Ion API.
- IonGeocoderService - Class in org.cesiumjs.cs.core
-
Provides geocoding through Cesium ion.
- IonGeocoderService(IonGeocoderServiceOptions) - Constructor for class org.cesiumjs.cs.core.IonGeocoderService
-
Provides geocoding through Cesium ion.
- IonGeocoderServiceOptions - Class in org.cesiumjs.cs.core.options
-
- IonImageryProvider - Class in org.cesiumjs.cs.scene.providers
-
Provides tiled imagery using the Cesium ion REST API.
- IonImageryProvider(IonImageryProviderOptions) - Constructor for class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
Provides tiled imagery using the Cesium ion REST API.
- IonImageryProviderOptions - Class in org.cesiumjs.cs.scene.providers.options
-
- IonResource - Class in org.cesiumjs.cs.core
-
A
Resource
instance that encapsulates Cesium ion asset access.
- isActive() - Method in class org.cesiumjs.cs.scene.interaction.DrawInteraction
-
- isAmbientOcclusionSupported(Scene) - Static method in class org.cesiumjs.cs.scene.PostProcessStageLibrary
-
Whether or not an ambient occlusion stage is supported.
- isAvailable(JulianDate) - Method in class org.cesiumjs.cs.datasources.Entity
-
Given a time, returns true if this object should have data during that time.
- isBaseLayer() - Method in class org.cesiumjs.cs.scene.ImageryLayer
-
Gets a value indicating whether this layer is the base layer in the ImageryLayerCollection.
- isBlobSupported() - Static method in class org.cesiumjs.cs.core.Resource
-
Returns true if blobs are supported.
- isBlobUri - Variable in class org.cesiumjs.cs.core.Resource
-
True if the Resource refers to a blob URI.
- isBoundingSphereVisible(BoundingSphere) - Method in class org.cesiumjs.cs.core.Occluder
-
Determines whether or not a sphere, the occludee, is hidden from view by the occluder.
- isCameraTracking - Variable in class org.cesiumjs.cs.widgets.InfoBoxViewModel
-
Gets or sets the status of current camera tracking of the selected object.
- isClosed() - Method in class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
Gets a value indicating if the geometry is closed.
- isComplete - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
When true, the particle system has reached the end of its lifetime; false otherwise.
- isConstant() - Method in class org.cesiumjs.cs.datasources.properties.PolylineDashMaterialProperty
-
Gets a value indicating if this property is constant.
- isConstant() - Method in class org.cesiumjs.cs.datasources.properties.PolylineOutlineMaterialProperty
-
Gets a value indicating if this property is constant.
- isConstant() - Method in class org.cesiumjs.cs.datasources.properties.Property
-
Gets a value indicating if this property is constant.
- isConstant() - Method in class org.cesiumjs.cs.datasources.properties.ReferenceProperty
-
Gets a value indicating if this property is constant.
- isConstant() - Method in class org.cesiumjs.cs.datasources.properties.TimeIntervalCollectionPositionProperty
-
Gets a value indicating if this property is constant.
- isCrossOriginUrl - Variable in class org.cesiumjs.cs.core.Resource
-
True if the Resource refers to a cross origin URL.
- isDataUri - Variable in class org.cesiumjs.cs.core.Resource
-
True if the Resource refers to a data URI.
- isDepthOfFieldSupported(Scene) - Static method in class org.cesiumjs.cs.scene.PostProcessStageLibrary
-
Whether or not a depth of field stage is supported.
- isDestroyed() - Method in class org.cesiumjs.cs.collections.Collection
-
- isDestroyed() - Method in class org.cesiumjs.cs.core.options.SkyBoxOptions
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.core.ScreenSpaceEventHandler
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.core.SkyAtmosphere
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.core.SkyBox
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.core.TaskProcessor
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.datasources.DataSourceDisplay
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in interface org.cesiumjs.cs.datasources.updater.DynamicGeometryUpdater
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.datasources.visualizer.BillboardVisualizer
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.datasources.visualizer.GeometryVisualizer
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.datasources.visualizer.LabelVisualizer
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.datasources.visualizer.ModelVisualizer
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.datasources.visualizer.PathVisualizer
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.datasources.visualizer.PointVisualizer
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.datasources.visualizer.PolylineVisualizer
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.scene.CreditDisplay
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.scene.Globe
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.scene.ImageryLayer
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.scene.Label
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.scene.Material
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.scene.Model
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.scene.Moon
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.scene.PostProcessStage
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.scene.PostProcessStageCollection
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.scene.PostProcessStageComposite
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.scene.Primitive
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.scene.Scene
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.scene.Sun
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.scene.TimeDynamicPointCloud
-
Returns true if this object was destroyed; otherwise, false.
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.Animation
-
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.BaseLayerPicker
-
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspector
-
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.CesiumInspector
-
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.CesiumWidget
-
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.ClockViewModel
-
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.FullscreenButton
-
true if the object has been destroyed, false otherwise.
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.FullscreenButtonViewModel
-
true if the object has been destroyed, false otherwise.
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.Geocoder
-
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.HomeButton
-
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.InfoBox
-
true if the object has been destroyed, false otherwise.
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.NavigationHelpButton
-
true if the object has been destroyed, false otherwise.
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.ProjectionPicker
-
true if the object has been destroyed, false otherwise.
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.ProjectionPickerViewModel
-
true if the object has been destroyed, false otherwise.
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.SceneModePicker
-
true if the object has been destroyed, false otherwise.
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.SceneModePickerViewModel
-
true if the object has been destroyed, false otherwise.
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.SelectionIndicator
-
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.Timeline
-
true if the object has been destroyed, false otherwise.
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.Viewer
-
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.VRButton
-
true if the object has been destroyed, false otherwise.
- isDestroyed() - Method in class org.cesiumjs.cs.widgets.VRButtonViewModel
-
true if the object has been destroyed, false otherwise.
- isDestroyer() - Method in class org.cesiumjs.cs.scene.interaction.AbstractPrimitive
-
- isDynamic() - Method in class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
Gets a value indicating if the geometry is time-varying.
- isEdgeDetectionSupported(Scene) - Static method in class org.cesiumjs.cs.scene.PostProcessStageLibrary
-
Whether or not an edge detection stage is supported.
- isEmpty() - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Gets whether or not the collection is empty.
- isEmpty() - Method in class org.cesiumjs.cs.core.TimeInterval
-
Gets whether or not this interval is empty.
- isFilled(JulianDate) - Method in class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
Checks if the geometry is filled at the provided time.
- isFullscreen - Variable in class org.cesiumjs.cs.widgets.FullscreenButtonViewModel
-
Gets whether or not fullscreen mode is active.
- isFullscreenEnabled - Variable in class org.cesiumjs.cs.widgets.FullscreenButtonViewModel
-
Gets or sets whether or not fullscreen functionality should be enabled.
- isHidden() - Method in class org.cesiumjs.cs.widgets.Animation
-
Request for visible of Animation widget.
- isHidden() - Method in class org.cesiumjs.cs.widgets.Timeline
-
Request for visible of Timeline widget.
- isInitialized() - Static method in class org.cesiumjs.cs.Cesium
-
- isLeapSecond - Variable in class org.cesiumjs.cs.core.GregorianDate
-
Gets or sets whether this time is during a leap second.
- isLoading - Variable in class org.cesiumjs.cs.datasources.CustomDataSource
-
Gets or sets whether the data source is currently loading data.
- isLoading - Variable in class org.cesiumjs.cs.datasources.CzmlDataSource
-
Gets a value indicating if the data source is currently loading data.
- isLoading - Variable in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Gets a value indicating if the data source is currently loading data.
- isLoading - Variable in class org.cesiumjs.cs.datasources.KmlDataSource
-
Gets a value indicating if the data source is currently loading data.
- iso8601 - Variable in class org.cesiumjs.cs.collections.options.FromIso8601Options
-
An ISO 8601 interval.
- iso8601 - Variable in class org.cesiumjs.cs.core.options.TimeIntervalIso8601Options
-
An ISO 8601 interval.
- iso8601Dates - Variable in class org.cesiumjs.cs.collections.options.FromIso8601DateArrayOptions
-
An ISO 8601 interval.
- iso8601Durations - Variable in class org.cesiumjs.cs.collections.options.FromIso8601DurationArrayOptions
-
An array of ISO 8601 durations.
- isOccluded(BoundingSphere, Occluder) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Determines whether or not a sphere is hidden from view by the occluder.
- isOccluded(Occluder) - Method in class org.cesiumjs.cs.core.BoundingSphere
-
Determines whether or not a sphere is hidden from view by the occluder.
- isOccluded(OrientedBoundingBox, Occluder) - Static method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
Determines whether or not a bounding box is hidden from view by the occluder.
- isOccluded(Occluder) - Method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
Determines whether or not a bounding box is hidden from view by the occluder.
- isOrthographicProjection - Variable in class org.cesiumjs.cs.widgets.ProjectionPickerViewModel
-
Gets whether the scene is currently using an orthographic projection.
- isOutlineVisible(JulianDate) - Method in class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
Checks if the geometry is outlined at the provided time.
- isPointLight - Variable in class org.cesiumjs.cs.scene.options.ShadowMapOptions
-
Whether the light source is a point light.
- isPointVisible(Cartesian3) - Method in class org.cesiumjs.cs.core.Occluder
-
etermines whether or not a point, the occludee, is hidden from view by the occluder.
- isPowerOfTwo(double) - Static method in class org.cesiumjs.cs.core.Math
-
Determines if a positive integer is a power of two.
- isReady() - Method in class org.cesiumjs.cs.scene.TileDiscardPolicy
-
Determines if the discard policy is ready to process images.
- isSearchInProgress - Variable in class org.cesiumjs.cs.widgets.GeocoderViewModel
-
Gets a value indicating whether a search is currently in progress.
- isShowing - Variable in class org.cesiumjs.cs.datasources.Entity
-
Gets whether this entity is being displayed, taking into account the visibility of any ancestor entities.
- isSilhouetteSupported(Scene) - Static method in class org.cesiumjs.cs.scene.PostProcessStageLibrary
-
Whether or not a silhouette stage is supported.
- isStartIncluded - Variable in class org.cesiumjs.cs.collections.options.FromIso8601OptionsAbstract
-
if start time is included in the interval, false otherwise.
- isStartIncluded() - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Gets whether or not the start time is included in the collection.
- isStartIncluded - Variable in class org.cesiumjs.cs.core.options.TimeIntervalIso8601Options
-
if options.start is included in the interval, false otherwise.
- isStartIncluded - Variable in class org.cesiumjs.cs.core.options.TimeIntervalOptions
-
if options.start is included in the interval, false otherwise.
- isStartIncluded - Variable in class org.cesiumjs.cs.core.TimeInterval
-
Gets or sets whether or not the start time is included in this interval.
- isStopIncluded - Variable in class org.cesiumjs.cs.collections.options.FromIso8601OptionsAbstract
-
if stop time is included in the interval, false otherwise.
- isStopIncluded() - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Gets whether or not the stop time is included in the collection.
- isStopIncluded - Variable in class org.cesiumjs.cs.core.options.TimeIntervalIso8601Options
-
if options.stop is included in the interval, false otherwise.
- isStopIncluded - Variable in class org.cesiumjs.cs.core.options.TimeIntervalOptions
-
if options.stop is included in the interval, false otherwise.
- isStopIncluded - Variable in class org.cesiumjs.cs.core.TimeInterval
-
Gets or sets whether or not the stop time is included in this interval.
- ISSUED() - Static method in class org.cesiumjs.cs.core.enums.RequestState
-
Issued but not yet active.
- isSupported(Scene) - Static method in class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
Checks if the given Scene supports GroundPolylinePrimitives.
- isSupported(Scene) - Static method in class org.cesiumjs.cs.scene.GroundPrimitive
-
Determines if GroundPrimitive rendering is supported.
- isSupported(Scene) - Static method in class org.cesiumjs.cs.scene.PointCloudShading
-
Determines if point cloud shading is supported.
- isTileAvailable(int, int, int) - Method in class org.cesiumjs.cs.core.TileAvailability
-
Determines if a particular tile is available.
- isTranslucent() - Method in class org.cesiumjs.cs.scene.apperances.Appearance
-
Determines if the geometry is translucent based on Appearance#translucent and Material#isTranslucent.
- isTranslucent() - Method in class org.cesiumjs.cs.scene.Material
-
Gets whether or not this material is translucent.
- isVisible - Variable in class org.cesiumjs.cs.widgets.SelectionIndicatorViewModel
-
Gets the visibility of the position indicator.
- isVREnabled - Variable in class org.cesiumjs.cs.widgets.VRButtonViewModel
-
Gets or sets whether or not VR functionality should be enabled.
- isVRMode - Variable in class org.cesiumjs.cs.widgets.VRButtonViewModel
-
Gets whether or not VR mode is active.
- IVORY() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FFFFF0
- label - Variable in class org.cesiumjs.cs.datasources.Entity
-
A options.label to associate with this entity.
- label - Variable in class org.cesiumjs.cs.datasources.EntityClusterObject
-
Label options
- label - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
A options.label to associate with this entity.
- Label - Class in org.cesiumjs.cs.scene
-
- Label() - Constructor for class org.cesiumjs.cs.scene.Label
-
A Label draws viewport-aligned text positioned in the 3D scene.
- LabelCollection - Class in org.cesiumjs.cs.collections
-
- LabelCollection() - Constructor for class org.cesiumjs.cs.collections.LabelCollection
-
- LabelCollection(LabelCollectionOptions) - Constructor for class org.cesiumjs.cs.collections.LabelCollection
-
- LabelCollectionOptions - Class in org.cesiumjs.cs.collections.options
-
- LabelCollectionOptions() - Constructor for class org.cesiumjs.cs.collections.options.LabelCollectionOptions
-
Options for LabelCollection
- labelColor - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets the label color of this feature.
- LabelGraphics - Class in org.cesiumjs.cs.datasources.graphics
-
- LabelGraphics() - Constructor for class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
- LabelGraphics(LabelGraphicsOptions) - Constructor for class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
- LabelGraphicsOptions - Class in org.cesiumjs.cs.datasources.graphics.options
-
- LabelGraphicsOptions() - Constructor for class org.cesiumjs.cs.datasources.graphics.options.LabelGraphicsOptions
-
- labelHorizontalOrigin - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets the horizontal origin of this point's text, which determines if the point's text is to the left,
center, or right of its anchor position.
- LabelOptions - Class in org.cesiumjs.cs.scene.options
-
- LabelOptions() - Constructor for class org.cesiumjs.cs.scene.options.LabelOptions
-
- labelOutlineColor - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets the label outline color of this feature.
- labelOutlineWidth - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets the outline width in pixels of this feature.
- labelStyle - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets the fill and outline style of this feature.
- LabelStyle - Class in org.cesiumjs.cs.scene.enums
-
- labelText - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets the text for this feature.
- labelVerticalOrigin - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Get or sets the vertical origin of this point's text, which determines if the point's text is to the bottom,
center, top, or baseline of it's anchor point.
- LabelVisualizer - Class in org.cesiumjs.cs.datasources.visualizer
-
- LabelVisualizer(EntityCluster, EntityCollection) - Constructor for class org.cesiumjs.cs.datasources.visualizer.LabelVisualizer
-
- LagrangePolynomialApproximation - Class in org.cesiumjs.cs.core.interpolation
-
- language - Variable in class org.cesiumjs.cs.core.options.OpenCageGeocoderServiceOptions
-
An IETF format language code.
- lastIndexOf(T, int) - Method in class org.cesiumjs.cs.js.JsArray
-
last index at which a given element can be found in the array, or -1 if it is not present.
- lastRenderTime() - Method in class org.cesiumjs.cs.scene.Scene
-
Gets the simulation time when the scene was last rendered.
- latitude - Variable in class org.cesiumjs.cs.core.Cartographic
-
The latitude, in radians.
- LAVENDAR_BLUSH() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FFF0F5
- LAVENDER() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #E6E6FA
- LAWNGREEN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #7CFC00
- layer - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapTileServiceImageryProviderOptions
-
The layer name for WMTS requests.
- layerAdded - Variable in class org.cesiumjs.cs.collections.ImageryLayerCollection
-
An event that is raised when a layer is added to the collection.
- layerMoved - Variable in class org.cesiumjs.cs.collections.ImageryLayerCollection
-
An event that is raised when a layer changes position in the collection.
- layerName - Variable in class org.cesiumjs.cs.core.providers.options.GeoserverTerrainProviderOptions
-
the name of the layer.
- layerRemoved - Variable in class org.cesiumjs.cs.collections.ImageryLayerCollection
-
An event that is raised when a layer is removed from the collection.
- layers - Variable in class org.cesiumjs.cs.scene.providers.options.ArcGisMapServerImageryProviderOptions
-
A comma-separated list of the layers to show, or undefined if all layers should be shown.
- layers - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapServiceImageryProviderOptions
-
The layers to include, separated by commas.
- layers() - Method in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
Gets the names of the WMS layers, separated by commas.
- layerShownOrHidden - Variable in class org.cesiumjs.cs.collections.ImageryLayerCollection
-
An event that is raised when a layer is shown or hidden by setting the ImageryLayer#show property.
- leadingInterval - Variable in class org.cesiumjs.cs.collections.options.FromIso8601OptionsAbstract
-
if you want to add a interval from Iso8601.MINIMUM_VALUE to start time, false otherwise.
- leadTime - Variable in class org.cesiumjs.cs.datasources.graphics.options.PathGraphicsOptions
-
A Property specifying the number of seconds behind the object to show.
- leadTime - Variable in class org.cesiumjs.cs.datasources.graphics.PathGraphics
-
A Property specifying the number of seconds behind the object to show.
- LeapSecond - Class in org.cesiumjs.cs.core
-
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.
- LeapSecond() - Constructor for class org.cesiumjs.cs.core.LeapSecond
-
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.
- LeapSecond(JulianDate, int) - Constructor for class org.cesiumjs.cs.core.LeapSecond
-
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.
- leapSeconds - Variable in class org.cesiumjs.cs.core.JulianDate
-
Gets or sets the list of leap seconds used throughout Cesium.
- left - Variable in class org.cesiumjs.cs.core.OrthographicOffCenterFrustum
-
The left clipping plane.
- left - Variable in class org.cesiumjs.cs.core.PerspectiveOffCenterFrustum
-
Defines the left clipping plane.
- LEFT() - Static method in class org.cesiumjs.cs.scene.enums.HorizontalOrigin
-
The origin is on the left side of the object.
- LEFT() - Static method in class org.cesiumjs.cs.scene.enums.ImagerySplitDirection
-
Display the ImageryLayer to the left of the Scene#imagerySplitPosition.
- LEFT_CLICK() - Static method in class org.cesiumjs.cs.core.enums.ScreenSpaceEventType
-
Represents a mouse left click event.
- LEFT_DOUBLE_CLICK() - Static method in class org.cesiumjs.cs.core.enums.ScreenSpaceEventType
-
Represents a mouse left double click event.
- LEFT_DOWN() - Static method in class org.cesiumjs.cs.core.enums.ScreenSpaceEventType
-
Represents a mouse left button down event.
- LEFT_DRAG() - Static method in class org.cesiumjs.cs.scene.enums.CameraEventType
-
A left mouse button press followed by moving the mouse and releasing the button.
- LEFT_UP() - Static method in class org.cesiumjs.cs.core.enums.ScreenSpaceEventType
-
Represents a mouse left button up event.
- LEMONCHIFFON() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FFFACD
- length() - Method in class org.cesiumjs.cs.collections.Collection
-
Returns the number of elements in this collection.
- length() - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Gets the number of intervals in the collection.
- length - Variable in class org.cesiumjs.cs.core.Matrix2
-
Gets the number of items in the collection.
- length - Variable in class org.cesiumjs.cs.core.Matrix3
-
Gets the number of items in the collection.
- length - Variable in class org.cesiumjs.cs.core.Matrix4
-
Gets the number of items in the collection.
- length - Variable in class org.cesiumjs.cs.datasources.graphics.CylinderGraphics
-
A numeric Property specifying the length of the cylinder.
- length - Variable in class org.cesiumjs.cs.datasources.graphics.options.CylinderGraphicsOptions
-
A numeric Property specifying the length of the cylinder.
- length() - Method in class org.cesiumjs.cs.js.JsArray
-
Reflects the number of elements in an array.
- length - Variable in class org.cesiumjs.cs.scene.DebugModelMatrixPrimitive
-
The length of the axes in meters.
- length - Variable in class org.cesiumjs.cs.scene.options.DebugModelMatrixPrimitiveOptions
-
The length of the axes in meters.
- length() - Method in class org.cesiumjs.cs.scene.PostProcessStageCollection
-
The number of post-process stages in this collection.
- length() - Method in class org.cesiumjs.cs.scene.PostProcessStageComposite
-
The number of post-process stages in this composite.
- lerp(Cartesian2, Cartesian2, double, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Computes the linear interpolation or extrapolation at t using the provided cartesians.
- lerp(Cartesian3, Cartesian3, double, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Computes the linear interpolation or extrapolation at t using the provided cartesians.
- lerp(Cartesian4, Cartesian4, double) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Computes the linear interpolation or extrapolation at t using the provided cartesians.
- lerp(Cartesian4, Cartesian4, double, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Computes the linear interpolation or extrapolation at t using the provided cartesians.
- lerp(double, double, double) - Static method in class org.cesiumjs.cs.core.Math
-
Computes the linear interpolation of two values.
- lerp(Quaternion, Quaternion, double, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes the linear interpolation or extrapolation at t using the provided quaternions.
- lessThan(JulianDate, JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Compares the provided instances and returns true if left is earlier than right, false otherwise.
- lessThanOrEquals(JulianDate, JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Compares the provided instances and returns true if left is earlier than or equal to right, false otherwise.
- life - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleOptions
-
The life of particles in seconds.
- life - Variable in class org.cesiumjs.cs.scene.particle.Particle
-
The life of particles in seconds.
- lifetime - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
How long the particle system will emit particles, in seconds.
- lifetime - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
How long the particle system will emit particles, in seconds.
- LIGHTBLUE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #ADD8E6
- lightColor - Variable in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
A property specifying the Cartesian3 color of the light source when shading the model.
- lightColor - Variable in class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
A property specifying the light color to use when shading the model.
- lightColor - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
The color and intensity of the sunlight used to shade a model.
- lightColor - Variable in class org.cesiumjs.cs.scene.Model
-
The color and intensity of the sunlight used to shade the model.
- lightColor - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
The color and intensity of the sunlight used to shade models.
- lightColor - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
The color and intensity of the sunlight used to shade the model.
- LIGHTCORAL() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #F08080
- LIGHTCYAN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #E0FFFF
- LIGHTGOLDENRODYELLOW() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FAFAD2
- LIGHTGRAY() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #D3D3D3
- LIGHTGREEN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #90EE90
- LIGHTGREY() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #D3D3D3
- lightingFadeInDistance - Variable in class org.cesiumjs.cs.scene.Globe
-
The distance where lighting resumes.
- lightingFadeOutDistance - Variable in class org.cesiumjs.cs.scene.Globe
-
The distance where everything becomes lit.
- LIGHTPINK() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FFB6C1
- LIGHTSEAGREEN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #20B2AA
- LIGHTSKYBLUE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #87CEFA
- LIGHTSLATEGRAY() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #778899
- LIGHTSLATEGREY() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #778899
- LIGHTSTEELBLUE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #B0C4DE
- LIGHTYELLOW() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FFFFE0
- LIME() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #00FF00
- LIMEGREEN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #32CD32
- limiе - Variable in class org.cesiumjs.cs.core.options.OpenCageGeocoderServiceOptions
-
The maximum number of results we should return.
- LINE_LOOP() - Static method in class org.cesiumjs.cs.core.enums.PrimitiveType
-
Line loop primitive where each vertex (or index) after the first connects a line to the previous vertex,
and the last vertex implicitly connects to the first.
- LINE_STRIP() - Static method in class org.cesiumjs.cs.core.enums.PrimitiveType
-
Line strip primitive where each vertex (or index) after the first connects a line to the previous vertex.
- LINEAR() - Static method in class org.cesiumjs.cs.scene.enums.PostProcessStageSampleMode
-
Samples the texture through bi-linear interpolation of the four nearest texels.
- LINEAR() - Static method in class org.cesiumjs.cs.scene.enums.TextureMagnificationFilter
-
Bi-linear interpolation of image pixels to texture.
- LINEAR() - Static method in class org.cesiumjs.cs.scene.enums.TextureMinificationFilter
-
Bi-linear interpolation of image pixels to texture.
- LINEAR_MIPMAP_LINEAR() - Static method in class org.cesiumjs.cs.scene.enums.TextureMinificationFilter
-
WebGL LINEAR_MIPMAP_LINEAR interpolation of image pixels to texture.
- LINEAR_MIPMAP_NEAREST() - Static method in class org.cesiumjs.cs.scene.enums.TextureMinificationFilter
-
WebGL LINEAR_MIPMAP_NEAREST interpolation of image pixels to texture.
- LINEAR_NONE() - Static method in class org.cesiumjs.cs.core.EasingFunction
-
Linear easing.
- LinearApproximation - Class in org.cesiumjs.cs.core.interpolation
-
- LinearApproximation() - Constructor for class org.cesiumjs.cs.core.interpolation.LinearApproximation
-
- lineCount - Variable in class org.cesiumjs.cs.datasources.properties.GridMaterialProperty
-
Gets or sets the Cartesian2 Property specifying the number of grid lines along each axis.
- lineCount - Variable in class org.cesiumjs.cs.datasources.properties.options.GridMaterialPropertyOptions
-
A Cartesian2 Property specifying the number of grid lines along each axis.
- LINEN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FAF0E6
- lineOffset - Variable in class org.cesiumjs.cs.datasources.properties.GridMaterialProperty
-
Gets or sets the Cartesian2 Property specifying the starting offset of grid lines along each axis.
- lineOffset - Variable in class org.cesiumjs.cs.datasources.properties.options.GridMaterialPropertyOptions
-
A Cartesian2 Property specifying starting offset of grid lines along each axis.
- LINES() - Static method in class org.cesiumjs.cs.core.enums.PrimitiveType
-
Lines primitive where each two vertices (or indices) is a line segment.
- lineSegmentPlane(Cartesian3, Cartesian3, Plane) - Static method in class org.cesiumjs.cs.core.IntersectionTests
-
Computes the intersection of a line segment and a plane.
- lineSegmentPlane(Cartesian3, Cartesian3, Plane, Cartesian3) - Static method in class org.cesiumjs.cs.core.IntersectionTests
-
Computes the intersection of a line segment and a plane.
- lineSegmentSphere(Cartesian3, Cartesian3, BoundingSphere) - Static method in class org.cesiumjs.cs.core.IntersectionTests
-
Computes the intersection points of a line segment with a sphere.
- lineSegmentSphere(Cartesian3, Cartesian3, BoundingSphere, Interval) - Static method in class org.cesiumjs.cs.core.IntersectionTests
-
Computes the intersection points of a line segment with a sphere.
- lineSegmentTriangle(Cartesian3, Cartesian3, Cartesian3, Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.IntersectionTests
-
Computes the intersection of a line segment and a triangle.
- lineSegmentTriangle(Cartesian3, Cartesian3, Cartesian3, Cartesian3, Cartesian3, boolean) - Static method in class org.cesiumjs.cs.core.IntersectionTests
-
Computes the intersection of a line segment and a triangle.
- lineSegmentTriangle(Cartesian3, Cartesian3, Cartesian3, Cartesian3, Cartesian3, boolean, Cartesian3) - Static method in class org.cesiumjs.cs.core.IntersectionTests
-
Computes the intersection of a line segment and a triangle.
- lineThickness - Variable in class org.cesiumjs.cs.datasources.properties.GridMaterialProperty
-
Gets or sets the Cartesian2 Property specifying the thickness of grid lines along each axis.
- lineThickness - Variable in class org.cesiumjs.cs.datasources.properties.options.GridMaterialPropertyOptions
-
A Cartesian2 Property specifying the thickness of grid lines along each axis.
- link() - Method in class org.cesiumjs.cs.core.Credit
-
Deprecated.
- link - Variable in class org.cesiumjs.cs.core.options.CreditOptions
-
A URL location for which the credit will be hyperlinked
- link(TreeLogger, LinkerContext, ArtifactSet) - Method in class org.cesiumjs.linker.CesiumLinker
-
- link(TreeLogger, LinkerContext, ArtifactSet, boolean) - Method in class org.cesiumjs.linker.CesiumScriptInjector
-
- load(String) - Static method in class org.cesiumjs.cs.datasources.CzmlDataSource
-
Creates a Promise to a new instance loaded with the provided CZML data.
- load(String, CzmlDataSourceOptions) - Static method in class org.cesiumjs.cs.datasources.CzmlDataSource
-
Creates a Promise to a new instance loaded with the provided CZML data.
- load(Object) - Static method in class org.cesiumjs.cs.datasources.CzmlDataSource
-
Creates a Promise to a new instance loaded with the provided CZML data.
- load(Object, CzmlDataSourceOptions) - Static method in class org.cesiumjs.cs.datasources.CzmlDataSource
-
Creates a Promise to a new instance loaded with the provided CZML data.
- load(JsObject) - Static method in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Creates a Promise to a new instance loaded with the provided GeoJSON or TopoJSON data.
- load(String) - Static method in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Creates a Promise to a new instance loaded with the provided GeoJSON or TopoJSON data.
- load(JsObject, GeoJsonDataSourceOptions) - Static method in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Creates a Promise to a new instance loaded with the provided GeoJSON or TopoJSON data.
- load(String, GeoJsonDataSourceOptions) - Static method in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Creates a Promise to a new instance loaded with the provided GeoJSON or TopoJSON data.
- load(String, KmlDataSourceLoadStaticOptions) - Static method in class org.cesiumjs.cs.datasources.KmlDataSource
-
Creates a Promise to a new instance loaded with the provided KML data.
- load(String) - Method in class org.cesiumjs.cs.datasources.KmlDataSource
-
Creates a Promise to a new instance loaded with the provided KML data.
- load(String, KmlDataSourceLoadOptions) - Method in class org.cesiumjs.cs.datasources.KmlDataSource
-
Creates a Promise to a new instance loaded with the provided KML data.
- loadingEvent - Variable in class org.cesiumjs.cs.datasources.CustomDataSource
-
Gets an event that will be raised when the data source either starts or stops loading.
- loadingEvent - Variable in class org.cesiumjs.cs.datasources.CzmlDataSource
-
Gets an event that will be raised when the data source either starts or stops loading.
- loadingEvent - Variable in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Gets an event that will be raised when the data source either starts or stops loading.
- loadingEvent - Variable in class org.cesiumjs.cs.datasources.KmlDataSource
-
Gets an event that will be raised when the data source either starts or stops loading.
- loadJson(String) - Static method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Provides a hook to override the method used to request the tileset json useful when fetching tilesets from remote servers
- loadProgress - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
The event fired to indicate progress of loading new tiles.
- loadSiblings - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
When skipLevelOfDetail is true, determines whether siblings of visible tiles are always downloaded during traversal.
- loadSiblings - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
When skipLevelOfDetail is true, determines whether siblings of visible tiles are always downloaded during traversal.
- loadSiblings - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag which determines whether siblings of visible tiles are always downloaded during traversal.
- localFrameToFixedFrameGenerator(String, String) - Static method in class org.cesiumjs.cs.core.Transforms
-
Generates a function that computes a 4x4 transformation matrix from a reference frame centered at the provided
origin to the provided ellipsoid's fixed reference frame.
- log(Object) - Static method in class org.cesiumjs.cs.Cesium
-
- log(Quaternion, Cartesian3) - Static method in class org.cesiumjs.cs.core.Quaternion
-
The logarithmic quaternion function.
- logarithmicDepthBuffer - Variable in class org.cesiumjs.cs.scene.Scene
-
Whether or not to use a logarithmic depth buffer.
- logarithmicDepthFarToNearRatio - Variable in class org.cesiumjs.cs.scene.Scene
-
The far-to-near ratio of the multi-frustum when using a logarithmic depth buffer.
- logBase(double, double) - Static method in class org.cesiumjs.cs.core.Math
-
Finds the logarithm of a number to a base.
- loggingVisible - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to show the logging section.
- longitude - Variable in class org.cesiumjs.cs.core.Cartographic
-
The longitude, in radians.
- look(Cartesian3) - Method in class org.cesiumjs.cs.scene.Camera
-
Rotate each of the camera's orientation vectors around axis by angle
- look(Cartesian3, double) - Method in class org.cesiumjs.cs.scene.Camera
-
Rotate each of the camera's orientation vectors around axis by angle
- lookAt(Cartesian3, Cartesian3) - Method in class org.cesiumjs.cs.scene.Camera
-
Sets the camera position and orientation using a target and offset.
- lookAt(Cartesian3, HeadingPitchRange) - Method in class org.cesiumjs.cs.scene.Camera
-
Sets the camera position and orientation using a target and offset.
- lookAtTransform(Matrix4) - Method in class org.cesiumjs.cs.scene.Camera
-
Sets the camera position and orientation using a target and transformation matrix.
- lookAtTransform(Matrix4, Cartesian3) - Method in class org.cesiumjs.cs.scene.Camera
-
Sets the camera position and orientation using a target and transformation matrix.
- lookAtTransform(Matrix4, HeadingPitchRange) - Method in class org.cesiumjs.cs.scene.Camera
-
Sets the camera position and orientation using a target and transformation matrix.
- lookDown() - Method in class org.cesiumjs.cs.scene.Camera
-
Rotates the camera around its right vector by amount, in radians, in the opposite direction of its up vector.
- lookDown(double) - Method in class org.cesiumjs.cs.scene.Camera
-
Rotates the camera around its right vector by amount, in radians, in the opposite direction of its up vector.
- lookEventTypes - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
The input that allows the user to change the direction the camera is viewing.
- lookLeft() - Method in class org.cesiumjs.cs.scene.Camera
-
Rotates the camera around its up vector by amount, in radians, in the opposite direction of its right vector.
- lookLeft(double) - Method in class org.cesiumjs.cs.scene.Camera
-
Rotates the camera around its up vector by amount, in radians, in the opposite direction of its right vector.
- lookRight() - Method in class org.cesiumjs.cs.scene.Camera
-
Rotates the camera around its up vector by amount, in radians, in the direction of its right vector.
- lookRight(double) - Method in class org.cesiumjs.cs.scene.Camera
-
Rotates the camera around its up vector by amount, in radians, in the direction of its right vector.
- lookUp() - Method in class org.cesiumjs.cs.scene.Camera
-
Rotates the camera around its right vector by amount, in radians, in the direction of its up vector.
- lookUp(double) - Method in class org.cesiumjs.cs.scene.Camera
-
Rotates the camera around its right vector by amount, in radians, in the direction of its up vector.
- loop - Variable in class org.cesiumjs.cs.core.geometry.GroundPolylineGeometry
-
Whether during geometry creation a line segment will be added between the last and first line positions to make this Polyline a loop.
- loop - Variable in class org.cesiumjs.cs.core.geometry.options.GroundPolylineGeometryOptions
-
Whether during geometry creation a line segment will be added between the last and first line positions to make this Polyline a loop.
- loop() - Method in class org.cesiumjs.cs.scene.ModelAnimation
-
Determines if and how the animation is looped.
- loop - Variable in class org.cesiumjs.cs.scene.options.ModelAnimationOptions
-
Determines if and how the animation is looped.
- loop - Variable in class org.cesiumjs.cs.scene.options.PolylineOptions
-
Whether a line segment will be added between the last and first line positions to make this line a loop.
- loop - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
Whether the particle system should loop it's bursts when it is complete.
- loop - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
Whether the particle system should loop it's bursts when it is complete.
- loop - Variable in class org.cesiumjs.cs.scene.Polyline
-
Whether a line segment will be added between the last and first line positions to make this line a loop.
- LOOP_STOP() - Static method in class org.cesiumjs.cs.core.enums.ClockRange
-
- lower(T) - Method in class org.cesiumjs.cs.collections.DataSourceCollection
-
Lowers a data source down one position in the collection.
- lower(ImageryLayer) - Method in class org.cesiumjs.cs.collections.ImageryLayerCollection
-
Lowers a layer down one position in the collection.
- lower(Primitive) - Method in class org.cesiumjs.cs.collections.PrimitiveCollection
-
Lowers a primitive "down one" in the collection.
- lowerCollection(EntityCollection) - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Lowers a collection down one position in the composite.
- lowerCollectionToBottom(EntityCollection) - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Lowers a collection to the bottom of the composite.
- lowerToBottom(T) - Method in class org.cesiumjs.cs.collections.DataSourceCollection
-
Lowers a data source to the bottom of the collection.
- lowerToBottom(ImageryLayer) - Method in class org.cesiumjs.cs.collections.ImageryLayerCollection
-
Lowers a layer to the bottom of the collection.
- lowerToBottom(Primitive) - Method in class org.cesiumjs.cs.collections.PrimitiveCollection
-
Lowers a primitive to the "bottom" of the collection.
- lowest - Variable in class org.cesiumjs.cs.core.providers.options.GeoserverTerrainProviderOptions
-
lowest altitude in the tiles (in meters)
- LUMINANCE() - Static method in class org.cesiumjs.cs.core.enums.PixelFormat
-
A pixel format containing a luminance (intensity) channel.
- LUMINANCE_ALPHA() - Static method in class org.cesiumjs.cs.core.enums.PixelFormat
-
A pixel format containing luminance (intensity) and alpha channels.
- luminanceAtZenith - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
The sun's luminance at the zenith in kilo candela per meter squared to use for this model's
procedural environment map.
- luminanceAtZenith - Variable in class org.cesiumjs.cs.scene.Model
-
The sun's luminance at the zenith in kilo candela per meter squared to use for this model's
procedural environment map.
- luminanceAtZenith - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
The sun's luminance at the zenith in kilo candela per meter squared to use for this model's procedural environment map.
- luminanceAtZenith - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
The sun's luminance at the zenith in kilo candela per meter squared to use for this model's procedural environment map.
- LUNAR_RADIUS() - Static method in class org.cesiumjs.cs.core.Math
-
The mean radius of the moon, according to the "Report of the IAU/IAG Working Group on Cartographic Coordinates and
Rotational Elements of the Planets and satellites: 2000", Celestial Mechanics 82: 83-110, 2002.
- MAGENTA() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FF00FF
- magnificationFilter - Variable in class org.cesiumjs.cs.scene.ImageryLayer
-
The TextureMagnificationFilter to apply to this layer.
- magnificationFilter - Variable in class org.cesiumjs.cs.scene.options.ImageryLayerOptions
-
The texture minification filter to apply to this layer.
- magnitude(Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Computes the Cartesian's magnitude (length).
- magnitude(Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Computes the Cartesian's magnitude (length).
- magnitude(Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Computes the Cartesian's magnitude (length).
- magnitude(Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes magnitude for the provided quaternion.
- magnitudeSquared(Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Computes the provided Cartesian's squared magnitude.
- magnitudeSquared(Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Computes the provided Cartesian's squared magnitude.
- magnitudeSquared(Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Computes the provided Cartesian's squared magnitude.
- magnitudeSquared(Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes magnitude squared for the provided quaternion.
- makeStyleDirty() - Method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Marks the tileset's Cesium3DTileset#style as dirty, which forces all features to re-evaluate
the style in the next frame each is visible.
- makeStyleDirty() - Method in class org.cesiumjs.cs.scene.TimeDynamicPointCloud
-
Marks the point cloud's TimeDynamicPointCloud#style as dirty, which forces all points to re-evaluate the style in the next frame.
- MapboxImageryProvider - Class in org.cesiumjs.cs.scene.providers
-
- MapboxImageryProvider(MapboxImageryProviderOptions) - Constructor for class org.cesiumjs.cs.scene.providers.MapboxImageryProvider
-
Provides tiled imagery hosted by Mapbox.
- MapboxImageryProviderOptions - Class in org.cesiumjs.cs.scene.providers.options
-
- MapboxImageryProviderOptions() - Constructor for class org.cesiumjs.cs.scene.providers.options.MapboxImageryProviderOptions
-
- mapId - Variable in class org.cesiumjs.cs.scene.providers.options.MapboxImageryProviderOptions
-
The Mapbox Map ID.
- MapMode2D - Class in org.cesiumjs.cs.scene.enums
-
- mapMode2D - Variable in class org.cesiumjs.cs.scene.options.SceneOptions
-
Determines if the 2D map is rotatable or can be scrolled infinitely in the horizontal direction.
- mapMode2D - Variable in class org.cesiumjs.cs.scene.Scene
-
Determines if the 2D map is rotatable or can be scrolled infinitely in the horizontal direction.
- mapMode2D - Variable in class org.cesiumjs.cs.widgets.options.CesiumWidgetOptions
-
Determines if the 2D map is rotatable or can be scrolled infinitely in the horizontal direction.
- mapMode2D - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
Determines if the 2D map is rotatable or can be scrolled infinitely in the horizontal direction.
- MapProjection - Class in org.cesiumjs.cs.core.projection
-
- MapProjection() - Constructor for class org.cesiumjs.cs.core.projection.MapProjection
-
Defines how geodetic ellipsoid coordinates (Cartographic) project to a flat map like Cesium's 2D and Columbus View modes.
- mapProjection - Variable in class org.cesiumjs.cs.scene.options.SceneOptions
-
The map projection to use in 2D and Columbus View modes.
- mapProjection() - Method in class org.cesiumjs.cs.scene.Scene
-
Get the map projection to use in 2D and Columbus View modes.
- mapProjection - Variable in class org.cesiumjs.cs.widgets.options.CesiumWidgetOptions
-
The map projection to use in 2D and Columbus View modes.
- mapProjection - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
The map projection to use in 2D and Columbus View modes.
- mapStyle() - Method in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
Gets the type of Bing Maps imagery to load.
- mapStyle - Variable in class org.cesiumjs.cs.scene.providers.options.BingMapsImageryProviderOptions
-
The type of Bing Maps imagery to load.
- markerColor - Static variable in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Gets or sets the default color of the map pin created for each point.
- markerColor - Variable in class org.cesiumjs.cs.datasources.options.GeoJsonDataSourceOptions
-
The default color of the map pin created for each point.
- MarkerGroup - Class in org.cesiumjs.cs.scene.interaction
-
- MarkerGroup(Scene, DrawInteractionOptions) - Constructor for class org.cesiumjs.cs.scene.interaction.MarkerGroup
-
- markerSize - Static variable in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Gets or sets the default size of the map pin created for each point, in pixels.
- markerSize - Variable in class org.cesiumjs.cs.datasources.options.GeoJsonDataSourceOptions
-
The default size of the map pin created for each point, in pixels.
- markerSymbol - Static variable in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Gets or sets the default symbol of the map pin created for each point.
- markerSymbol - Variable in class org.cesiumjs.cs.datasources.options.GeoJsonDataSourceOptions
-
The default symbol of the map pin created for each point.
- MarkerType - Enum in org.cesiumjs.cs.scene.interaction
-
- markerType - Variable in class org.cesiumjs.cs.scene.interaction.options.DrawInteractionOptions
-
Marker type.
- MAROON() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #800000
- mass - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleOptions
-
The mass of particles in kilograms.
- mass - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
Sets the minimum and maximum mass of particles in kilograms.
- mass - Variable in class org.cesiumjs.cs.scene.particle.Particle
-
The mass of particles in kilograms.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.BoxGraphics
-
Gets or sets the material used to fill the box.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
A Property specifying the material used to fill the corridor.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.CylinderGraphics
-
A Property specifying the material used to fill the cylinder.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
A Property specifying the material used to fill the ellipse.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.EllipsoidGraphics
-
A Property specifying the material used to fill the ellipsoid.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.options.BoxGraphicsOptions
-
A Property specifying the material used to fill the box.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.options.CorridorGraphicsOptions
-
A Property specifying the material used to fill the corridor.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.options.CylinderGraphicsOptions
-
A Property specifying the material used to fill the cylinder.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipseGraphicsOptions
-
A Property specifying the material used to fill the ellipse.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipsoidGraphicsOptions
-
A Property specifying the material used to fill the ellipsoid.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.options.PathGraphicsOptions
-
A Property specifying the material used to draw the path.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.options.PlaneGraphicsOptions
-
A Property specifying the material used to fill the plane.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
A Property specifying the material used to fill the polygon.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineGraphicsOptions
-
A Property specifying the material used to draw the polyline.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineVolumeGraphicsOptions
-
A Property specifying the material used to fill the volume.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.options.RectangleGraphicsOptions
-
A Property specifying the material used to fill the rectangle.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.options.WallGraphicsOptions
-
A Property specifying the material used to fill the wall.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.PathGraphics
-
A Property specifying the material used to draw the path.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.PlaneGraphics
-
A Property specifying the material used to fill the plane.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
A Property specifying the material used to fill the polygon.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineGraphics
-
A Property specifying the material used to draw the polyline.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineVolumeGraphics
-
A Property specifying the material used to fill the volume.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Gets or sets the Property specifying the material used to fill the rectangle.
- material - Variable in class org.cesiumjs.cs.datasources.graphics.WallGraphics
-
A Property specifying the material used to fill the wall.
- material - Variable in class org.cesiumjs.cs.scene.apperances.Appearance
-
The material used to determine the fragment color.
- material - Variable in class org.cesiumjs.cs.scene.apperances.options.AppearanceOptions
-
The material used to determine the fragment color.
- material - Variable in class org.cesiumjs.cs.scene.apperances.options.EllipsoidSurfaceAppearanceOptions
-
The material used to determine the fragment color.
- material - Variable in class org.cesiumjs.cs.scene.apperances.options.MaterialAppearanceOptions
-
The material used to determine the fragment color.
- material - Variable in class org.cesiumjs.cs.scene.apperances.options.PolylineMaterialAppearanceOptions
-
The material used to determine the fragment color.
- material - Variable in class org.cesiumjs.cs.scene.Globe
-
Gets or sets the material appearance of the Globe.
- Material - Class in org.cesiumjs.cs.scene
-
- Material() - Constructor for class org.cesiumjs.cs.scene.Material
-
A Material defines surface appearance through a combination of diffuse, specular, normal, emission, and alpha components.
- Material(MaterialOptions) - Constructor for class org.cesiumjs.cs.scene.Material
-
A Material defines surface appearance through a combination of diffuse, specular, normal, emission, and alpha components.
- material - Variable in class org.cesiumjs.cs.scene.options.PolylineOptions
-
The material.
- material - Variable in class org.cesiumjs.cs.scene.Polyline
-
The material.
- MaterialAppearance - Class in org.cesiumjs.cs.scene.apperances
-
- MaterialAppearance() - Constructor for class org.cesiumjs.cs.scene.apperances.MaterialAppearance
-
An appearance for arbitrary geometry (as opposed to
EllipsoidSurfaceAppearance
, for example) that supports shading with materials.
- MaterialAppearance(MaterialAppearanceOptions) - Constructor for class org.cesiumjs.cs.scene.apperances.MaterialAppearance
-
An appearance for arbitrary geometry (as opposed to
EllipsoidSurfaceAppearance
, for example) that supports shading with materials.
- MaterialAppearance.MaterialSupport - Class in org.cesiumjs.cs.scene.apperances
-
- MaterialAppearanceOptions - Class in org.cesiumjs.cs.scene.apperances.options
-
- MaterialAppearanceOptions() - Constructor for class org.cesiumjs.cs.scene.apperances.options.MaterialAppearanceOptions
-
- MaterialOptions - Class in org.cesiumjs.cs.scene.options
-
- MaterialOptions() - Constructor for class org.cesiumjs.cs.scene.options.MaterialOptions
-
- MaterialProperty - Class in org.cesiumjs.cs.datasources.properties
-
- MaterialProperty() - Constructor for class org.cesiumjs.cs.datasources.properties.MaterialProperty
-
- materials - Variable in class org.cesiumjs.cs.scene.Material
-
Maps sub-material names to Material objects.
- materials() - Method in class org.cesiumjs.cs.scene.ModelMesh
-
An array of ModelMaterial instances indexed by the mesh's primitive indices.
- materialSupport() - Method in class org.cesiumjs.cs.scene.apperances.MaterialAppearance
-
The type of materials supported by this instance.
- materialSupport - Variable in class org.cesiumjs.cs.scene.apperances.options.MaterialAppearanceOptions
-
The type of materials that will be supported.
- Math - Class in org.cesiumjs.cs.core
-
Math functions.
- matrix - Variable in class org.cesiumjs.cs.scene.ModelNode
-
The node's 4x4 matrix transform from its local coordinates to its parent's.
- Matrix2 - Class in org.cesiumjs.cs.core
-
- Matrix2() - Constructor for class org.cesiumjs.cs.core.Matrix2
-
A 2x2 matrix, indexable as a column-major order array.
- Matrix2(double, double, double, double) - Constructor for class org.cesiumjs.cs.core.Matrix2
-
A 2x2 matrix, indexable as a column-major order array.
- Matrix3 - Class in org.cesiumjs.cs.core
-
- Matrix3() - Constructor for class org.cesiumjs.cs.core.Matrix3
-
A 3x3 matrix, indexable as a column-major order array.
- Matrix3(double, double, double, double, double, double, double, double, double) - Constructor for class org.cesiumjs.cs.core.Matrix3
-
A 3x3 matrix, indexable as a column-major order array.
- Matrix4 - Class in org.cesiumjs.cs.core
-
- Matrix4() - Constructor for class org.cesiumjs.cs.core.Matrix4
-
A 4x4 matrix, indexable as a column-major order array.
- Matrix4(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class org.cesiumjs.cs.core.Matrix4
-
A 4x4 matrix, indexable as a column-major order array.
- MAX_VALUE() - Static method in class org.cesiumjs.cs.core.Rectangle
-
The largest possible rectangle.
- maxHeight - Variable in class org.cesiumjs.cs.widgets.InfoBoxViewModel
-
Gets or sets the maximum height of the info box in pixels.
- maxHeightOffset(double) - Method in class org.cesiumjs.cs.widgets.InfoBoxViewModel
-
Gets the maximum height of sections within the info box, minus an offset, in CSS-ready form.
- maximum - Variable in class org.cesiumjs.cs.core.AxisAlignedBoundingBox
-
The maximum point defining the bounding box.
- maximum - Variable in class org.cesiumjs.cs.core.geometry.options.BoxOutlineGeometryOptions
-
The maximum x, y, and z coordinates of the box.
- maximum - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleBurstOptions
-
The maximum number of particles emitted in the burst.
- maximum - Variable in class org.cesiumjs.cs.scene.particle.ParticleBurst
-
The maximum number of particles emitted in the burst.
- maximumAliasedLineWidth() - Method in class org.cesiumjs.cs.scene.Scene
-
The maximum aliased line width, in pixels, supported by this WebGL implementation.
- maximumAlpha - Variable in class org.cesiumjs.cs.core.options.ColorRandomOptions
-
The minimum alpha value to generate if none was specified.
- maximumAnisotropy - Variable in class org.cesiumjs.cs.scene.options.ImageryLayerOptions
-
The maximum anisotropy level to use for texture filtering.
- maximumAttenuation - Variable in class org.cesiumjs.cs.scene.options.PointCloudShadingOptions
-
Maximum attenuation in pixels.
- maximumAttenuation - Variable in class org.cesiumjs.cs.scene.PointCloudShading
-
Maximum attenuation in pixels.
- maximumBlue - Variable in class org.cesiumjs.cs.core.options.ColorRandomOptions
-
The minimum blue value to generate if none was specified.
- maximumByComponent(Cartesian2, Cartesian2, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Compares two Cartesians and computes a Cartesian which contains the maximum components of the supplied Cartesians.
- maximumByComponent(Cartesian3, Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Compares two Cartesians and computes a Cartesian which contains the maximum components of the supplied Cartesians.
- maximumByComponent(Cartesian4, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Compares two Cartesians and computes a Cartesian which contains the maximum components of the supplied Cartesians.
- maximumByComponent(Cartesian4, Cartesian4, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Compares two Cartesians and computes a Cartesian which contains the maximum components of the supplied Cartesians.
- maximumComponent(Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Computes the value of the maximum component for the supplied Cartesian.
- maximumComponent(Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Computes the value of the maximum component for the supplied Cartesian.
- maximumComponent(Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Computes the value of the maximum component for the supplied Cartesian.
- maximumCubeMapSize() - Method in class org.cesiumjs.cs.scene.Scene
-
The maximum length in pixels of one edge of a cube map, supported by this WebGL implementation.
- maximumDistance - Variable in class org.cesiumjs.cs.scene.options.ShadowMapOptions
-
The maximum distance used for generating cascaded shadows.
- maximumDistance - Variable in class org.cesiumjs.cs.scene.ShadowMap
-
The maximum distance used for generating cascaded shadows.
- maximumGreen - Variable in class org.cesiumjs.cs.core.options.ColorRandomOptions
-
The minimum green value to generate if none was specified.
- maximumHeight - Variable in class org.cesiumjs.cs.scene.options.CameraFlyToOptions
-
The maximum height at the peak of the flight.
- maximumHeight - Variable in class org.cesiumjs.cs.widgets.options.FlyToOptions
-
The maximum height at the peak of the flight.
- maximumHeights - Variable in class org.cesiumjs.cs.core.geometry.options.WallOutlineGeometryOptions
-
An array parallel to positions that give the maximum height of the wall at positions.
- maximumHeights - Variable in class org.cesiumjs.cs.datasources.graphics.options.WallGraphicsOptions
-
A Property specifying an array of heights to be used for the top of the wall instead of the height of each position.
- maximumHeights - Variable in class org.cesiumjs.cs.datasources.graphics.WallGraphics
-
A Property specifying an array of heights to be used for the top of the wall instead of the height of each position.
- maximumImageSize - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
Sets the maximum bound, width by height, below which to randomly scale the particle image's dimensions in pixels.
- maximumImageSize - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
Sets the maximum bound, width by height, below which to randomly scale the particle image's dimensions in pixels.
- MaximumLatitude() - Static method in class org.cesiumjs.cs.core.projection.WebMercatorProjection
-
The maximum latitude (both North and South) supported by a Web Mercator (EPSG:3857) projection.
- maximumLevel() - Method in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
Gets the maximum level-of-detail that can be requested.
- maximumLevel() - Method in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
Gets the maximum level-of-detail that can be requested.
- maximumLevel() - Method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
Gets the maximum level-of-detail that can be requested.
- maximumLevel() - Method in class org.cesiumjs.cs.scene.providers.GridImageryProvider
-
Gets the maximum level-of-detail that can be requested.
- maximumLevel() - Method in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
Gets the maximum level-of-detail that can be requested.
- maximumLevel() - Method in class org.cesiumjs.cs.scene.providers.MapboxImageryProvider
-
Gets the maximum level-of-detail that can be requested.
- maximumLevel - Variable in class org.cesiumjs.cs.scene.providers.options.ArcGisMapServerImageryProviderOptions
-
The maximum tile level to request, or undefined if there is no maximum.
- maximumLevel - Variable in class org.cesiumjs.cs.scene.providers.options.MapboxImageryProviderOptions
-
The maximum level-of-detail supported by the imagery provider, or undefined if there is no limit.
- maximumLevel - Variable in class org.cesiumjs.cs.scene.providers.options.OpenStreetMapImageryProviderOptions
-
The maximum level-of-detail supported by the imagery provider, or undefined if there is no limit.
- maximumLevel - Variable in class org.cesiumjs.cs.scene.providers.options.TileMapServiceImageryProviderOptions
-
The maximum level-of-detail supported by the imagery provider, or undefined if there is no limit.
- maximumLevel - Variable in class org.cesiumjs.cs.scene.providers.options.UrlTemplateImageryProviderOptions
-
The maximum level-of-detail supported by the imagery provider, or undefined if there is no limit.
- maximumLevel - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapServiceImageryProviderOptions
-
The maximum level-of-detail supported by the imagery provider, or undefined if there is no limit.
- maximumLevel - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapTileServiceImageryProviderOptions
-
The maximum level-of-detail supported by the imagery provider, or undefined if there is no limit.
- maximumLevel() - Method in class org.cesiumjs.cs.scene.providers.SingleTileImageryProvider
-
Gets the maximum level-of-detail that can be requested.
- maximumLevel() - Method in class org.cesiumjs.cs.scene.providers.TileCoordinatesImageryProvider
-
Gets the maximum level-of-detail that can be requested.
- maximumLevel() - Method in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
Gets the maximum level-of-detail that can be requested.
- maximumLevel() - Method in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
Gets the maximum level-of-detail that can be requested.
- maximumLevel() - Method in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Gets the maximum level-of-detail that can be requested.
- maximumMass - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
Sets the maximum mass of particles in kilograms.
- maximumMass - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
Sets the maximum mass of particles in kilograms.
- maximumMemoryUsage - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
The maximum amount of memory in MB that can be used by the tileset.
- maximumMemoryUsage - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
The maximum amount of memory in MB that can be used by the tileset.
- maximumMemoryUsage - Variable in class org.cesiumjs.cs.scene.options.TimeDynamicPointCloudOptions
-
The maximum amount of memory in MB that can be used by the point cloud.
- maximumMemoryUsage - Variable in class org.cesiumjs.cs.scene.TimeDynamicPointCloud
-
The maximum amount of GPU memory (in MB) that may be used to cache point cloud frames.
- maximumMovementRatio - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
A parameter in the range [0, 1) used to limit the range of various user inputs to a percentage of the window
width/height per animation frame.
- maximumParticleLife - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
Sets the maximum bound in seconds for the possible duration of a particle's life below which a particle's actual
life will be randomly chosen.
- maximumParticleLife - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
Sets the maximum bound in seconds for the possible duration of a particle's life below which a particle's actual
life will be randomly chosen.
- maximumRadius() - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Gets the maximum radius of the ellipsoid.
- maximumRed - Variable in class org.cesiumjs.cs.core.options.ColorRandomOptions
-
The minimum red value to generate if none was specified.
- maximumRenderTimeChange - Variable in class org.cesiumjs.cs.scene.options.SceneOptions
-
If requestRenderMode is true, this value defines the maximum change in simulation time allowed before a render is requested.
- maximumRenderTimeChange - Variable in class org.cesiumjs.cs.scene.Scene
-
If
Scene.requestRenderMode
is true, this value defines the maximum change in simulation time allowed before a
render is requested.
- maximumScale - Variable in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
The maximum scale size of a model.
- maximumScale - Variable in class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
The maximum scale size of a model.
- maximumScale - Variable in class org.cesiumjs.cs.scene.Model
-
The maximum scale size for a model.
- maximumScale - Variable in class org.cesiumjs.cs.scene.options.FromGltfOptions
-
The maximum scale size of a model.
- maximumScale - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
The maximum scale size of a model.
- maximumScreenSpaceError - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
The maximum screen space error used to drive level of detail refinement.
- maximumScreenSpaceError - Variable in class org.cesiumjs.cs.scene.Globe
-
The maximum screen-space error used to drive level-of-detail refinement.
- maximumScreenSpaceError - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
The maximum screen space error used to drive level of detail refinement.
- maximumScreenSpaceError - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the maximum screen space error.
- maximumSpeed - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
Sets the maximum speed in meters per second.
- maximumSpeed - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
Sets the maximum speed in meters per second.
- maximumTerrainLevel - Variable in class org.cesiumjs.cs.scene.options.ImageryLayerOptions
-
The maximum terrain level-of-detail at which to show this imagery layer, or undefined to show it at all levels.
- maximumZoomDistance - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
The maximum magnitude, in meters, of the camera position when zooming.
- maximumZoomFactor - Variable in class org.cesiumjs.cs.scene.Camera
-
The factor multiplied by the the map size used to determine where to clamp the camera position when zooming
out from the surface.
- maxLevel - Variable in class org.cesiumjs.cs.core.providers.options.GeoserverTerrainProviderOptions
-
maximum level to request
- maxPoints - Variable in class org.cesiumjs.cs.scene.interaction.options.AbstractPrimitiveOptions
-
Maximum points of primitive.
- MEDIUMAQUAMARINE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #66CDAA
- MEDIUMBLUE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #0000CD
- MEDIUMORCHID() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #BA55D3
- MEDIUMPURPLE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #9370DB
- MEDIUMSEAGREEN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #3CB371
- MEDIUMSLATEBLUE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #7B68EE
- MEDIUMSPRINGGREEN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #00FA9A
- MEDIUMTURQUOISE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #48D1CC
- MEDIUMVIOLETRED() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #C71585
- mercatorAngleToGeodeticLatitude(double) - Static method in class org.cesiumjs.cs.core.projection.WebMercatorProjection
-
Converts a Mercator angle, in the range -PI to PI, to a geodetic latitude in the range -PI/2 to PI/2.
- merge(DataSourceClock) - Method in class org.cesiumjs.cs.datasources.DataSourceClock
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
- merge(Entity) - Method in class org.cesiumjs.cs.datasources.Entity
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
- merge(BillboardGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
- merge(BoxGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.BoxGraphics
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
- merge(CorridorGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
- merge(CylinderGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.CylinderGraphics
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
- merge(EllipseGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
- merge(EllipsoidGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.EllipsoidGraphics
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
- merge(LabelGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
- merge(ModelGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
- merge(PathGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.PathGraphics
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
- merge(PlaneGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.PlaneGraphics
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
- merge(PointGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.PointGraphics
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
- merge(PolygonGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
- merge(PolylineGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.PolylineGraphics
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
- merge(PolylineVolumeGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.PolylineVolumeGraphics
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
- merge(RectangleGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
- merge(WallGraphics) - Method in class org.cesiumjs.cs.datasources.graphics.WallGraphics
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
- meta - Variable in class org.cesiumjs.cs.scene.Cesium3DTileStyle
-
Gets or sets the object containing application-specific expression that can be explicitly evaluated, e.g., for display in a UI.
- metadata - Variable in class org.cesiumjs.cs.core.providers.options.GoogleEarthEnterpriseTerrainProviderOptions
-
A metadata object that can be used to share metadata requests with a GoogleEarthEnterpriseImageryProvider.
- metadata - Variable in class org.cesiumjs.cs.scene.providers.options.GoogleEarthEnterpriseImageryProviderOptions
-
A metadata object that can be used to share metadata requests with a GoogleEarthEnterpriseTerrainProvider.
- MIDDLE_CLICK() - Static method in class org.cesiumjs.cs.core.enums.ScreenSpaceEventType
-
Represents a mouse middle click event.
- MIDDLE_DOWN() - Static method in class org.cesiumjs.cs.core.enums.ScreenSpaceEventType
-
Represents a mouse middle button down event.
- MIDDLE_DRAG() - Static method in class org.cesiumjs.cs.scene.enums.CameraEventType
-
A middle mouse button press followed by moving the mouse and releasing the button.
- MIDDLE_UP() - Static method in class org.cesiumjs.cs.core.enums.ScreenSpaceEventType
-
Represents a mouse middle button up event.
- MIDNIGHTBLUE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #191970
- midpoint(Cartesian3, Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Computes the midpoint between the right and left Cartesian.
- millisecond - Variable in class org.cesiumjs.cs.core.GregorianDate
-
Gets or sets the millisecond of the second as a floating point number with range [0.0, 1000.0).
- min_confidence - Variable in class org.cesiumjs.cs.core.options.OpenCageGeocoderServiceOptions
-
An integer from 1-10.
- minificationFilter - Variable in class org.cesiumjs.cs.scene.ImageryLayer
-
The TextureMinificationFilter to apply to this layer.
- minificationFilter - Variable in class org.cesiumjs.cs.scene.options.ImageryLayerOptions
-
The texture minification filter to apply to this layer.
- minimum - Variable in class org.cesiumjs.cs.core.AxisAlignedBoundingBox
-
The minimum point defining the bounding box.
- minimum - Variable in class org.cesiumjs.cs.core.geometry.options.BoxOutlineGeometryOptions
-
The minimum x, y, and z coordinates of the box.
- minimum - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleBurstOptions
-
The minimum number of particles emmitted in the burst.
- minimum - Variable in class org.cesiumjs.cs.scene.particle.ParticleBurst
-
The minimum number of particles emmitted in the burst.
- minimumAlpha - Variable in class org.cesiumjs.cs.core.options.ColorRandomOptions
-
The maximum alpha value to generate if none was specified.
- minimumBlue - Variable in class org.cesiumjs.cs.core.options.ColorRandomOptions
-
The maximum blue value to generate if none was specified.
- minimumByComponent(Cartesian2, Cartesian2, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Compares two Cartesians and computes a Cartesian which contains the minimum components of the supplied Cartesians.
- minimumByComponent(Cartesian3, Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Compares two Cartesians and computes a Cartesian which contains the minimum components of the supplied Cartesians.
- minimumByComponent(Cartesian4, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Compares two Cartesians and computes a Cartesian which contains the minimum components of the supplied Cartesians.
- minimumByComponent(Cartesian4, Cartesian4, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Compares two Cartesians and computes a Cartesian which contains the minimum components of the supplied Cartesians.
- minimumClusterSize - Variable in class org.cesiumjs.cs.datasources.EntityCluster
-
Gets or sets the minimum number of screen space objects that can be clustered.
- minimumClusterSize - Variable in class org.cesiumjs.cs.datasources.options.EntityClusterOptions
-
The minimum number of screen space objects that can be clustered.
- minimumCollisionTerrainHeight - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
The minimum height the camera must be before testing for collision with terrain.
- minimumComponent(Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Computes the value of the minimum component for the supplied Cartesian.
- minimumComponent(Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Computes the value of the minimum component for the supplied Cartesian.
- minimumComponent(Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Computes the value of the minimum component for the supplied Cartesian.
- minimumGreen - Variable in class org.cesiumjs.cs.core.options.ColorRandomOptions
-
The maximum green value to generate if none was specified.
- minimumHeights - Variable in class org.cesiumjs.cs.core.geometry.options.WallOutlineGeometryOptions
-
An array parallel to positions that give the minimum height of the wall at positions.
- minimumHeights - Variable in class org.cesiumjs.cs.datasources.graphics.options.WallGraphicsOptions
-
A Property specifying an array of heights to be used for the bottom of the wall instead of the globe surface.
- minimumHeights - Variable in class org.cesiumjs.cs.datasources.graphics.WallGraphics
-
A Property specifying an array of heights to be used for the bottom of the wall instead of the globe surface.
- minimumImageSize - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
Sets the minimum bound, width by height, above which to randomly scale the particle image's dimensions in pixels.
- minimumImageSize - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
Sets the minimum bound, width by height, above which to randomly scale the particle image's dimensions in pixels.
- minimumLevel() - Method in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
Gets the minimum level-of-detail that can be requested.
- minimumLevel() - Method in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
Gets the minimum level-of-detail that can be requested.
- minimumLevel() - Method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
Gets the minimum level-of-detail that can be requested.
- minimumLevel() - Method in class org.cesiumjs.cs.scene.providers.GridImageryProvider
-
Gets the minimum level-of-detail that can be requested.
- minimumLevel() - Method in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
Gets the minimum level-of-detail that can be requested.
- minimumLevel() - Method in class org.cesiumjs.cs.scene.providers.MapboxImageryProvider
-
Gets the minimum level-of-detail that can be requested.
- minimumLevel - Variable in class org.cesiumjs.cs.scene.providers.options.MapboxImageryProviderOptions
-
The minimum level-of-detail supported by the imagery provider.
- minimumLevel - Variable in class org.cesiumjs.cs.scene.providers.options.OpenStreetMapImageryProviderOptions
-
The minimum level-of-detail supported by the imagery provider.
- minimumLevel - Variable in class org.cesiumjs.cs.scene.providers.options.TileMapServiceImageryProviderOptions
-
The minimum level-of-detail supported by the imagery provider.
- minimumLevel - Variable in class org.cesiumjs.cs.scene.providers.options.UrlTemplateImageryProviderOptions
-
The minimum level-of-detail supported by the imagery provider.
- minimumLevel - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapServiceImageryProviderOptions
-
The minimum level-of-detail supported by the imagery provider.
- minimumLevel - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapTileServiceImageryProviderOptions
-
The minimum level-of-detail supported by the imagery provider.
- minimumLevel() - Method in class org.cesiumjs.cs.scene.providers.SingleTileImageryProvider
-
Gets the minimum level-of-detail that can be requested.
- minimumLevel() - Method in class org.cesiumjs.cs.scene.providers.TileCoordinatesImageryProvider
-
Gets the minimum level-of-detail that can be requested.
- minimumLevel() - Method in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
Gets the minimum level-of-detail that can be requested.
- minimumLevel() - Method in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
Gets the minimum level-of-detail that can be requested.
- minimumLevel() - Method in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Gets the minimum level-of-detail that can be requested.
- minimumMass - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
Sets the minimum mass of particles in kilograms.
- minimumMass - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
Sets the minimum mass of particles in kilograms.
- minimumParticleLife - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
Sets the minimum bound in seconds for the possible duration of a particle's life above which a particle's actual
life will be randomly chosen.
- minimumParticleLife - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
Sets the minimum bound in seconds for the possible duration of a particle's life above which a particle's actual
life will be randomly chosen.
- minimumPickingTerrainHeight - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
The minimum height the camera must be before picking the terrain instead of the ellipsoid.
- minimumPixelSize - Variable in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
A numeric Property specifying the approximate minimum pixel size of the model regardless of zoom.
- minimumPixelSize - Variable in class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
A numeric Property specifying the approximate minimum pixel size of the model regardless of zoom.
- minimumPixelSize - Variable in class org.cesiumjs.cs.scene.Model
-
The approximate minimum pixel size of the model regardless of zoom.
- minimumPixelSize - Variable in class org.cesiumjs.cs.scene.options.FromGltfOptions
-
The approximate minimum pixel size of the model regardless of zoom.
- minimumPixelSize - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
The approximate minimum pixel size of the model regardless of zoom.
- minimumRadius() - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Gets the minimum radius of the ellipsoid.
- minimumRed - Variable in class org.cesiumjs.cs.core.options.ColorRandomOptions
-
The maximum red value to generate if none was specified.
- minimumSpeed - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
Sets the minimum speed in meters per second.
- minimumSpeed - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
Sets the minimum speed in meters per second.
- minimumTerrainLevel - Variable in class org.cesiumjs.cs.scene.options.ImageryLayerOptions
-
The minimum terrain level-of-detail at which to show this imagery layer, or undefined to show it at all levels.
- minimumTrackBallHeight - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
The minimum height the camera must be before switching from rotating a track ball to free look when clicks
originate on the sky on in space.
- minimumZoomDistance - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
The minimum magnitude, in meters, of the camera position when zooming.
- minPoints - Variable in class org.cesiumjs.cs.scene.interaction.options.AbstractPrimitiveOptions
-
Minimum points of primitive
- MINTCREAM() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #F5FFFA
- minute - Variable in class org.cesiumjs.cs.core.GregorianDate
-
Gets or sets the minute of the hour as a whole number with range [0, 59].
- MIRRORED_REPEAT() - Static method in class org.cesiumjs.cs.scene.enums.ModelAnimationLoop
-
Loop the animation.
- missingImageUrl - Variable in class org.cesiumjs.cs.scene.options.DiscardMissingTileImagePolicyOptions
-
The URL of the known missing image.
- missingImageUrlStr - Variable in class org.cesiumjs.cs.scene.options.DiscardMissingTileImagePolicyOptions
-
The URL of the known missing image.
- MISTYROSE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FFE4E1
- MIX() - Static method in class org.cesiumjs.cs.scene.enums.Cesium3DTileColorBlendMode
-
Blends the source color and feature color together.
- MIX() - Static method in class org.cesiumjs.cs.scene.enums.ColorBlendMode
-
Blends the source color and target color together
- MOCCASIN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FFE4B5
- mod(Color, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Computes the componentwise modulus of two Colors.
- mod(Color, Color, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Computes the componentwise modulus of two Colors.
- mod(double, double) - Static method in class org.cesiumjs.cs.core.Math
-
The modulo operation that also works for negative dividends.
- mode - Variable in class org.cesiumjs.cs.scene.Scene
-
Gets or sets the current mode of the scene.
- model - Variable in class org.cesiumjs.cs.datasources.Entity
-
A model to associate with this entity.
- model - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
A model to associate with this entity.
- Model - Class in org.cesiumjs.cs.scene
-
A 3D model based on glTF, the runtime asset format for WebGL, OpenGL ES, and OpenGL.
- Model() - Constructor for class org.cesiumjs.cs.scene.Model
-
- Model(ModelOptions) - Constructor for class org.cesiumjs.cs.scene.Model
-
- ModelAnimation - Class in org.cesiumjs.cs.scene
-
An active glTF animation.
- ModelAnimationCollection - Class in org.cesiumjs.cs.collections
-
A collection of active model animations.
- ModelAnimationCollection() - Constructor for class org.cesiumjs.cs.collections.ModelAnimationCollection
-
- ModelAnimationLoop - Class in org.cesiumjs.cs.scene.enums
-
- ModelAnimationOptions - Class in org.cesiumjs.cs.scene.options
-
- ModelAnimationOptions() - Constructor for class org.cesiumjs.cs.scene.options.ModelAnimationOptions
-
- modelCallback - Variable in class org.cesiumjs.cs.Cesium.ExportKmlOptions
-
A callback that will be called with a ModelGraphics instance and should return the URI to use in the KML.
- ModelGraphics - Class in org.cesiumjs.cs.datasources.graphics
-
- ModelGraphics() - Constructor for class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
- ModelGraphics(ModelGraphicsOptions) - Constructor for class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
A 3D model based on glTF, the runtime asset format for WebGL, OpenGL ES, and OpenGL.
- ModelGraphicsOptions - Class in org.cesiumjs.cs.datasources.graphics.options
-
- ModelGraphicsOptions() - Constructor for class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
- ModelMaterial - Class in org.cesiumjs.cs.scene
-
A model's material with modifiable parameters.
- ModelMaterial() - Constructor for class org.cesiumjs.cs.scene.ModelMaterial
-
- modelMatrix - Variable in class org.cesiumjs.cs.collections.BillboardCollection
-
The 4x4 transformation matrix that transforms each billboard in this collection from model to world coordinates.
- modelMatrix - Variable in class org.cesiumjs.cs.collections.ClippingPlaneCollection
-
The 4x4 transformation matrix specifying an additional transform relative to the clipping planes original coordinate
system.
- modelMatrix - Variable in class org.cesiumjs.cs.collections.LabelCollection
-
The 4x4 transformation matrix that transforms each label in this collection from model to world coordinates.
- modelMatrix - Variable in class org.cesiumjs.cs.collections.options.BillboardCollectionOptions
-
The 4x4 transformation matrix that transforms each billboard from model to world coordinates.
- modelMatrix - Variable in class org.cesiumjs.cs.collections.options.ClippingPlaneCollectionOptions
-
The 4x4 transformation matrix specifying an additional transform relative to the clipping planes original coordinate system.
- modelMatrix - Variable in class org.cesiumjs.cs.collections.options.LabelCollectionOptions
-
The 4x4 transformation matrix that transforms each label from model to world coordinates.
- modelMatrix - Variable in class org.cesiumjs.cs.collections.options.PointPrimitiveCollectionOptions
-
The 4x4 transformation matrix that transforms each point from model to world coordinates.
- modelMatrix - Variable in class org.cesiumjs.cs.collections.options.PolylineCollectionOptions
-
The 4x4 transformation matrix that transforms each polyline from model to world coordinates.
- modelMatrix - Variable in class org.cesiumjs.cs.collections.PointPrimitiveCollection
-
The 4x4 transformation matrix that transforms each polyline in this collection from model to world coordinates.
- modelMatrix - Variable in class org.cesiumjs.cs.collections.PolylineCollection
-
The 4x4 transformation matrix that transforms each polyline in this collection from model to world coordinates.
- modelMatrix - Variable in class org.cesiumjs.cs.core.geometry.GeometryInstance
-
The 4x4 transformation matrix that transforms the geometry from model to world coordinates.
- modelMatrix - Variable in class org.cesiumjs.cs.core.options.GeometryInstanceOptions
-
The model matrix that transforms to transform the geometry from model to world coordinates.
- modelMatrix - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
A 4x4 transformation matrix that transforms the tileset's root tile.
- modelMatrix - Variable in class org.cesiumjs.cs.scene.ClassificationPrimitive
-
The 4x4 transformation matrix that transforms the primitive (all geometry instances) from model to world coordinates.
- modelMatrix - Variable in class org.cesiumjs.cs.scene.DebugModelMatrixPrimitive
-
The 4x4 matrix that defines the reference frame, i.e., origin plus axes, to visualize.
- modelMatrix - Variable in class org.cesiumjs.cs.scene.Model
-
The 4x4 transformation matrix that transforms the model from model to world coordinates.
- modelMatrix - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
A 4x4 transformation matrix that transforms the tileset's root tile.
- modelMatrix - Variable in class org.cesiumjs.cs.scene.options.ClassificationPrimitiveOptions
-
The 4x4 transformation matrix that transforms the primitive (all geometry instances) from model to world coordinates.
- modelMatrix - Variable in class org.cesiumjs.cs.scene.options.DebugModelMatrixPrimitiveOptions
-
The 4x4 matrix that defines the reference frame, i.e., origin plus axes, to visualize.
- modelMatrix - Variable in class org.cesiumjs.cs.scene.options.FromGltfOptions
-
The 4x4 transformation matrix that transforms the model from model to world coordinates.
- modelMatrix - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
The 4x4 transformation matrix that transforms the model from model to world coordinates.
- modelMatrix - Variable in class org.cesiumjs.cs.scene.options.PrimitiveOptions
-
The 4x4 transformation matrix that transforms the primitive (all geometry instances) from model to world coordinates.
- modelMatrix - Variable in class org.cesiumjs.cs.scene.options.TimeDynamicPointCloudOptions
-
A 4x4 transformation matrix that transforms the point cloud.
- modelMatrix - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
The 4x4 transformation matrix that transforms the particle system from model to world coordinates.
- modelMatrix - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
The 4x4 transformation matrix that transforms the particle system from model to world coordinates.
- modelMatrix - Variable in class org.cesiumjs.cs.scene.Primitive
-
The 4x4 transformation matrix that transforms the primitive (all geometry instances) from model to world coordinates.
- modelMatrix - Variable in class org.cesiumjs.cs.scene.TimeDynamicPointCloud
-
A 4x4 transformation matrix that transforms the point cloud.
- ModelMesh - Class in org.cesiumjs.cs.scene
-
A model's mesh and its materials.
- ModelMesh() - Constructor for class org.cesiumjs.cs.scene.ModelMesh
-
- ModelNode - Class in org.cesiumjs.cs.scene
-
A model node with a transform for user-defined animations.
- ModelNode() - Constructor for class org.cesiumjs.cs.scene.ModelNode
-
- ModelOptions - Class in org.cesiumjs.cs.scene.options
-
- ModelOptions() - Constructor for class org.cesiumjs.cs.scene.options.ModelOptions
-
- ModelVisualizer - Class in org.cesiumjs.cs.datasources.visualizer
-
- ModelVisualizer(EntityCluster, EntityCollection) - Constructor for class org.cesiumjs.cs.datasources.visualizer.ModelVisualizer
-
- modulePath - Variable in class org.cesiumjs.cs.core.options.WebAssemblyOptions
-
The path of the web assembly JavaScript wrapper module.
- month - Variable in class org.cesiumjs.cs.core.GregorianDate
-
Gets or sets the month as a whole number with range [1, 12].
- MOON() - Static method in class org.cesiumjs.cs.core.Ellipsoid
-
An Ellipsoid instance initialized to a sphere with the lunar radius.
- Moon - Class in org.cesiumjs.cs.scene
-
- Moon() - Constructor for class org.cesiumjs.cs.scene.Moon
-
Draws the Moon in 3D.
- Moon(MoonOptions) - Constructor for class org.cesiumjs.cs.scene.Moon
-
Draws the Moon in 3D.
- moon - Variable in class org.cesiumjs.cs.scene.Scene
-
The Moon
Default: undefined
- MoonOptions - Class in org.cesiumjs.cs.scene.options
-
- MoonOptions() - Constructor for class org.cesiumjs.cs.scene.options.MoonOptions
-
- morphComplete - Variable in class org.cesiumjs.cs.scene.Scene
-
The event fired at the completion of a scene transition.
- MORPHING() - Static method in class org.cesiumjs.cs.scene.enums.SceneMode
-
Morphing between mode, e.g., 3D to 2D.
- morphStart - Variable in class org.cesiumjs.cs.scene.Scene
-
The event fired at the beginning of a scene transition.
- morphTime - Variable in class org.cesiumjs.cs.scene.Scene
-
The current morph transition time between 2D/Columbus View and 3D, with 0.0 being 2D or Columbus View and 1.0 being 3D.
- morphTo2D() - Method in class org.cesiumjs.cs.scene.Scene
-
Asynchronously transitions the scene to 2D.
- morphTo2D(double) - Method in class org.cesiumjs.cs.scene.Scene
-
Asynchronously transitions the scene to 2D.
- morphTo2D - Variable in class org.cesiumjs.cs.widgets.SceneModePickerViewModel
-
Gets the command to morph to 2D.
- morphTo3D() - Method in class org.cesiumjs.cs.scene.Scene
-
Asynchronously transitions the scene to 3D.
- morphTo3D(double) - Method in class org.cesiumjs.cs.scene.Scene
-
Asynchronously transitions the scene to 3D.
- morphTo3D - Variable in class org.cesiumjs.cs.widgets.SceneModePickerViewModel
-
Gets the command to morph to 3D.
- morphToColumbusView() - Method in class org.cesiumjs.cs.scene.Scene
-
Asynchronously transitions the scene to Columbus View.
- morphToColumbusView(double) - Method in class org.cesiumjs.cs.scene.Scene
-
Asynchronously transitions the scene to Columbus View.
- morphToColumbusView - Variable in class org.cesiumjs.cs.widgets.SceneModePickerViewModel
-
Gets the command to morph to Columbus View.
- mostOrthogonalAxis(Cartesian2, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Returns the axis that is most orthogonal to the provided Cartesian.
- mostOrthogonalAxis(Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Returns the axis that is most orthogonal to the provided Cartesian.
- mostOrthogonalAxis(Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Returns the axis that is most orthogonal to the provided Cartesian.
- mostOrthogonalAxis(Cartesian4, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Returns the axis that is most orthogonal to the provided Cartesian.
- MOUSE_MOVE() - Static method in class org.cesiumjs.cs.core.enums.ScreenSpaceEventType
-
Represents a mouse move event.
- MouseClickEvent - Class in org.cesiumjs.cs.core.events
-
- MouseClickEvent() - Constructor for class org.cesiumjs.cs.core.events.MouseClickEvent
-
- MouseDblClickEvent - Class in org.cesiumjs.cs.core.events
-
- MouseDblClickEvent() - Constructor for class org.cesiumjs.cs.core.events.MouseDblClickEvent
-
- MouseDownEvent - Class in org.cesiumjs.cs.core.events
-
- MouseDownEvent() - Constructor for class org.cesiumjs.cs.core.events.MouseDownEvent
-
- mouseEmulationIgnoreMilliseconds - Static variable in class org.cesiumjs.cs.core.ScreenSpaceEventHandler
-
The amount of time, in milliseconds, that mouse events will be disabled after receiving any touch events,
such that any emulated mouse events will be ignored.
- MouseMoveEvent - Class in org.cesiumjs.cs.core.events
-
- MouseMoveEvent() - Constructor for class org.cesiumjs.cs.core.events.MouseMoveEvent
-
- MouseUpEvent - Class in org.cesiumjs.cs.core.events
-
- MouseUpEvent() - Constructor for class org.cesiumjs.cs.core.events.MouseUpEvent
-
- move(Cartesian3) - Method in class org.cesiumjs.cs.scene.Camera
-
Translates the camera's position by amount along direction.
- move(Cartesian3, double) - Method in class org.cesiumjs.cs.scene.Camera
-
Translates the camera's position by amount along direction.
- moveBackward() - Method in class org.cesiumjs.cs.scene.Camera
-
Translates the camera's position by amount along the opposite direction of the camera's view vector.
- moveBackward(double) - Method in class org.cesiumjs.cs.scene.Camera
-
Translates the camera's position by amount along the opposite direction of the camera's view vector.
- moveDown() - Method in class org.cesiumjs.cs.scene.Camera
-
Translates the camera's position by amount along the opposite direction of the camera's up vector.
- moveDown(double) - Method in class org.cesiumjs.cs.scene.Camera
-
Translates the camera's position by amount along the opposite direction of the camera's up vector.
- moveEnd() - Method in class org.cesiumjs.cs.scene.Camera
-
Gets the event that will be raised when the camera has stopped moving.
- moveForward() - Method in class org.cesiumjs.cs.scene.Camera
-
Translates the camera's position by amount along the camera's view vector.
- moveForward(double) - Method in class org.cesiumjs.cs.scene.Camera
-
Translates the camera's position by amount along the camera's view vector.
- moveLeft() - Method in class org.cesiumjs.cs.scene.Camera
-
Translates the camera's position by amount along the opposite direction of the camera's right vector.
- moveLeft(double) - Method in class org.cesiumjs.cs.scene.Camera
-
Translates the camera's position by amount along the opposite direction of the camera's right vector.
- moveRight() - Method in class org.cesiumjs.cs.scene.Camera
-
Translates the camera's position by amount along the camera's right vector.
- moveRight(double) - Method in class org.cesiumjs.cs.scene.Camera
-
Translates the camera's position by amount along the camera's right vector.
- moveStart() - Method in class org.cesiumjs.cs.scene.Camera
-
Gets the event that will be raised at when the camera starts to move.
- moveUp() - Method in class org.cesiumjs.cs.scene.Camera
-
Translates the camera's position by amount along the camera's up vector.
- moveUp(double) - Method in class org.cesiumjs.cs.scene.Camera
-
Translates the camera's position by amount along the camera's up vector.
- multiplier - Variable in class org.cesiumjs.cs.core.Clock
-
Gets or sets how much time advances when
Clock.tick()
is called.
- multiplier - Variable in class org.cesiumjs.cs.core.options.ClockOptions
-
Determines how much time advances when Clock#tick is called, negative values allow for advancing backwards.
- multiplier - Variable in class org.cesiumjs.cs.datasources.DataSourceClock
-
Gets or sets the desired clock multiplier.
- multiplier() - Method in class org.cesiumjs.cs.scene.ModelAnimation
-
Values greater than 1.0 increase the speed that the animation is played relative to the scene clock speed;
values less than 1.0 decrease the speed.
- multiplier - Variable in class org.cesiumjs.cs.scene.options.ModelAnimationOptions
-
Values greater than 1.0 increase the speed that the animation is played relative to the scene clock speed;
values less than 1.0 decrease the speed.
- multiplier - Variable in class org.cesiumjs.cs.widgets.ClockViewModel
-
Gets or sets the clock multiplier.
- multiplierLabel - Variable in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Gets the string representation of the current multiplier.
- multiply(Color, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Computes the componentwise product of two Colors.
- multiply(Color, Color, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Computes the componentwise product of two Colors.
- multiply(Matrix2, Matrix2, Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Computes the product of two matrices.
- multiply(Matrix3, Matrix3, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes the product of two matrices.
- multiply(Matrix4, Matrix4, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes the product of two matrices.
- multiply(Quaternion, Quaternion, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes the product of two quaternions.
- multiplyByMatrix3(Matrix4, Matrix3, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Multiplies a transformation matrix (with a bottom row of [0.0, 0.0, 0.0, 1.0]) by a 3x3 rotation matrix.
- multiplyByPoint(Matrix4, Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes the product of a matrix and a Cartesian3.
- multiplyByPointAsVector(Matrix4, Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes the product of a matrix and a Cartesian3.
- multiplyByScalar(Cartesian2, double, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Multiplies the provided Cartesian componentwise by the provided scalar.
- multiplyByScalar(Cartesian3, double, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Multiplies the provided Cartesian componentwise by the provided scalar.
- multiplyByScalar(Cartesian4, double) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Multiplies the provided Cartesian componentwise by the provided scalar.
- multiplyByScalar(Cartesian4, double, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Multiplies the provided Cartesian componentwise by the provided scalar.
- multiplyByScalar(Color, double) - Static method in class org.cesiumjs.cs.core.Color
-
Multiplies the provided Color componentwise by the provided scalar.
- multiplyByScalar(Color, double, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Multiplies the provided Color componentwise by the provided scalar.
- multiplyByScalar(Matrix2, double, Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Computes the product of a matrix and a scalar.
- multiplyByScalar(Matrix3, double, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes the product of a matrix and a scalar.
- multiplyByScalar(Matrix4, double, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes the product of a matrix and a scalar.
- multiplyByScalar(Quaternion, double, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Multiplies the provided quaternion componentwise by the provided scalar.
- multiplyByScale(Matrix2, Cartesian2, Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Computes the product of a matrix times a (non-uniform) scale, as if the scale were a scale matrix.
- multiplyByScale(Matrix3, Cartesian3, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes the product of a matrix times a (non-uniform) scale, as if the scale were a scale matrix.
- multiplyByScale(Matrix4, Cartesian3, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes the product of a matrix times a (non-uniform) scale, as if the scale were a scale matrix.
- multiplyByTranslation(Matrix4, Cartesian3, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Multiplies a transformation matrix (with a bottom row of [0.0, 0.0, 0.0, 1.0]) by an implicit translation matrix
defined by a Cartesian3.
- multiplyByUniformScale(Matrix4, double, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Multiplies an affine transformation matrix (with a bottom row of [0.0, 0.0, 0.0, 1.0]) by an implicit uniform scale matrix.
- multiplyByVector(Matrix2, Cartesian2, Cartesian2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Computes the product of a matrix and a column vector.
- multiplyByVector(Matrix3, Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes the product of a matrix and a column vector.
- multiplyByVector(Matrix4, Cartesian4, Cartesian4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes the product of a matrix and a column vector.
- multiplyComponents(Cartesian2, Cartesian2, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Computes the componentwise product of two Cartesians.
- multiplyComponents(Cartesian3, Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Computes the componentwise product of two Cartesians.
- multiplyComponents(Cartesian4, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Computes the componentwise product of two Cartesians.
- multiplyComponents(Cartesian4, Cartesian4, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Computes the componentwise product of two Cartesians.
- multiplyTransformation(Matrix4, Matrix4, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes the product of two matrices assuming the matrices are affine transformation matrices,
where the upper left 3x3 elements are a rotation matrix, and the upper three elements in the fourth column are the translation.
- Occluder - Class in org.cesiumjs.cs.core
-
- Occluder(BoundingSphere, Cartesian3) - Constructor for class org.cesiumjs.cs.core.Occluder
-
Creates an Occluder derived from an object's position and radius, as well as the camera position.
- oceanNormalMapUrl - Variable in class org.cesiumjs.cs.scene.Globe
-
The normal map to use for rendering waves in the ocean.
- oddColor - Variable in class org.cesiumjs.cs.datasources.properties.CheckerboardMaterialProperty
-
A Property specifying the second Color.
- oddColor - Variable in class org.cesiumjs.cs.datasources.properties.options.CheckerboardMaterialPropertyOptions
-
A Property specifying the second Color.
- oddColor - Variable in class org.cesiumjs.cs.datasources.properties.options.StripeMaterialPropertyOptions
-
A Property specifying the second Color.
- oddColor - Variable in class org.cesiumjs.cs.datasources.properties.StripeMaterialProperty
-
Gets or sets the Property specifying the second Color.
- offset - Variable in class org.cesiumjs.cs.core.LeapSecond
-
Gets or sets the cumulative number of seconds between the UTC and TAI time standards at the time of this leap second.
- offset - Variable in class org.cesiumjs.cs.core.providers.options.GeoserverTerrainProviderOptions
-
offset of the tiles (in meters)
- offset - Variable in class org.cesiumjs.cs.datasources.properties.options.StripeMaterialPropertyOptions
-
A numeric Property specifying how far into the pattern to start the material.
- offset - Variable in class org.cesiumjs.cs.datasources.properties.StripeMaterialProperty
-
Gets or sets the numeric Property specifying the point into the pattern to begin drawing; with 0.0 being the
beginning of the even color, 1.0 the beginning of the odd color, 2.0 being the even color again,
and any multiple or fractional values being in between.
- offset - Variable in class org.cesiumjs.cs.scene.options.CameraFlyToOptions
-
The offset from the target in the local east-north-up reference frame centered at the target.
- offset - Variable in class org.cesiumjs.cs.widgets.options.FlyToOptions
-
The offset from the target in the local east-north-up reference frame centered at the target.
- OLDLACE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FDF5E6
- OLIVE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #808000
- OLIVEDRAB() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #6B8E23
- on() - Method in interface org.cesiumjs.cs.scene.Camera.FlightCancelledCallback
-
A function that will execute when a flight is cancelled.
- on() - Method in interface org.cesiumjs.cs.scene.Camera.FlightCompleteCallback
-
A function that will execute when a flight completes.
- onDraw(DrawInteraction.Event) - Method in interface org.cesiumjs.cs.scene.interaction.DrawInteraction.Listener
-
- ONE_OVER_PI() - Static method in class org.cesiumjs.cs.core.Math
-
1/pi
- ONE_OVER_TWO_PI() - Static method in class org.cesiumjs.cs.core.Math
-
1/2pi
- oneOverRadii() - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Gets one over the radii of the ellipsoid.
- oneOverRadiiSquared() - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Gets one over the squared radii of the ellipsoid.
- onFulfilled(V) - Method in interface org.cesiumjs.cs.promise.Fulfill
-
- onload - Variable in class org.cesiumjs.cs.js.JsImage
-
- onlySunLighting - Variable in class org.cesiumjs.cs.scene.Moon
-
Use the sun as the only light source.
- onlySunLighting - Variable in class org.cesiumjs.cs.scene.options.MoonOptions
-
Use the sun as the only light source.
- onModuleLoad() - Method in class org.cesiumjs.cs.CesiumEntryPoint
-
- onRejected(E) - Method in interface org.cesiumjs.cs.promise.Reject
-
- onTerrain() - Method in class org.cesiumjs.cs.datasources.updater.EllipseGeometryUpdater
-
Gets a value indicating if the geometry should be drawn on terrain.
- onTerrain() - Method in class org.cesiumjs.cs.datasources.updater.PolygonGeometryUpdater
-
Gets a value indicating if the geometry should be drawn on terrain.
- onTerrain() - Method in class org.cesiumjs.cs.datasources.updater.RectangleGeometryUpdater
-
Gets a value indicating if the geometry should be drawn on terrain.
- onTick - Variable in class org.cesiumjs.cs.core.Clock
-
- OPAQUE() - Static method in class org.cesiumjs.cs.scene.enums.BlendOption
-
The billboards, points, or labels in the collection are completely opaque.
- OPAQUE_AND_TRANSLUCENT() - Static method in class org.cesiumjs.cs.scene.enums.BlendOption
-
The billboards, points, or labels in the collection are both opaque and translucent.
- OpenCageGeocoderService - Class in org.cesiumjs.cs.core
-
Provides geocoding via a
OpenCage server.
- OpenCageGeocoderService(String, String) - Constructor for class org.cesiumjs.cs.core.OpenCageGeocoderService
-
- OpenCageGeocoderService(String, String, OpenCageGeocoderServiceOptions) - Constructor for class org.cesiumjs.cs.core.OpenCageGeocoderService
-
- OpenCageGeocoderService(Resource, String) - Constructor for class org.cesiumjs.cs.core.OpenCageGeocoderService
-
- OpenCageGeocoderService(Resource, String, OpenCageGeocoderServiceOptions) - Constructor for class org.cesiumjs.cs.core.OpenCageGeocoderService
-
- OpenCageGeocoderServiceOptions - Class in org.cesiumjs.cs.core.options
-
- OpenCageGeocoderServiceOptions() - Constructor for class org.cesiumjs.cs.core.options.OpenCageGeocoderServiceOptions
-
- OpenStreetMapImageryProviderOptions - Class in org.cesiumjs.cs.scene.providers.options
-
- OpenStreetMapImageryProviderOptions() - Constructor for class org.cesiumjs.cs.scene.providers.options.OpenStreetMapImageryProviderOptions
-
- optimizationVisible - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to show the optimization info section.
- options() - Method in class org.cesiumjs.cs.core.Resource
-
Asynchronously gets options the given resource.
- options(ResourceHttpOptions) - Method in class org.cesiumjs.cs.core.Resource
-
Asynchronously gets options the given resource.
- options - Variable in class org.cesiumjs.cs.scene.interaction.AbstractPrimitive
-
- ORANGE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FFA500
- ORANGERED() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FF4500
- ORCHID() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #DA70D6
- orderIndependentTranslucency - Variable in class org.cesiumjs.cs.scene.options.SceneOptions
-
If true and the configuration supports it, use order independent translucency.
- orderIndependentTranslucency() - Method in class org.cesiumjs.cs.scene.Scene
-
Gets whether or not the scene has order independent translucency enabled.
- orderIndependentTranslucency - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
If true and the configuration supports it, use order independent translucency.
- ORDNANCE_SURVEY() - Static method in class org.cesiumjs.cs.scene.providers.BingMapsStyle
-
Ordnance Survey imagery
- org.cesiumjs.cs - package org.cesiumjs.cs
-
- org.cesiumjs.cs.collections - package org.cesiumjs.cs.collections
-
- org.cesiumjs.cs.collections.options - package org.cesiumjs.cs.collections.options
-
- org.cesiumjs.cs.core - package org.cesiumjs.cs.core
-
- org.cesiumjs.cs.core.enums - package org.cesiumjs.cs.core.enums
-
- org.cesiumjs.cs.core.events - package org.cesiumjs.cs.core.events
-
- org.cesiumjs.cs.core.geometry - package org.cesiumjs.cs.core.geometry
-
- org.cesiumjs.cs.core.geometry.options - package org.cesiumjs.cs.core.geometry.options
-
- org.cesiumjs.cs.core.interpolation - package org.cesiumjs.cs.core.interpolation
-
- org.cesiumjs.cs.core.options - package org.cesiumjs.cs.core.options
-
- org.cesiumjs.cs.core.projection - package org.cesiumjs.cs.core.projection
-
- org.cesiumjs.cs.core.providers - package org.cesiumjs.cs.core.providers
-
- org.cesiumjs.cs.core.providers.options - package org.cesiumjs.cs.core.providers.options
-
- org.cesiumjs.cs.datasources - package org.cesiumjs.cs.datasources
-
- org.cesiumjs.cs.datasources.graphics - package org.cesiumjs.cs.datasources.graphics
-
- org.cesiumjs.cs.datasources.graphics.options - package org.cesiumjs.cs.datasources.graphics.options
-
- org.cesiumjs.cs.datasources.options - package org.cesiumjs.cs.datasources.options
-
- org.cesiumjs.cs.datasources.properties - package org.cesiumjs.cs.datasources.properties
-
- org.cesiumjs.cs.datasources.properties.options - package org.cesiumjs.cs.datasources.properties.options
-
- org.cesiumjs.cs.datasources.updater - package org.cesiumjs.cs.datasources.updater
-
- org.cesiumjs.cs.datasources.visualizer - package org.cesiumjs.cs.datasources.visualizer
-
- org.cesiumjs.cs.js - package org.cesiumjs.cs.js
-
- org.cesiumjs.cs.promise - package org.cesiumjs.cs.promise
-
- org.cesiumjs.cs.scene - package org.cesiumjs.cs.scene
-
- org.cesiumjs.cs.scene.apperances - package org.cesiumjs.cs.scene.apperances
-
- org.cesiumjs.cs.scene.apperances.options - package org.cesiumjs.cs.scene.apperances.options
-
- org.cesiumjs.cs.scene.emitters - package org.cesiumjs.cs.scene.emitters
-
- org.cesiumjs.cs.scene.enums - package org.cesiumjs.cs.scene.enums
-
- org.cesiumjs.cs.scene.interaction - package org.cesiumjs.cs.scene.interaction
-
- org.cesiumjs.cs.scene.interaction.options - package org.cesiumjs.cs.scene.interaction.options
-
- org.cesiumjs.cs.scene.options - package org.cesiumjs.cs.scene.options
-
- org.cesiumjs.cs.scene.particle - package org.cesiumjs.cs.scene.particle
-
- org.cesiumjs.cs.scene.particle.options - package org.cesiumjs.cs.scene.particle.options
-
- org.cesiumjs.cs.scene.providers - package org.cesiumjs.cs.scene.providers
-
- org.cesiumjs.cs.scene.providers.options - package org.cesiumjs.cs.scene.providers.options
-
- org.cesiumjs.cs.widgets - package org.cesiumjs.cs.widgets
-
- org.cesiumjs.cs.widgets.options - package org.cesiumjs.cs.widgets.options
-
- org.cesiumjs.linker - package org.cesiumjs.linker
-
- orientation - Variable in class org.cesiumjs.cs.core.geometry.options.FrustumOutlineGeometryOptions
-
The orientation of the frustum.
- orientation - Variable in class org.cesiumjs.cs.datasources.Entity
-
A Property specifying the entity orientation.
- orientation - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
A Property specifying the entity orientation.
- orientation - Variable in class org.cesiumjs.cs.datasources.properties.StripeMaterialProperty
-
- orientation - Variable in class org.cesiumjs.cs.scene.options.CameraFlyToOptions
-
An object that contains either direction and up properties or heading, pith and roll properties.
- orientation - Variable in class org.cesiumjs.cs.scene.options.ViewOptions
-
An object that contains either direction and up properties or heading, pith and roll properties.
- OrientedBoundingBox - Class in org.cesiumjs.cs.core
-
- OrientedBoundingBox() - Constructor for class org.cesiumjs.cs.core.OrientedBoundingBox
-
Creates an instance of an OrientedBoundingBox.
- OrientedBoundingBox(Cartesian3, Matrix3) - Constructor for class org.cesiumjs.cs.core.OrientedBoundingBox
-
Creates an instance of an OrientedBoundingBox.
- origin - Variable in class org.cesiumjs.cs.core.geometry.options.FrustumOutlineGeometryOptions
-
The origin of the frustum.
- origin - Variable in class org.cesiumjs.cs.core.Ray
-
The origin of the ray.
- ORIGIN_XY_PLANE() - Static method in class org.cesiumjs.cs.core.Plane
-
A constant initialized to the XY plane passing through the origin, with normal in positive Z.
- ORIGIN_YZ_PLANE() - Static method in class org.cesiumjs.cs.core.Plane
-
A constant initialized to the YZ plane passing through the origin, with normal in positive X.
- ORIGIN_ZX_PLANE() - Static method in class org.cesiumjs.cs.core.Plane
-
A constant initialized to the ZX plane passing through the origin, with normal in positive Y.
- OrthographicFrustum - Class in org.cesiumjs.cs.core
-
- OrthographicFrustum() - Constructor for class org.cesiumjs.cs.core.OrthographicFrustum
-
The viewing frustum is defined by 6 planes.
- OrthographicOffCenterFrustum - Class in org.cesiumjs.cs.core
-
The viewing frustum is defined by 6 planes.
- OrthographicOffCenterFrustum() - Constructor for class org.cesiumjs.cs.core.OrthographicOffCenterFrustum
-
- OTHER() - Static method in class org.cesiumjs.cs.core.enums.RequestType
-
Other request.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.BoxGraphics
-
Gets or sets the Property specifying whether the box is outlined.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
A boolean Property specifying whether the corridor is outlined.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.CylinderGraphics
-
A boolean Property specifying whether the cylinder is outlined.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
A boolean Property specifying whether the ellipse is outlined.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.EllipsoidGraphics
-
A boolean Property specifying whether the ellipsoid is outlined.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.options.BoxGraphicsOptions
-
A boolean Property specifying whether the box is outlined.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.options.CorridorGraphicsOptions
-
A boolean Property specifying whether the corridor is outlined.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.options.CylinderGraphicsOptions
-
A boolean Property specifying whether the cylinder is outlined.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipseGraphicsOptions
-
A boolean Property specifying whether the ellipse is outlined.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipsoidGraphicsOptions
-
A boolean Property specifying whether the ellipsoid is outlined.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.options.PlaneGraphicsOptions
-
A boolean Property specifying whether the plane is outlined.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
A boolean Property specifying whether the polygon is outlined.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineVolumeGraphicsOptions
-
A boolean Property specifying whether the volume is outlined.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.options.RectangleGraphicsOptions
-
A boolean Property specifying whether the rectangle is outlined.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.options.WallGraphicsOptions
-
A boolean Property specifying whether the wall is outlined.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.PlaneGraphics
-
A boolean Property specifying whether the plane is outlined.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
A boolean Property specifying whether the polygon is outlined.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineVolumeGraphics
-
A boolean Property specifying whether the volume is outlined.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Gets or sets the Property specifying whether the rectangle is outlined.
- outline - Variable in class org.cesiumjs.cs.datasources.graphics.WallGraphics
-
A boolean Property specifying whether the wall is outlined.
- OUTLINE() - Static method in class org.cesiumjs.cs.scene.enums.LabelStyle
-
Outline the text of the label, but do not fill.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.BoxGraphics
-
Gets or sets the Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.CylinderGraphics
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.EllipsoidGraphics
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
A Property specifying the outline Color.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.options.BoxGraphicsOptions
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.options.CorridorGraphicsOptions
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.options.CylinderGraphicsOptions
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipseGraphicsOptions
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipsoidGraphicsOptions
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.options.LabelGraphicsOptions
-
A Property specifying the outline Color.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.options.PlaneGraphicsOptions
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.options.PointGraphicsOptions
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineVolumeGraphicsOptions
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.options.RectangleGraphicsOptions
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.options.WallGraphicsOptions
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.PlaneGraphics
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.PointGraphics
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineVolumeGraphics
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Gets or sets the Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.graphics.WallGraphics
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.properties.options.PolylineOutlineMaterialPropertyOptions
-
A Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.datasources.properties.PolylineOutlineMaterialProperty
-
Gets or sets the Property specifying the Color of the outline.
- outlineColor - Variable in class org.cesiumjs.cs.scene.interaction.options.AbstractPrimitiveOptions
-
- outlineColor - Variable in class org.cesiumjs.cs.scene.Label
-
Gets or sets the outline color of this label.
- outlineColor - Variable in class org.cesiumjs.cs.scene.options.LabelOptions
-
Gets or sets the outline color of this label.
- outlineColor - Variable in class org.cesiumjs.cs.scene.options.PointPrimitiveOptions
-
Gets or sets the outline color of the point.
- outlineColor - Variable in class org.cesiumjs.cs.scene.PointPrimitive
-
Gets or sets the outline color of the point.
- outlineColorProperty() - Method in class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
Gets the Color property for the geometry outline.
- outlineEnabled() - Method in class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
Gets a value indicating if the geometry has an outline component.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.BoxGraphics
-
Gets or sets the numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
A numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.CylinderGraphics
-
A numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
A numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.EllipsoidGraphics
-
A numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
A numeric Property specifying the outline width.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.options.BoxGraphicsOptions
-
A numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.options.CorridorGraphicsOptions
-
A numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.options.CylinderGraphicsOptions
-
A numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipseGraphicsOptions
-
A numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipsoidGraphicsOptions
-
A numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.options.LabelGraphicsOptions
-
A numeric Property specifying the outline width.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.options.PlaneGraphicsOptions
-
A numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.options.PointGraphicsOptions
-
A numeric Property specifying the the outline width in pixels.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
A numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineVolumeGraphicsOptions
-
A numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.options.RectangleGraphicsOptions
-
A numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.options.WallGraphicsOptions
-
A numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.PlaneGraphics
-
A numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.PointGraphics
-
A numeric Property specifying the the outline width in pixels.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
A numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineVolumeGraphics
-
A numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Gets or sets the numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.graphics.WallGraphics
-
A numeric Property specifying the width of the outline.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.properties.options.PolylineOutlineMaterialPropertyOptions
-
A numeric Property specifying the width of the outline, in pixels.
- outlineWidth - Variable in class org.cesiumjs.cs.datasources.properties.PolylineOutlineMaterialProperty
-
Gets or sets the numeric Property specifying the width of the outline.
- outlineWidth() - Method in class org.cesiumjs.cs.datasources.updater.GeometryUpdater
-
Gets the constant with of the geometry outline, in pixels.
- outlineWidth - Variable in class org.cesiumjs.cs.scene.interaction.options.AbstractPrimitiveOptions
-
- outlineWidth - Variable in class org.cesiumjs.cs.scene.Label
-
Gets or sets the outline width of this label.
- outlineWidth - Variable in class org.cesiumjs.cs.scene.options.LabelOptions
-
Get or sets the outline width of this label
- outlineWidth - Variable in class org.cesiumjs.cs.scene.options.PointPrimitiveOptions
-
Gets or sets the outline width in pixels.
- outlineWidth - Variable in class org.cesiumjs.cs.scene.PointPrimitive
-
Gets or sets the outline width in pixels.
- OUTSIDE() - Static method in class org.cesiumjs.cs.core.enums.Intersect
-
Represents that an object is not contained within the frustum.
- overrideMimeType - Variable in class org.cesiumjs.cs.core.options.ResourceHttpOptions
-
Overrides the MIME type returned by the server.
- overrideMimeType - Variable in class org.cesiumjs.cs.core.options.ResourcePutOptions
-
Overrides the MIME type returned by the server.
- owner() - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Gets the owner of this entity collection, ie. the data source or composite entity collection which created it.
- owner() - Method in class org.cesiumjs.cs.collections.EntityCollection
-
Gets the owner of this entity collection, ie. the data source or composite entity collection which created it.
- pack(BoundingRectangle, double[]) - Static method in class org.cesiumjs.cs.core.BoundingRectangle
-
Stores the provided instance into the provided array.
- pack(BoundingRectangle, double[], int) - Static method in class org.cesiumjs.cs.core.BoundingRectangle
-
Stores the provided instance into the provided array.
- pack(BoundingSphere, double[]) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Stores the provided instance into the provided array.
- pack(BoundingSphere, double[], int) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Stores the provided instance into the provided array.
- pack(Cartesian2, JsArrayNumber, int) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Stores the provided instance into the provided array.
- pack(Cartesian3, JsArrayNumber, int) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Stores the provided instance into the provided array.
- pack(Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Stores the provided instance into the provided array.
- pack(Cartesian4, double[], int) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Stores the provided instance into the provided array.
- pack(Color) - Static method in class org.cesiumjs.cs.core.Color
-
Stores the provided instance into the provided array.
- pack(Color, double[]) - Static method in class org.cesiumjs.cs.core.Color
-
Stores the provided instance into the provided array.
- pack(Color, double[], int) - Static method in class org.cesiumjs.cs.core.Color
-
Stores the provided instance into the provided array.
- pack(Ellipsoid, double[]) - Static method in class org.cesiumjs.cs.core.Ellipsoid
-
Stores the provided instance into the provided array.
- pack(Ellipsoid, double[], int) - Static method in class org.cesiumjs.cs.core.Ellipsoid
-
Stores the provided instance into the provided array.
- pack(BoxGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.BoxGeometry
-
Stores the provided instance into the provided array.
- pack(BoxGeometry, double[], Integer) - Static method in class org.cesiumjs.cs.core.geometry.BoxGeometry
-
Stores the provided instance into the provided array.
- pack(BoxOutlineGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.BoxOutlineGeometry
-
Stores the provided instance into the provided array.
- pack(BoxOutlineGeometry, double[], Integer) - Static method in class org.cesiumjs.cs.core.geometry.BoxOutlineGeometry
-
Stores the provided instance into the provided array.
- pack(CircleGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.CircleGeometry
-
Stores the provided instance into the provided array.
- pack(CircleGeometry, double[], int) - Static method in class org.cesiumjs.cs.core.geometry.CircleGeometry
-
Stores the provided instance into the provided array.
- pack(CircleOutlineGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.CircleOutlineGeometry
-
Stores the provided instance into the provided array.
- pack(CircleOutlineGeometry, double[], int) - Static method in class org.cesiumjs.cs.core.geometry.CircleOutlineGeometry
-
Stores the provided instance into the provided array.
- pack(CorridorGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.CorridorGeometry
-
Stores the provided instance into the provided array.
- pack(CorridorGeometry, double[], int) - Static method in class org.cesiumjs.cs.core.geometry.CorridorGeometry
-
Stores the provided instance into the provided array.
- pack(CorridorOutlineGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.CorridorOutlineGeometry
-
Stores the provided instance into the provided array.
- pack(CorridorOutlineGeometry, double[], int) - Static method in class org.cesiumjs.cs.core.geometry.CorridorOutlineGeometry
-
Stores the provided instance into the provided array.
- pack(EllipseGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.EllipseGeometry
-
Stores the provided instance into the provided array.
- pack(EllipseGeometry, double[], int) - Static method in class org.cesiumjs.cs.core.geometry.EllipseGeometry
-
Stores the provided instance into the provided array.
- pack(EllipseOutlineGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.EllipseOutlineGeometry
-
Stores the provided instance into the provided array.
- pack(EllipseOutlineGeometry, double[], int) - Static method in class org.cesiumjs.cs.core.geometry.EllipseOutlineGeometry
-
Stores the provided instance into the provided array.
- pack(EllipsoidGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.EllipsoidGeometry
-
Stores the provided instance into the provided array.
- pack(EllipsoidGeometry, double[], int) - Static method in class org.cesiumjs.cs.core.geometry.EllipsoidGeometry
-
Stores the provided instance into the provided array.
- pack(EllipsoidOutlineGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.EllipsoidOutlineGeometry
-
Stores the provided instance into the provided array.
- pack(EllipsoidOutlineGeometry, double[], int) - Static method in class org.cesiumjs.cs.core.geometry.EllipsoidOutlineGeometry
-
Stores the provided instance into the provided array.
- pack(FrustumGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.FrustumGeometry
-
Stores the provided instance into the provided array.
- pack(FrustumGeometry, double[], int) - Static method in class org.cesiumjs.cs.core.geometry.FrustumGeometry
-
Stores the provided instance into the provided array.
- pack(FrustumOutlineGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.FrustumOutlineGeometry
-
Stores the provided instance into the provided array.
- pack(FrustumOutlineGeometry, double[], int) - Static method in class org.cesiumjs.cs.core.geometry.FrustumOutlineGeometry
-
Stores the provided instance into the provided array.
- pack(PolygonGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.GroundPolylineGeometry
-
Stores the provided instance into the provided array.
- pack(PolygonGeometry, double[], int) - Static method in class org.cesiumjs.cs.core.geometry.GroundPolylineGeometry
-
Stores the provided instance into the provided array.
- pack(PolygonGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.PolygonGeometry
-
Stores the provided instance into the provided array.
- pack(PolygonGeometry, double[], int) - Static method in class org.cesiumjs.cs.core.geometry.PolygonGeometry
-
Stores the provided instance into the provided array.
- pack(PolygonOutlineGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.PolygonOutlineGeometry
-
Stores the provided instance into the provided array.
- pack(PolygonOutlineGeometry, double[], int) - Static method in class org.cesiumjs.cs.core.geometry.PolygonOutlineGeometry
-
Stores the provided instance into the provided array.
- pack(PolylineGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.PolylineGeometry
-
Stores the provided instance into the provided array.
- pack(PolylineGeometry, double[], int) - Static method in class org.cesiumjs.cs.core.geometry.PolylineGeometry
-
Stores the provided instance into the provided array.
- pack(RectangleGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.RectangleGeometry
-
Stores the provided instance into the provided array.
- pack(RectangleGeometry, double[], Integer) - Static method in class org.cesiumjs.cs.core.geometry.RectangleGeometry
-
Stores the provided instance into the provided array.
- pack(RectangleOutlineGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.RectangleOutlineGeometry
-
Stores the provided instance into the provided array.
- pack(RectangleOutlineGeometry, double[], Integer) - Static method in class org.cesiumjs.cs.core.geometry.RectangleOutlineGeometry
-
Stores the provided instance into the provided array.
- pack(SimplePolylineGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.SimplePolylineGeometry
-
Stores the provided instance into the provided array.
- pack(SimplePolylineGeometry, double[], int) - Static method in class org.cesiumjs.cs.core.geometry.SimplePolylineGeometry
-
Stores the provided instance into the provided array.
- pack(WallGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.WallGeometry
-
Stores the provided instance into the provided array.
- pack(WallGeometry, double[], int) - Static method in class org.cesiumjs.cs.core.geometry.WallGeometry
-
Stores the provided instance into the provided array.
- pack(WallOutlineGeometry, double[]) - Static method in class org.cesiumjs.cs.core.geometry.WallOutlineGeometry
-
Stores the provided instance into the provided array.
- pack(WallOutlineGeometry, double[], int) - Static method in class org.cesiumjs.cs.core.geometry.WallOutlineGeometry
-
Stores the provided instance into the provided array.
- pack(Matrix2, double[]) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Stores the provided instance into the provided array.
- pack(Matrix2, double[], int) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Stores the provided instance into the provided array.
- pack(Matrix3, double[]) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Stores the provided instance into the provided array.
- pack(Matrix3, double[], int) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Stores the provided instance into the provided array.
- pack(Matrix4, double[]) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Stores the provided instance into the provided array.
- pack(Matrix4, double[], int) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Stores the provided instance into the provided array.
- pack(NearFarScalar, double[]) - Method in class org.cesiumjs.cs.core.NearFarScalar
-
Stores the provided instance into the provided array.
- pack(NearFarScalar, double[], int) - Method in class org.cesiumjs.cs.core.NearFarScalar
-
Stores the provided instance into the provided array.
- pack(OrientedBoundingBox, double[]) - Static method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
Stores the provided instance into the provided array.
- pack(OrientedBoundingBox, double[], int) - Static method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
Stores the provided instance into the provided array.
- pack(Quaternion, double[]) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Stores the provided instance into the provided array.
- pack(Quaternion, double[], int) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Stores the provided instance into the provided array.
- pack(Rectangle, double[]) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Stores the provided instance into the provided array.
- pack(Rectangle, double[], int) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Stores the provided instance into the provided array.
- pack(VertexFormat, double[]) - Static method in class org.cesiumjs.cs.core.VertexFormat
-
Stores the provided instance into the provided array.
- pack(VertexFormat, double[], int) - Static method in class org.cesiumjs.cs.core.VertexFormat
-
Stores the provided instance into the provided array.
- Packable - Interface in org.cesiumjs.cs.core
-
- PackableForInterpolation - Class in org.cesiumjs.cs.core
-
- packArray(Cartesian2[], JsArrayNumber) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Flattens an array of Cartesian2s into and array of components.
- packArray(Cartesian3[], JsArrayNumber) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Flattens an array of Cartesian3s into and array of components.
- packArray(Cartesian4[]) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Flattens an array of Cartesian4s into and array of components.
- packArray(Cartesian4[], double[]) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Flattens an array of Cartesian4s into and array of components.
- packedInterpolationLength - Static variable in class org.cesiumjs.cs.core.PackableForInterpolation
-
The number of elements used to store the object into an array in its interpolatable form.
- packedInterpolationLength - Static variable in class org.cesiumjs.cs.core.Quaternion
-
The number of elements used to store the object into an array in its interpolatable form.
- packedLength() - Static method in class org.cesiumjs.cs.core.BoundingRectangle
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.Cartesian2
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.Cartesian3
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.Cartesian4
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.Color
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.Ellipsoid
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.geometry.BoxGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.geometry.BoxOutlineGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.geometry.CircleGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.geometry.CircleOutlineGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Variable in class org.cesiumjs.cs.core.geometry.CoplanarPolygonGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Variable in class org.cesiumjs.cs.core.geometry.CoplanarPolygonOutlineGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.geometry.CorridorGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.geometry.CorridorOutlineGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.geometry.EllipseGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.geometry.EllipseOutlineGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.geometry.EllipsoidGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.geometry.EllipsoidOutlineGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Variable in class org.cesiumjs.cs.core.geometry.FrustumGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Variable in class org.cesiumjs.cs.core.geometry.FrustumOutlineGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Variable in class org.cesiumjs.cs.core.geometry.PolygonGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Variable in class org.cesiumjs.cs.core.geometry.PolygonOutlineGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Variable in class org.cesiumjs.cs.core.geometry.PolylineGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.geometry.RectangleGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.geometry.RectangleOutlineGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.geometry.SimplePolylineGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.geometry.WallGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.geometry.WallOutlineGeometry
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.Matrix2
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.Matrix3
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.Matrix4
-
The number of elements used to pack the object into an array.
- packedLength() - Static method in class org.cesiumjs.cs.core.NearFarScalar
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.Quaternion
-
The number of elements used to pack the object into an array.
- packedLength - Static variable in class org.cesiumjs.cs.core.Rectangle
-
The number of elements used to pack the object into an array.
- packedLength() - Static method in class org.cesiumjs.cs.core.VertexFormat
-
The number of elements used to pack the object into an array.
- PALEGOLDENROD() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #EEE8AA
- PALEGREEN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #98FB98
- PALETURQUOISE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #AFEEEE
- PALEVIOLETRED() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #DB7093
- PAPAYAWHIP() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FFEFD5
- parameters - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapServiceImageryProviderOptions
-
Additional parameters to pass to the WMS server in the GetMap URL.
- parent - Variable in class org.cesiumjs.cs.datasources.Entity
-
A parent entity to associate with this entity.
- parent - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
A parent entity to associate with this entity.
- parent() - Method in class org.cesiumjs.cs.scene.Cesium3DTile
-
This tile's parent or undefined if this tile is the root.
- parse(String) - Static method in class org.cesiumjs.cs.js.JsDate
-
Parses a string representation of a date and returns the number of milliseconds since 1 January,
1970, 00:00:00, UTC, with leap seconds ignored.
- parse(String) - Static method in class org.cesiumjs.cs.js.JsJSON
-
- PARTIAL() - Static method in class org.cesiumjs.cs.core.enums.Visibility
-
Represents that part, but not all, of an object is visible
- Particle - Class in org.cesiumjs.cs.scene.particle
-
- Particle(ParticleOptions) - Constructor for class org.cesiumjs.cs.scene.particle.Particle
-
- ParticleBurst - Class in org.cesiumjs.cs.scene.particle
-
- ParticleBurst() - Constructor for class org.cesiumjs.cs.scene.particle.ParticleBurst
-
- ParticleBurst(ParticleBurstOptions) - Constructor for class org.cesiumjs.cs.scene.particle.ParticleBurst
-
- ParticleBurstOptions - Class in org.cesiumjs.cs.scene.particle.options
-
- ParticleBurstOptions() - Constructor for class org.cesiumjs.cs.scene.particle.options.ParticleBurstOptions
-
- ParticleEmitter - Interface in org.cesiumjs.cs.scene.emitters
-
- particleLife - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
If set, overrides the minimumParticleLife and maximumParticleLife inputs with this value.
- ParticleOptions - Class in org.cesiumjs.cs.scene.particle.options
-
- ParticleOptions() - Constructor for class org.cesiumjs.cs.scene.particle.options.ParticleOptions
-
- ParticleSystem - Class in org.cesiumjs.cs.scene.particle
-
A ParticleSystem manages the updating and display of a collection of particles.
- ParticleSystem() - Constructor for class org.cesiumjs.cs.scene.particle.ParticleSystem
-
A ParticleSystem manages the updating and display of a collection of particles.
- ParticleSystem(ParticleSystemOptions) - Constructor for class org.cesiumjs.cs.scene.particle.ParticleSystem
-
A ParticleSystem manages the updating and display of a collection of particles.
- ParticleSystem.UpdateCallback - Interface in org.cesiumjs.cs.scene.particle
-
- ParticleSystemOptions - Class in org.cesiumjs.cs.scene.particle.options
-
- ParticleSystemOptions() - Constructor for class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
- patch(String) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource from a URL and calls patch() on it.
- patch(ResourcePathOptions) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource from a URL and calls patch() on it.
- path() - Static method in class org.cesiumjs.cs.Cesium
-
- path - Variable in class org.cesiumjs.cs.datasources.Entity
-
A path to associate with this entity.
- path - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
A path to associate with this entity.
- PathGraphics - Class in org.cesiumjs.cs.datasources.graphics
-
- PathGraphics() - Constructor for class org.cesiumjs.cs.datasources.graphics.PathGraphics
-
Describes a polyline defined as the path made by an
Entity
as it moves over time.
- PathGraphics(PathGraphicsOptions) - Constructor for class org.cesiumjs.cs.datasources.graphics.PathGraphics
-
Describes a polyline defined as the path made by an
Entity
as it moves over time.
- PathGraphicsOptions - Class in org.cesiumjs.cs.datasources.graphics.options
-
- PathGraphicsOptions() - Constructor for class org.cesiumjs.cs.datasources.graphics.options.PathGraphicsOptions
-
- PathVisualizer - Class in org.cesiumjs.cs.datasources.visualizer
-
- PathVisualizer(EntityCluster, EntityCollection) - Constructor for class org.cesiumjs.cs.datasources.visualizer.PathVisualizer
-
- pauseViewModel - Variable in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Gets the pause toggle button view model.
- PEACHPUFF() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FFDAB9
- PeliasGeocoderService - Class in org.cesiumjs.cs.core
-
Provides geocoding via a
Pelias server.
- PeliasGeocoderService(Resource) - Constructor for class org.cesiumjs.cs.core.PeliasGeocoderService
-
Provides geocoding via a
Pelias server.
- PeliasGeocoderService(String) - Constructor for class org.cesiumjs.cs.core.PeliasGeocoderService
-
Provides geocoding via a
Pelias server.
- pendingTextureLoads() - Method in class org.cesiumjs.cs.scene.Model
-
Return the number of pending texture loads.
- percentageChanged - Variable in class org.cesiumjs.cs.scene.Camera
-
The amount the camera has to change before the changed event is raised.
- performance - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to enable performance display.
- performanceContainer() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets the performance container
- perInstanceAttribute - Variable in class org.cesiumjs.cs.scene.apperances.options.DebugAppearanceOptions
-
Boolean that determines whether this attribute is a per-instance geometry attribute.
- PerInstanceColorAppearance - Class in org.cesiumjs.cs.scene.apperances
-
- PerInstanceColorAppearance() - Constructor for class org.cesiumjs.cs.scene.apperances.PerInstanceColorAppearance
-
- PerInstanceColorAppearance(PerInstanceColorAppearanceOptions) - Constructor for class org.cesiumjs.cs.scene.apperances.PerInstanceColorAppearance
-
- PerInstanceColorAppearanceOptions - Class in org.cesiumjs.cs.scene.apperances.options
-
- PerInstanceColorAppearanceOptions() - Constructor for class org.cesiumjs.cs.scene.apperances.options.PerInstanceColorAppearanceOptions
-
- perPositionHeight - Variable in class org.cesiumjs.cs.core.geometry.options.PolygonOutlineGeometryOptions
-
Use the height of options.positions for each position instead of using options.height to determine the height.
- perPositionHeight - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
A boolean specifying whether or not the the height of each position is used.
- perPositionHeight - Variable in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
A boolean specifying whether or not the the height of each position is used.
- PerspectiveFrustum - Class in org.cesiumjs.cs.core
-
- PerspectiveFrustum() - Constructor for class org.cesiumjs.cs.core.PerspectiveFrustum
-
The viewing frustum is defined by 6 planes.
- PerspectiveOffCenterFrustum - Class in org.cesiumjs.cs.core
-
- PerspectiveOffCenterFrustum() - Constructor for class org.cesiumjs.cs.core.PerspectiveOffCenterFrustum
-
The viewing frustum is defined by 6 planes.
- PERU() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #CD853F
- PI() - Static method in class org.cesiumjs.cs.core.Math
-
pi
- PI_OVER_FOUR() - Static method in class org.cesiumjs.cs.core.Math
-
pi/4
- PI_OVER_SIX() - Static method in class org.cesiumjs.cs.core.Math
-
pi/6
- PI_OVER_THREE() - Static method in class org.cesiumjs.cs.core.Math
-
pi/3
- PI_OVER_TWO() - Static method in class org.cesiumjs.cs.core.Math
-
pi/2
- pick(Ray, Scene) - Method in class org.cesiumjs.cs.scene.Globe
-
Find an intersection between a ray and the globe surface that was rendered.
- pick(Ray, Scene, Cartesian3) - Method in class org.cesiumjs.cs.scene.Globe
-
Find an intersection between a ray and the globe surface that was rendered.
- pick(Cartesian2) - Method in class org.cesiumjs.cs.scene.Scene
-
Returns an object with a `primitive` property that contains the first (top) primitive in the scene at a particular
window coordinate or undefined if nothing is at the location.
- pickActive - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the pick state
Default: false
- PickedObject<T> - Class in org.cesiumjs.cs.core
-
- PickedObject() - Constructor for class org.cesiumjs.cs.core.PickedObject
-
- pickEllipsoid(Cartesian2) - Method in class org.cesiumjs.cs.scene.Camera
-
Pick an ellipsoid or map.
- pickEllipsoid(Cartesian2, Ellipsoid) - Method in class org.cesiumjs.cs.scene.Camera
-
Pick an ellipsoid or map.
- pickEllipsoid(Cartesian2, Ellipsoid, Cartesian3) - Method in class org.cesiumjs.cs.scene.Camera
-
Pick an ellipsoid or map.
- pickFeatures(int, int, int, double, double) - Method in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
- pickFeatures(int, int, int, double, double) - Method in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
Picking features is not currently supported by this imagery provider, so this function simply returns undefined.
- pickFeatures(int, int, int, double, double) - Method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
Picking features is not currently supported by this imagery provider, so this function simply returns undefined.
- pickFeatures(int, int, int, double, double) - Method in class org.cesiumjs.cs.scene.providers.GridImageryProvider
-
- pickFeatures(int, int, int, double, double) - Method in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
Asynchronously determines what features, if any, are located at a given longitude and latitude within a tile.
- pickFeatures(int, int, int, double, double) - Method in class org.cesiumjs.cs.scene.providers.MapboxImageryProvider
-
Picking features is not currently supported by this imagery provider, so this function simply returns undefined.
- pickFeatures(int, int, int, double, double) - Method in class org.cesiumjs.cs.scene.providers.SingleTileImageryProvider
-
Picking features is not currently supported by this imagery provider, so this function simply returns undefined.
- pickFeatures(int, int, int, double, double) - Method in class org.cesiumjs.cs.scene.providers.TileCoordinatesImageryProvider
-
- pickFeatures(int, int, int, double, double) - Method in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
- pickFeatures(int, int, int, double, double) - Method in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
Picking features is not currently supported by this imagery provider, so this function simply returns undefined.
- pickFeatures(int, int, int, double, double) - Method in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Picking features is not currently supported by this imagery provider, so this function simply returns undefined.
- pickFeaturesUrl - Variable in class org.cesiumjs.cs.scene.providers.options.UrlTemplateImageryProviderOptions
-
The URL template to use to pick features.
- pickImageryLayerFeatures(Ray, Scene) - Method in class org.cesiumjs.cs.collections.ImageryLayerCollection
-
Asynchronously determines the imagery layer features that are intersected by a pick ray.
- picking - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to enable picking.
- pickPosition(Cartesian2) - Method in class org.cesiumjs.cs.scene.Scene
-
Returns the cartesian position reconstructed from the depth buffer and window position.
- pickPosition(Cartesian2, Cartesian3) - Method in class org.cesiumjs.cs.scene.Scene
-
Returns the cartesian position reconstructed from the depth buffer and window position.
- pickPositionSupported() - Method in class org.cesiumjs.cs.scene.Scene
-
Returns true if the pickPosition function is supported.
- pickStatisticsText() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets the pick statistics text.
- pickTranslucentDepth - Variable in class org.cesiumjs.cs.scene.Scene
-
When true, enables picking translucent geometry using the depth buffer.
- PinBuilder - Class in org.cesiumjs.cs.core
-
- PinBuilder() - Constructor for class org.cesiumjs.cs.core.PinBuilder
-
A utility class for generating custom map pins as canvas elements.
- PINCH() - Static method in class org.cesiumjs.cs.scene.enums.CameraEventType
-
A two-finger touch on a touch surface.
- PINCH_END() - Static method in class org.cesiumjs.cs.core.enums.ScreenSpaceEventType
-
Represents the end of a two-finger event on a touch surface.
- PINCH_MOVE() - Static method in class org.cesiumjs.cs.core.enums.ScreenSpaceEventType
-
Represents a change of a two-finger event on a touch surface.
- PINCH_START() - Static method in class org.cesiumjs.cs.core.enums.ScreenSpaceEventType
-
Represents the start of a two-finger event on a touch surface.
- PINK() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FFC0CB
- pitch - Variable in class org.cesiumjs.cs.core.HeadingPitchRange
-
Pitch is the rotation from the local xy-plane.
- pitch - Variable in class org.cesiumjs.cs.core.HeadingPitchRoll
-
- pitch() - Method in class org.cesiumjs.cs.scene.Camera
-
Gets the camera pitch in radians.
- pitchAdjustHeight - Variable in class org.cesiumjs.cs.scene.options.CameraFlyToOptions
-
If camera flyes higher than that value, adjust pitch duiring the flight to look down, and keep Earth in viewport.
- PixelDatatype - Class in org.cesiumjs.cs.core.enums
-
- PixelDatatype() - Constructor for class org.cesiumjs.cs.core.enums.PixelDatatype
-
- pixelDatatype - Variable in class org.cesiumjs.cs.scene.options.PostProcessStageOptions
-
The pixel data type of the output texture.
- pixelDatatype() - Method in class org.cesiumjs.cs.scene.PostProcessStage
-
The pixel data type of the output texture.
- PixelFormat - Class in org.cesiumjs.cs.core.enums
-
The format of a pixel, i.e., the number of components it has and what they represent.
- pixelFormat - Variable in class org.cesiumjs.cs.scene.options.PostProcessStageOptions
-
The color pixel format of the output texture.
- pixelFormat() - Method in class org.cesiumjs.cs.scene.PostProcessStage
-
The color pixel format of the output texture.
- pixelOffset - Variable in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Gets or sets the Cartesian2 Property specifying the billboard's pixel offset in screen space from the origin of
this billboard.
- pixelOffset - Variable in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
A Cartesian2 Property specifying the pixel offset.
- pixelOffset - Variable in class org.cesiumjs.cs.datasources.graphics.options.BillboardGraphicsOptions
-
A Cartesian2 Property specifying the pixel offset.
- pixelOffset - Variable in class org.cesiumjs.cs.datasources.graphics.options.LabelGraphicsOptions
-
A Cartesian2 Property specifying the pixel offset.
- pixelOffset - Variable in class org.cesiumjs.cs.scene.Billboard
-
Gets or sets the pixel offset in screen space from the origin of this billboard.
- pixelOffset - Variable in class org.cesiumjs.cs.scene.Label
-
Gets or sets the pixel offset in screen space from the origin of this label.
- pixelOffset - Variable in class org.cesiumjs.cs.scene.options.BillboardOptions
-
Gets or sets the pixel offset in screen space from the origin of this billboard.
- pixelOffset - Variable in class org.cesiumjs.cs.scene.options.LabelOptions
-
Gets or sets the pixel offset in screen space from the origin of this label.
- pixelOffsetScaleByDistance - Variable in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Gets or sets NearFarScalar Property specifying the pixel offset of the billboard based on the distance from the camera.
- pixelOffsetScaleByDistance - Variable in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
A NearFarScalar Property used to set pixelOffset based on distance from the camera.
- pixelOffsetScaleByDistance - Variable in class org.cesiumjs.cs.datasources.graphics.options.BillboardGraphicsOptions
-
A NearFarScalar Property used to set pixelOffset based on distance from the camera.
- pixelOffsetScaleByDistance - Variable in class org.cesiumjs.cs.datasources.graphics.options.LabelGraphicsOptions
-
A NearFarScalar Property used to set pixelOffset based on distance from the camera.
- pixelOffsetScaleByDistance - Variable in class org.cesiumjs.cs.scene.Billboard
-
Gets or sets near and far pixel offset scaling properties of a Billboard based on the billboard's distance from the camera.
- pixelOffsetScaleByDistance - Variable in class org.cesiumjs.cs.scene.Label
-
Gets or sets near and far pixel offset scaling properties of a Label based on the Label's distance from the camera.
- pixelOffsetScaleByDistance - Variable in class org.cesiumjs.cs.scene.options.BillboardOptions
-
Gets or sets near and far pixel offset scaling properties of a Billboard based on the billboard's distance from the camera.
- pixelOffsetScaleByDistance - Variable in class org.cesiumjs.cs.scene.options.LabelOptions
-
Gets or sets near and far pixel offset scaling properties of a Label based on the Label's distance from the camera.
- pixelRange - Variable in class org.cesiumjs.cs.datasources.EntityCluster
-
Gets or sets the pixel range to extend the screen space bounding box.
- pixelRange - Variable in class org.cesiumjs.cs.datasources.options.EntityClusterOptions
-
The pixel range to extend the screen space bounding box.
- pixelSize - Variable in class org.cesiumjs.cs.datasources.graphics.options.PointGraphicsOptions
-
A numeric Property specifying the size in pixels.
- pixelSize - Variable in class org.cesiumjs.cs.datasources.graphics.PointGraphics
-
A numeric Property specifying the size in pixels.
- pixelSize - Variable in class org.cesiumjs.cs.scene.interaction.options.DrawInteractionOptions
-
Marker primitive size.
- pixelSize - Variable in class org.cesiumjs.cs.scene.options.PointPrimitiveOptions
-
Gets or sets the inner size of the point in pixels.
- pixelSize - Variable in class org.cesiumjs.cs.scene.PointPrimitive
-
Gets or sets the inner size of the point in pixels.
- pixelsToCheck - Variable in class org.cesiumjs.cs.scene.options.DiscardMissingTileImagePolicyOptions
-
An array of Cartesian2 pixel positions to compare against the missing image.
- Plane - Class in org.cesiumjs.cs.core
-
- Plane(Cartesian3, double) - Constructor for class org.cesiumjs.cs.core.Plane
-
A plane in Hessian Normal Form defined by
ax + by + cz + d = 0
where (a, b, c) is the plane's normal, d is the signed distance to the plane, and (x, y, z) is any point on the plane.
- plane - Variable in class org.cesiumjs.cs.datasources.Entity
-
Gets or sets the plane.
- plane - Variable in class org.cesiumjs.cs.datasources.graphics.options.PlaneGraphicsOptions
-
A Plane Property specifying the normal and distance for the plane.
- plane - Variable in class org.cesiumjs.cs.datasources.graphics.PlaneGraphics
-
A Plane Property specifying the normal and distance for the plane.
- plane - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
A plane to associate with this entity.
- planeAdded - Variable in class org.cesiumjs.cs.collections.ClippingPlaneCollection
-
An event triggered when a new clipping plane is added to the collection.
- PlaneGeometry - Class in org.cesiumjs.cs.core.geometry
-
Describes geometry representing a plane centered at the origin, with a unit width and length.
- PlaneGeometry(PlaneGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.PlaneGeometry
-
Describes geometry representing a plane centered at the origin, with a unit width and length.
- PlaneGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- PlaneGeometryOptions() - Constructor for class org.cesiumjs.cs.core.geometry.options.PlaneGeometryOptions
-
- PlaneGeometryUpdater - Class in org.cesiumjs.cs.datasources.updater
-
- PlaneGeometryUpdater(Entity, Scene) - Constructor for class org.cesiumjs.cs.datasources.updater.PlaneGeometryUpdater
-
- PlaneGraphics - Class in org.cesiumjs.cs.datasources.graphics
-
Describes a plane.
- PlaneGraphics() - Constructor for class org.cesiumjs.cs.datasources.graphics.PlaneGraphics
-
Describes a plane.
- PlaneGraphics(PlaneGraphicsOptions) - Constructor for class org.cesiumjs.cs.datasources.graphics.PlaneGraphics
-
Describes a plane.
- PlaneGraphicsOptions - Class in org.cesiumjs.cs.datasources.graphics.options
-
- PlaneGraphicsOptions() - Constructor for class org.cesiumjs.cs.datasources.graphics.options.PlaneGraphicsOptions
-
- PlaneOutlineGeometry - Class in org.cesiumjs.cs.core.geometry
-
Describes geometry representing the outline of a plane centered at the origin, with a unit width and length.
- PlaneOutlineGeometry() - Constructor for class org.cesiumjs.cs.core.geometry.PlaneOutlineGeometry
-
Describes geometry representing the outline of a plane centered at the origin, with a unit width and length.
- planeRemoved - Variable in class org.cesiumjs.cs.collections.ClippingPlaneCollection
-
An event triggered when a new clipping plane is removed from the collection.
- planes - Variable in class org.cesiumjs.cs.collections.options.ClippingPlaneCollectionOptions
-
An array of up to 6 Plane objects used to selectively disable rendering on the outside of each plane.
- planes - Variable in class org.cesiumjs.cs.core.CullingVolume
-
Each plane is represented by a Cartesian4 object, where the x, y, and z components define the unit vector normal
to the plane, and the w component is the distance of the plane from the origin.
- playForwardViewModel - Variable in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Gets the play toggle button view model.
- playRealtimeViewModel - Variable in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Gets the realtime toggle button view model.
- playReverseViewModel - Variable in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Gets the reverse toggle button view model.
- PLUM() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #DDA0DD
- point - Variable in class org.cesiumjs.cs.datasources.Entity
-
A point to associate with this entity.
- point - Variable in class org.cesiumjs.cs.datasources.EntityClusterObject
-
Point options
- point - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
A point to associate with this entity.
- pointCloudShading - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Options for controlling point size based on geometric error and eye dome lighting.
- pointCloudShading - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Options for constructing a PointCloudShading object to control point attenuation based on geometric error and lighting.
- PointCloudShading - Class in org.cesiumjs.cs.scene
-
Options for performing point attenuation based on geometric error when rendering point clouds using 3D Tiles.
- PointCloudShading() - Constructor for class org.cesiumjs.cs.scene.PointCloudShading
-
Options for performing point attenuation based on geometric error when rendering point clouds using 3D Tiles.
- PointCloudShading(PointCloudShadingOptions) - Constructor for class org.cesiumjs.cs.scene.PointCloudShading
-
Options for performing point attenuation based on geometric error when rendering point clouds using 3D Tiles.
- pointCloudShading - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to enable point cloud shading.
- PointCloudShadingOptions - Class in org.cesiumjs.cs.scene.options
-
- PointCloudShadingOptions() - Constructor for class org.cesiumjs.cs.scene.options.PointCloudShadingOptions
-
- PointGraphics - Class in org.cesiumjs.cs.datasources.graphics
-
- PointGraphics() - Constructor for class org.cesiumjs.cs.datasources.graphics.PointGraphics
-
Describes a graphical point located at the position of the containing
Entity
.
- PointGraphics(PointGraphicsOptions) - Constructor for class org.cesiumjs.cs.datasources.graphics.PointGraphics
-
Describes a graphical point located at the position of the containing
Entity
.
- PointGraphicsOptions - Class in org.cesiumjs.cs.datasources.graphics.options
-
- PointGraphicsOptions() - Constructor for class org.cesiumjs.cs.datasources.graphics.options.PointGraphicsOptions
-
- pointLightRadius - Variable in class org.cesiumjs.cs.scene.options.ShadowMapOptions
-
Radius of the point light.
- pointOutlineColor - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets the point outline color of this feature.
- pointOutlineWidth - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets the point outline width in pixels of this feature.
- PointPrimitive - Class in org.cesiumjs.cs.scene.interaction
-
- PointPrimitive(Scene, AbstractPrimitiveOptions) - Constructor for class org.cesiumjs.cs.scene.interaction.PointPrimitive
-
- PointPrimitive - Class in org.cesiumjs.cs.scene
-
- PointPrimitive() - Constructor for class org.cesiumjs.cs.scene.PointPrimitive
-
A graphical point positioned in the 3D scene, that is created and rendered using a PointPrimitiveCollection.
- PointPrimitiveCollection - Class in org.cesiumjs.cs.collections
-
- PointPrimitiveCollection() - Constructor for class org.cesiumjs.cs.collections.PointPrimitiveCollection
-
A renderable collection of points.
- PointPrimitiveCollection(PointPrimitiveCollectionOptions) - Constructor for class org.cesiumjs.cs.collections.PointPrimitiveCollection
-
A renderable collection of points.
- PointPrimitiveCollectionOptions - Class in org.cesiumjs.cs.collections.options
-
- PointPrimitiveCollectionOptions() - Constructor for class org.cesiumjs.cs.collections.options.PointPrimitiveCollectionOptions
-
- PointPrimitiveOptions - Class in org.cesiumjs.cs.scene.options
-
- PointPrimitiveOptions() - Constructor for class org.cesiumjs.cs.scene.options.PointPrimitiveOptions
-
- POINTS() - Static method in class org.cesiumjs.cs.core.enums.PrimitiveType
-
Points primitive where each vertex (or index) is a separate point.
- pointSize - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets the point size of this feature.
- pointSize - Variable in class org.cesiumjs.cs.scene.Cesium3DTileStyle
-
Gets or sets the StyleExpression object used to evaluate the style's pointSize property.
- pointSizeDouble - Variable in class org.cesiumjs.cs.scene.Cesium3DTileStyle
-
- pointsLength() - Method in class org.cesiumjs.cs.scene.Cesium3DTileContent
-
Gets the number of points in the tile.
- pointToWindowCoordinates(Matrix4, Matrix4, Cartesian3) - Static method in class org.cesiumjs.cs.core.Transforms
-
Transform a point from model coordinates to window coordinates.
- pointToWindowCoordinates(Matrix4, Matrix4, Cartesian3, Cartesian2) - Static method in class org.cesiumjs.cs.core.Transforms
-
Transform a point from model coordinates to window coordinates.
- PointVisualizer - Class in org.cesiumjs.cs.datasources.visualizer
-
- PointVisualizer(EntityCluster, EntityCollection) - Constructor for class org.cesiumjs.cs.datasources.visualizer.PointVisualizer
-
- polygon - Variable in class org.cesiumjs.cs.datasources.Entity
-
A polygon to associate with this entity.
- polygon - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
A polygon to associate with this entity.
- PolygonGeometry - Class in org.cesiumjs.cs.core.geometry
-
- PolygonGeometry(PolygonGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.PolygonGeometry
-
- PolygonGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- PolygonGeometryOptions() - Constructor for class org.cesiumjs.cs.core.geometry.options.PolygonGeometryOptions
-
- PolygonGeometryUpdater - Class in org.cesiumjs.cs.datasources.updater
-
- PolygonGeometryUpdater(Entity, Scene) - Constructor for class org.cesiumjs.cs.datasources.updater.PolygonGeometryUpdater
-
- PolygonGraphics - Class in org.cesiumjs.cs.datasources.graphics
-
- PolygonGraphics(PolygonGraphicsOptions) - Constructor for class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
Describes a polygon defined by an hierarchy of linear rings which make up the outer shape and any nested holes.
- PolygonGraphicsOptions - Class in org.cesiumjs.cs.datasources.graphics.options
-
- PolygonGraphicsOptions() - Constructor for class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
- polygonHierarchy - Variable in class org.cesiumjs.cs.core.geometry.options.CoplanarPolygonGeometryOptions
-
A polygon hierarchy that can include holes.
- polygonHierarchy - Variable in class org.cesiumjs.cs.core.geometry.options.CoplanarPolygonOutlineGeometryOptions
-
A polygon hierarchy that can include holes.
- polygonHierarchy - Variable in class org.cesiumjs.cs.core.geometry.options.PolygonOutlineGeometryOptions
-
A polygon hierarchy that can include holes.
- PolygonHierarchy - Class in org.cesiumjs.cs.core
-
- PolygonHierarchy() - Constructor for class org.cesiumjs.cs.core.PolygonHierarchy
-
An hierarchy of linear rings which define a polygon and its holes.
- PolygonHierarchy(Cartesian3[]) - Constructor for class org.cesiumjs.cs.core.PolygonHierarchy
-
An hierarchy of linear rings which define a polygon and its holes.
- PolygonHierarchy(Cartesian3[], PolygonHierarchy[]) - Constructor for class org.cesiumjs.cs.core.PolygonHierarchy
-
An hierarchy of linear rings which define a polygon and its holes.
- PolygonOutlineGeometry - Class in org.cesiumjs.cs.core.geometry
-
A description of the outline of a polygon on the ellipsoid.
- PolygonOutlineGeometry(PolygonOutlineGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.PolygonOutlineGeometry
-
- PolygonOutlineGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- PolygonOutlineGeometryOptions() - Constructor for class org.cesiumjs.cs.core.geometry.options.PolygonOutlineGeometryOptions
-
- PolygonPrimitive - Class in org.cesiumjs.cs.scene.interaction
-
- PolygonPrimitive(AbstractPrimitiveOptions) - Constructor for class org.cesiumjs.cs.scene.interaction.PolygonPrimitive
-
- polyline - Variable in class org.cesiumjs.cs.datasources.Entity
-
A polyline to associate with this entity.
- polyline - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
A polyline to associate with this entity.
- Polyline - Class in org.cesiumjs.cs.scene
-
- Polyline() - Constructor for class org.cesiumjs.cs.scene.Polyline
-
A renderable polyline.
- Polyline(PolylineOptions) - Constructor for class org.cesiumjs.cs.scene.Polyline
-
A renderable polyline.
- PolylineArrowMaterialProperty - Class in org.cesiumjs.cs.core.geometry
-
A material Property that maps to PolylineArrow
Material
uniforms.
- PolylineArrowMaterialProperty(Property) - Constructor for class org.cesiumjs.cs.core.geometry.PolylineArrowMaterialProperty
-
- PolylineArrowType() - Static method in class org.cesiumjs.cs.scene.Material
-
Gets the name of the polyline arrow material.
- PolylineCollection - Class in org.cesiumjs.cs.collections
-
- PolylineCollection() - Constructor for class org.cesiumjs.cs.collections.PolylineCollection
-
A renderable collection of polylines.
- PolylineCollection(PolylineCollectionOptions) - Constructor for class org.cesiumjs.cs.collections.PolylineCollection
-
A renderable collection of polylines.
- PolylineCollectionOptions - Class in org.cesiumjs.cs.collections.options
-
- PolylineCollectionOptions() - Constructor for class org.cesiumjs.cs.collections.options.PolylineCollectionOptions
-
- PolylineColorAppearance - Class in org.cesiumjs.cs.scene.apperances
-
- PolylineColorAppearance() - Constructor for class org.cesiumjs.cs.scene.apperances.PolylineColorAppearance
-
- PolylineColorAppearance(PolylineColorAppearanceOptions) - Constructor for class org.cesiumjs.cs.scene.apperances.PolylineColorAppearance
-
- PolylineColorAppearanceOptions - Class in org.cesiumjs.cs.scene.apperances.options
-
- PolylineColorAppearanceOptions() - Constructor for class org.cesiumjs.cs.scene.apperances.options.PolylineColorAppearanceOptions
-
- PolylineDashMaterialProperty - Class in org.cesiumjs.cs.datasources.properties
-
- PolylineDashMaterialProperty() - Constructor for class org.cesiumjs.cs.datasources.properties.PolylineDashMaterialProperty
-
- PolylineDashMaterialProperty(PolylineDashMaterialPropertyOptions) - Constructor for class org.cesiumjs.cs.datasources.properties.PolylineDashMaterialProperty
-
- PolylineDashMaterialPropertyOptions - Class in org.cesiumjs.cs.datasources.properties.options
-
- PolylineDashMaterialPropertyOptions() - Constructor for class org.cesiumjs.cs.datasources.properties.options.PolylineDashMaterialPropertyOptions
-
- PolylineDashType() - Static method in class org.cesiumjs.cs.scene.Material
-
Gets the name of the polyline dash material.
- PolylineGeometry - Class in org.cesiumjs.cs.core.geometry
-
A description of a polyline modeled as a line strip; the first two positions define a line segment,
and each additional position defines a line segment from the previous position.
- PolylineGeometry(PolylineGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.PolylineGeometry
-
Create instance of PolylineGeometry
- PolylineGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- PolylineGeometryOptions() - Constructor for class org.cesiumjs.cs.core.geometry.options.PolylineGeometryOptions
-
- PolylineGeometryUpdater - Class in org.cesiumjs.cs.datasources.updater
-
- PolylineGeometryUpdater(Entity, Scene) - Constructor for class org.cesiumjs.cs.datasources.updater.PolylineGeometryUpdater
-
- PolylineGlowMaterialProperty - Class in org.cesiumjs.cs.datasources.properties
-
- PolylineGlowMaterialProperty() - Constructor for class org.cesiumjs.cs.datasources.properties.PolylineGlowMaterialProperty
-
- PolylineGlowMaterialProperty(PolylineGlowMaterialPropertyOptions) - Constructor for class org.cesiumjs.cs.datasources.properties.PolylineGlowMaterialProperty
-
- PolylineGlowMaterialPropertyOptions - Class in org.cesiumjs.cs.datasources.properties.options
-
- PolylineGlowMaterialPropertyOptions() - Constructor for class org.cesiumjs.cs.datasources.properties.options.PolylineGlowMaterialPropertyOptions
-
- PolylineGlowType() - Static method in class org.cesiumjs.cs.scene.Material
-
Gets the name of the polyline glow material.
- PolylineGraphics - Class in org.cesiumjs.cs.datasources.graphics
-
- PolylineGraphics() - Constructor for class org.cesiumjs.cs.datasources.graphics.PolylineGraphics
-
Describes a polyline defined as a line strip.
- PolylineGraphics(PolylineGraphicsOptions) - Constructor for class org.cesiumjs.cs.datasources.graphics.PolylineGraphics
-
Describes a polyline defined as a line strip.
- PolylineGraphicsOptions - Class in org.cesiumjs.cs.datasources.graphics.options
-
- PolylineGraphicsOptions() - Constructor for class org.cesiumjs.cs.datasources.graphics.options.PolylineGraphicsOptions
-
- PolylineMaterialAppearance - Class in org.cesiumjs.cs.scene.apperances
-
- PolylineMaterialAppearance() - Constructor for class org.cesiumjs.cs.scene.apperances.PolylineMaterialAppearance
-
- PolylineMaterialAppearance(PolylineMaterialAppearanceOptions) - Constructor for class org.cesiumjs.cs.scene.apperances.PolylineMaterialAppearance
-
- PolylineMaterialAppearanceOptions - Class in org.cesiumjs.cs.scene.apperances.options
-
- PolylineMaterialAppearanceOptions() - Constructor for class org.cesiumjs.cs.scene.apperances.options.PolylineMaterialAppearanceOptions
-
- PolylineOptions - Class in org.cesiumjs.cs.scene.options
-
- PolylineOptions() - Constructor for class org.cesiumjs.cs.scene.options.PolylineOptions
-
- PolylineOutlineMaterialProperty - Class in org.cesiumjs.cs.datasources.properties
-
- PolylineOutlineMaterialProperty() - Constructor for class org.cesiumjs.cs.datasources.properties.PolylineOutlineMaterialProperty
-
- PolylineOutlineMaterialProperty(PolylineOutlineMaterialPropertyOptions) - Constructor for class org.cesiumjs.cs.datasources.properties.PolylineOutlineMaterialProperty
-
- PolylineOutlineMaterialPropertyOptions - Class in org.cesiumjs.cs.datasources.properties.options
-
- PolylineOutlineMaterialPropertyOptions() - Constructor for class org.cesiumjs.cs.datasources.properties.options.PolylineOutlineMaterialPropertyOptions
-
- PolylineOutlineType() - Static method in class org.cesiumjs.cs.scene.Material
-
Gets the name of the polyline outline material.
- PolylinePipeline - Class in org.cesiumjs.cs.core
-
- PolylinePipeline() - Constructor for class org.cesiumjs.cs.core.PolylinePipeline
-
- PolylinePipelineOptions - Class in org.cesiumjs.cs.core.options
-
- PolylinePipelineOptions() - Constructor for class org.cesiumjs.cs.core.options.PolylinePipelineOptions
-
- PolylineVisualizer - Class in org.cesiumjs.cs.datasources.visualizer
-
A visualizer for polylines represented by Primitive instances.
- PolylineVisualizer(Scene, EntityCollection) - Constructor for class org.cesiumjs.cs.datasources.visualizer.PolylineVisualizer
-
A visualizer for polylines represented by Primitive instances.
- polylineVolume - Variable in class org.cesiumjs.cs.datasources.Entity
-
A polylineVolume to associate with this entity.
- polylineVolume - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
A polylineVolume to associate with this entity.
- PolylineVolumeGraphics - Class in org.cesiumjs.cs.datasources.graphics
-
- PolylineVolumeGraphics() - Constructor for class org.cesiumjs.cs.datasources.graphics.PolylineVolumeGraphics
-
Describes a polyline volume defined as a line strip and corresponding two dimensional shape which is extruded along it.
- PolylineVolumeGraphics(PolylineVolumeGraphicsOptions) - Constructor for class org.cesiumjs.cs.datasources.graphics.PolylineVolumeGraphics
-
Describes a polyline volume defined as a line strip and corresponding two dimensional shape which is extruded along it.
- PolylineVolumeGraphicsOptions - Class in org.cesiumjs.cs.datasources.graphics.options
-
- PolylineVolumeGraphicsOptions() - Constructor for class org.cesiumjs.cs.datasources.graphics.options.PolylineVolumeGraphicsOptions
-
- pop() - Method in class org.cesiumjs.cs.js.JsArray
-
Removes the last element from an array and returns that element.
- position - Variable in class org.cesiumjs.cs.core.events.MouseClickEvent
-
- position - Variable in class org.cesiumjs.cs.core.events.MouseDblClickEvent
-
- position - Variable in class org.cesiumjs.cs.core.events.MouseDownEvent
-
- position - Variable in class org.cesiumjs.cs.core.events.MouseUpEvent
-
- position - Variable in class org.cesiumjs.cs.core.events.TouchClickEvent
-
- position - Variable in class org.cesiumjs.cs.core.events.TouchStartEvent
-
- position - Variable in class org.cesiumjs.cs.core.Occluder
-
The position of the occluder.
- position - Variable in class org.cesiumjs.cs.core.VertexFormat
-
When true, the vertex has a 3D position attribute.
64-bit floating-point (for precision). 3 components per attribute.
- position - Variable in class org.cesiumjs.cs.datasources.Entity
-
A Property specifying the entity position.
- position - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
A Property specifying the entity position.
- position - Variable in class org.cesiumjs.cs.datasources.properties.VelocityOrientationProperty
-
Gets or sets the position property used to compute orientation.
- position - Variable in class org.cesiumjs.cs.datasources.properties.VelocityVectorProperty
-
Gets or sets the position property used to compute the velocity vector.
- position - Variable in class org.cesiumjs.cs.scene.Billboard
-
Gets or sets the Cartesian position of this billboard.
- position - Variable in class org.cesiumjs.cs.scene.Camera
-
The position of the camera.
- position - Variable in class org.cesiumjs.cs.scene.ImageryLayerFeatureInfo
-
Gets or sets the position of the feature, or undefined if the position is not known.
- position - Variable in class org.cesiumjs.cs.scene.Label
-
Gets or sets the Cartesian position of this label.
- position - Variable in class org.cesiumjs.cs.scene.options.BillboardOptions
-
Gets or sets the Cartesian position of this billboard.
- position - Variable in class org.cesiumjs.cs.scene.options.LabelOptions
-
Gets or sets the Cartesian position of this label.
- position - Variable in class org.cesiumjs.cs.scene.options.PointPrimitiveOptions
-
Gets or sets the Cartesian position of this point.
- position - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleOptions
-
The initial position of the particle in world coordinates.
- position - Variable in class org.cesiumjs.cs.scene.particle.Particle
-
The initial position of the particle in world coordinates.
- position - Variable in class org.cesiumjs.cs.scene.PointPrimitive
-
Gets or sets the Cartesian position of this point.
- position - Variable in class org.cesiumjs.cs.widgets.SelectionIndicatorViewModel
-
Gets or sets the world position of the object for which to display the selection indicator.
- position1 - Variable in class org.cesiumjs.cs.core.events.Touch2StartEvent
-
- position2 - Variable in class org.cesiumjs.cs.core.events.Touch2StartEvent
-
- POSITION_AND_COLOR() - Static method in class org.cesiumjs.cs.core.VertexFormat
-
An immutable vertex format with position and color attributes.
- POSITION_AND_NORMAL() - Static method in class org.cesiumjs.cs.core.VertexFormat
-
An immutable vertex format with position and normal attributes.
- POSITION_AND_ST() - Static method in class org.cesiumjs.cs.core.VertexFormat
-
An immutable vertex format with position and st attributes.
- POSITION_NORMAL_AND_ST() - Static method in class org.cesiumjs.cs.core.VertexFormat
-
An immutable vertex format with position, normal, and st attributes.
- POSITION_ONLY() - Static method in class org.cesiumjs.cs.core.VertexFormat
-
An immutable vertex format with only a position attribute.
- positionCallback - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
- positionCartographic() - Method in class org.cesiumjs.cs.scene.Camera
-
Gets the Cartographic position of the camera, with longitude and latitude expressed in radians and height in meters.
- PositionProperty - Class in org.cesiumjs.cs.datasources.properties
-
- PositionProperty() - Constructor for class org.cesiumjs.cs.datasources.properties.PositionProperty
-
The interface for all Property objects that define a world location as a Cartesian3 with an associated ReferenceFrame.
- positions - Variable in class org.cesiumjs.cs.core.geometry.options.CoplanarPolygonGeometryFromPositionsOptions
-
An array of positions that defined the corner points of the polygon.
- positions - Variable in class org.cesiumjs.cs.core.geometry.options.CoplanarPolygonOutlineGeometryFromPositionsOptions
-
An array of positions that defined the corner points of the polygon.
- positions - Variable in class org.cesiumjs.cs.core.geometry.options.CorridorOutlineGeometryOptions
-
An array of positions that define the center of the corridor.
- positions - Variable in class org.cesiumjs.cs.core.geometry.options.GroundPolylineGeometryOptions
-
An array of Cartesian3 defining the polyline's points.
- positions - Variable in class org.cesiumjs.cs.core.geometry.options.PolygonOutlineGeometryOptions
-
An array of positions that defined the corner points of the polygon.
- positions - Variable in class org.cesiumjs.cs.core.geometry.options.PolylineGeometryOptions
-
An array of Cartesian3 defining the positions in the polyline as a line strip.
- positions - Variable in class org.cesiumjs.cs.core.geometry.options.SimplePolylineGeometryOptions
-
An array of Cartesian3 defining the positions in the polyline as a line strip.
- positions - Variable in class org.cesiumjs.cs.core.geometry.options.WallOutlineGeometryOptions
-
An array of Cartesian objects, which are the points of the wall.
- positions - Variable in class org.cesiumjs.cs.core.options.PolylinePipelineOptions
-
The array of type {Cartesian3} representing positions.
- positions - Variable in class org.cesiumjs.cs.core.PolygonHierarchy
-
A linear ring defining the outer boundary of the polygon or hole.
- positions - Variable in class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
A Property specifying the array of Cartesian3 positions that define the centerline of the corridor.
- positions - Variable in class org.cesiumjs.cs.datasources.graphics.options.CorridorGraphicsOptions
-
A Property specifying the array of Cartesian3 positions that define the centerline of the corridor.
- positions - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineGraphicsOptions
-
A Property specifying the array of Cartesian3 positions that define the line strip.
- positions - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineVolumeGraphicsOptions
-
A Property specifying the array of Cartesian3 positions which define the line strip.
- positions - Variable in class org.cesiumjs.cs.datasources.graphics.options.WallGraphicsOptions
-
A Property specifying the array of Cartesian3 positions which define the top of the wall.
- positions - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineGraphics
-
A Property specifying the array of Cartesian3 positions that define the line strip.
- positions - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineVolumeGraphics
-
A Property specifying the array of Cartesian3 positions which define the line strip.
- positions - Variable in class org.cesiumjs.cs.datasources.graphics.WallGraphics
-
A Property specifying the array of Cartesian3 positions which define the top of the wall.
- positions - Variable in class org.cesiumjs.cs.scene.options.PolylineOptions
-
The positions.
- positions - Variable in class org.cesiumjs.cs.scene.Polyline
-
The positions.
- positionToTileXY(Cartographic, int) - Method in class org.cesiumjs.cs.core.TilingScheme
-
Calculates the tile x, y coordinates of the tile containing a given cartographic position.
- positionToTileXY(Cartographic, int, Cartesian2) - Method in class org.cesiumjs.cs.core.TilingScheme
-
Calculates the tile x, y coordinates of the tile containing a given cartographic position.
- positionWC() - Method in class org.cesiumjs.cs.scene.Camera
-
Gets the position of the camera in world coordinates.
- positiveX - Variable in class org.cesiumjs.cs.core.SkyBoxSources
-
- positiveY - Variable in class org.cesiumjs.cs.core.SkyBoxSources
-
- positiveZ - Variable in class org.cesiumjs.cs.core.SkyBoxSources
-
- post(String) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource from a URL and calls fetch() on it.
- post(ResourceHttpOptions) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource from a URL and calls fetch() on it.
- post(JsObject) - Method in class org.cesiumjs.cs.core.Resource
-
Asynchronously posts data the given resource.
- post(JsObject, ResourceHttpOptions) - Method in class org.cesiumjs.cs.core.Resource
-
Asynchronously posts data the given resource.
- PostProcess - Interface in org.cesiumjs.cs.scene
-
- postProcessArray - Variable in class org.cesiumjs.cs.core.providers.GeoserverTerrainProviderFormatArray
-
- PostProcessStage - Class in org.cesiumjs.cs.scene
-
Runs a post-process stage on either the texture rendered by the scene or the output of a previous post-process stage.
- PostProcessStage(PostProcessStageOptions) - Constructor for class org.cesiumjs.cs.scene.PostProcessStage
-
- PostProcessStageCollection - Class in org.cesiumjs.cs.scene
-
A collection of PostProcessStages and/or PostProcessStageComposites.
- PostProcessStageCollection() - Constructor for class org.cesiumjs.cs.scene.PostProcessStageCollection
-
- PostProcessStageComposite - Class in org.cesiumjs.cs.scene
-
A collection of
PostProcessStage
or other post-process composite stages that execute together logically.
- PostProcessStageComposite(PostProcessStageCompositeOptions) - Constructor for class org.cesiumjs.cs.scene.PostProcessStageComposite
-
- PostProcessStageCompositeOptions - Class in org.cesiumjs.cs.scene.options
-
- PostProcessStageLibrary - Class in org.cesiumjs.cs.scene
-
Contains functions for creating common post-process stages.
- PostProcessStageOptions - Class in org.cesiumjs.cs.scene.options
-
- postProcessStages - Variable in class org.cesiumjs.cs.scene.Scene
-
Post processing effects applied to the final render.
- PostProcessStageSampleMode - Class in org.cesiumjs.cs.scene.enums
-
- postRender() - Method in class org.cesiumjs.cs.scene.Scene
-
Gets the event that will be raised at the end of each call to render.
- postUpdate() - Method in class org.cesiumjs.cs.scene.Scene
-
Gets the event that will be raised immediately after the scene is updated and before the scene is rendered.
- POWDERBLUE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #B0E0E6
- preferBlob - Variable in class org.cesiumjs.cs.core.options.ResourceImageOptions
-
If true, we will load the image via a blob.
- preferImageBitmap - Variable in class org.cesiumjs.cs.core.options.ResourceImageOptions
-
If true, image will be decoded during fetch and an ImageBitmap is returned.
- preferLeaves - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Optimization option.
- preferLeaves - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Optimization option.
- preloadFlightDestinations - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Preload tiles at the camera's flight destination while the camera is in flight.
- preloadFlightDestinations - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Preload tiles at the camera's flight destination while the camera is in flight.
- preloadIcrfFixed(TimeInterval) - Static method in class org.cesiumjs.cs.core.Transforms
-
Preloads the data necessary to transform between the ICRF and Fixed axes, in either direction, over a given interval.
- preloadWhenHidden - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Preload tiles when tileset.show is false.
- preloadWhenHidden - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Preload tiles when tileset.show is false.
- preRender() - Method in class org.cesiumjs.cs.scene.Scene
-
Gets the event that will be raised at the start of each call to render.
- preserveQueryParameters - Variable in class org.cesiumjs.cs.core.options.DerivedResourceOptions
-
If true, this will keep all query parameters from the current resource and derived resource.
- pretty - Variable in class org.cesiumjs.cs.core.options.OpenCageGeocoderServiceOptions
-
When set to 1 results are 'pretty' printed for easier reading.
- preUpdate() - Method in class org.cesiumjs.cs.scene.Scene
-
Gets the event that will be raised before the scene is updated or rendered.
- primitive - Variable in class org.cesiumjs.cs.core.PickedObject
-
- primitive() - Method in class org.cesiumjs.cs.scene.Cesium3DTileFeature
-
All objects returned by Scene#pick have a primitive property.
- Primitive - Class in org.cesiumjs.cs.scene
-
- Primitive() - Constructor for class org.cesiumjs.cs.scene.Primitive
-
- Primitive(PrimitiveOptions) - Constructor for class org.cesiumjs.cs.scene.Primitive
-
- PrimitiveCollection - Class in org.cesiumjs.cs.collections
-
- PrimitiveCollection() - Constructor for class org.cesiumjs.cs.collections.PrimitiveCollection
-
A collection of primitives.
- PrimitiveCollection(PrimitiveCollectionOptions) - Constructor for class org.cesiumjs.cs.collections.PrimitiveCollection
-
A collection of primitives.
- PrimitiveCollectionOptions - Class in org.cesiumjs.cs.collections.options
-
- PrimitiveCollectionOptions() - Constructor for class org.cesiumjs.cs.collections.options.PrimitiveCollectionOptions
-
- PrimitiveOptions - Class in org.cesiumjs.cs.scene.options
-
- PrimitiveOptions() - Constructor for class org.cesiumjs.cs.scene.options.PrimitiveOptions
-
Options
- primitives() - Method in class org.cesiumjs.cs.scene.Scene
-
Gets the collection of primitives.
- PrimitiveType - Class in org.cesiumjs.cs.core.enums
-
The type of a geometric primitive, i.e., points, lines, and triangles.
- primitiveType - Variable in class org.cesiumjs.cs.core.geometry.Geometry
-
- primitiveType - Variable in class org.cesiumjs.cs.core.options.GeometryOptions
-
- PrimitiveType - Enum in org.cesiumjs.cs.scene.interaction
-
- priority - Variable in class org.cesiumjs.cs.core.options.RequestOptions
-
The initial priority of the request.
- priority - Variable in class org.cesiumjs.cs.core.Request
-
Priority is a unit-less value where lower values represent higher priority.
- priorityFunction - Variable in class org.cesiumjs.cs.core.options.RequestOptions
-
The function that is called to update the request's priority, which occurs once per frame.
- priorityFunction - Variable in class org.cesiumjs.cs.core.Request
-
The function that is called to update the request's priority, which occurs once per frame.
- process(String) - Method in class org.cesiumjs.cs.datasources.CzmlDataSource
-
Processes the provided url or CZML object without clearing any existing data.
- process(String, CzmlDataSourceOptions) - Method in class org.cesiumjs.cs.datasources.CzmlDataSource
-
Processes the provided url or CZML object without clearing any existing data.
- process(Object) - Method in class org.cesiumjs.cs.datasources.CzmlDataSource
-
Processes the provided url or CZML object without clearing any existing data.
- process(Object, CzmlDataSourceOptions) - Method in class org.cesiumjs.cs.datasources.CzmlDataSource
-
Processes the provided url or CZML object without clearing any existing data.
- progressiveResolutionHeightFraction - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Optimization option.
- progressiveResolutionHeightFraction - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Optimization option.
- project(Cartographic) - Method in class org.cesiumjs.cs.core.projection.MapProjection
-
Projects Cartographic coordinates, in radians, to projection-specific map coordinates, in meters.
- project(Cartographic, Cartesian3) - Method in class org.cesiumjs.cs.core.projection.MapProjection
-
Projects Cartographic coordinates, in radians, to projection-specific map coordinates, in meters.
- projection - Variable in class org.cesiumjs.cs.core.TilingScheme
-
Gets the map projection used by the tiling scheme.
- projectionMatrix() - Method in class org.cesiumjs.cs.core.Frustum
-
Gets the perspective projection matrix computed from the view frustum.
- projectionPicker - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
If set to true, the ProjectionPicker widget will be created.
- ProjectionPicker - Class in org.cesiumjs.cs.widgets
-
The ProjectionPicker is a single button widget for switching between perspective and orthographic projections.
- ProjectionPicker(String, Scene) - Constructor for class org.cesiumjs.cs.widgets.ProjectionPicker
-
The ProjectionPicker is a single button widget for switching between perspective and orthographic projections.
- ProjectionPicker(Element, Scene) - Constructor for class org.cesiumjs.cs.widgets.ProjectionPicker
-
The ProjectionPicker is a single button widget for switching between perspective and orthographic projections.
- projectionPicker() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the ProjectionPicker
- ProjectionPickerViewModel - Class in org.cesiumjs.cs.widgets
-
- ProjectionPickerViewModel(Scene) - Constructor for class org.cesiumjs.cs.widgets.ProjectionPickerViewModel
-
- projectPointOntoPlane(Plane, Cartesian3) - Static method in class org.cesiumjs.cs.core.Plane
-
Projects a point onto the plane.
- projectPointOntoPlane(Plane, Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Plane
-
Projects a point onto the plane.
- projectTo2D(BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Creates a bounding sphere in 2D from a bounding sphere in 3D world coordinates.
- projectTo2D(BoundingSphere, Object) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Creates a bounding sphere in 2D from a bounding sphere in 3D world coordinates.
- projectTo2D(BoundingSphere, Object, BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Creates a bounding sphere in 2D from a bounding sphere in 3D world coordinates.
- projectTo2D(String, String, String, String) - Static method in class org.cesiumjs.cs.core.geometry.GeometryPipeline
-
Projects a geometry's 3D position attribute to 2D, replacing the position attribute with separate position3D and
position2D attributes.
- projectTo2D(String, String, String, String, MapProjection) - Static method in class org.cesiumjs.cs.core.geometry.GeometryPipeline
-
Projects a geometry's 3D position attribute to 2D, replacing the position attribute with separate position3D and
position2D attributes.
- projectVector(Cartesian3, Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Projects vector a onto vector b
- promise - Variable in class org.cesiumjs.cs.core.providers.options.CesiumTerrainProviderOptions
-
- Promise<V,E> - Class in org.cesiumjs.cs.promise
-
- Promise(Executor<V, E>) - Constructor for class org.cesiumjs.cs.promise.Promise
-
- promise - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
- promise - Variable in class org.cesiumjs.cs.scene.providers.options.TileMapServiceImageryProviderOptions
-
Path to image tiles on server.
- PromiseCallback<T> - Interface in org.cesiumjs.cs.promise
-
- properties - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
- properties() - Method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Gets the tileset's properties dictionary object, which contains metadata about per-feature properties.
- properties() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets the names of the properties in the tileset.
- Property<T> - Class in org.cesiumjs.cs.datasources.properties
-
The interface for all properties, which represent a value that can optionally vary over time.
- Property() - Constructor for class org.cesiumjs.cs.datasources.properties.Property
-
- propertyNames - Variable in class org.cesiumjs.cs.datasources.Entity
-
Gets the names of all properties registered on this instance.
- ProviderViewModel - Class in org.cesiumjs.cs.widgets
-
- ProviderViewModel(ProviderViewModelOptions) - Constructor for class org.cesiumjs.cs.widgets.ProviderViewModel
-
Constructor of a view model that represents each item in the
BaseLayerPicker
.
- ProviderViewModel.ImageryProviderCreationFunction - Interface in org.cesiumjs.cs.widgets
-
A function which creates one or more providers.
- ProviderViewModel.TerrainProviderCreationFunction - Interface in org.cesiumjs.cs.widgets
-
- ProviderViewModelOptions - Class in org.cesiumjs.cs.widgets.options
-
- ProviderViewModelOptions() - Constructor for class org.cesiumjs.cs.widgets.options.ProviderViewModelOptions
-
- proximity - Variable in class org.cesiumjs.cs.core.options.OpenCageGeocoderServiceOptions
-
Provides the geocoder with a hint to bias results in favour of those closer to the specified location (For example: 41.40139,2.12870).
- proxy - Variable in class org.cesiumjs.cs.core.options.GoogleEarthEnterpriseMetadataOptions
-
A proxy to use for requests.
- proxy - Variable in class org.cesiumjs.cs.core.options.ResourceOptions
-
A proxy to be used when loading the resource.
- proxy - Variable in class org.cesiumjs.cs.core.providers.options.ArcGisImageServerTerrainProviderOptions
-
A proxy to use for requests.
- proxy - Variable in class org.cesiumjs.cs.core.providers.options.GoogleEarthEnterpriseTerrainProviderOptions
-
A proxy to use for requests.
- proxy - Variable in class org.cesiumjs.cs.core.providers.options.VRTheWorldTerrainProviderOptions
-
A proxy to use for requests.
- proxy - Variable in class org.cesiumjs.cs.core.Resource
-
A proxy to be used when loading the resource.
- proxy() - Method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
Gets the proxy used by this provider.
- proxy - Variable in class org.cesiumjs.cs.scene.providers.options.GoogleEarthEnterpriseImageryProviderOptions
-
A proxy to use for requests.
- proxy - Variable in class org.cesiumjs.cs.scene.providers.options.SingleTileImageryProviderOptions
-
A proxy to use for requests.
- PURPLE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #800080
- push(T...) - Method in class org.cesiumjs.cs.js.JsArray
-
Adds one or more elements to the end of an array and returns the new length of the array.
- put(String) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource from a URL and calls put() on it.
- put(ResourcePutOptions) - Static method in class org.cesiumjs.cs.core.Resource
-
Creates a Resource from a URL and calls put() on it.
- RADIANS_PER_ARCSECOND() - Static method in class org.cesiumjs.cs.core.Math
-
The number of radians in an arc second.
- RADIANS_PER_DEGREE() - Static method in class org.cesiumjs.cs.core.Math
-
The number of radians in a degree.
- radii() - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Gets the radii of the ellipsoid.
- radii - Variable in class org.cesiumjs.cs.core.geometry.options.EllipsoidOutlineGeometryOptions
-
The radii of the ellipsoid in the x, y, and z directions.
- radii - Variable in class org.cesiumjs.cs.datasources.graphics.EllipsoidGraphics
-
A Cartesian3 Property specifying the radii of the ellipsoid.
- radii - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipsoidGraphicsOptions
-
A Cartesian3 Property specifying the radii of the ellipsoid.
- radiiSquared() - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Gets the squared radii of the ellipsoid.
- radiiToTheFourth() - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Gets the radii of the ellipsoid raise to the fourth power.
- radius - Variable in class org.cesiumjs.cs.core.BoundingSphere
-
The radius of the sphere.
- radius - Variable in class org.cesiumjs.cs.core.geometry.options.CircleOutlineGeometryOptions
-
The radius in meters.
- radius - Variable in class org.cesiumjs.cs.core.Occluder
-
The radius of the occluder.
- radius - Variable in class org.cesiumjs.cs.scene.emitters.CircleEmitter
-
The radius of the circle in meters.
- radius - Variable in class org.cesiumjs.cs.scene.emitters.SphereEmitter
-
The radius of the sphere in meters.
- radius - Variable in class org.cesiumjs.cs.scene.interaction.options.CirclePrimitiveOptions
-
Radius of circle
- raise(T) - Method in class org.cesiumjs.cs.collections.DataSourceCollection
-
Raises a data source up one position in the collection.
- raise(ImageryLayer) - Method in class org.cesiumjs.cs.collections.ImageryLayerCollection
-
Raises a layer up one position in the collection.
- raise(Primitive) - Method in class org.cesiumjs.cs.collections.PrimitiveCollection
-
Raises a primitive "up one" in the collection.
- raiseCollection(EntityCollection) - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Raises a collection up one position in the composite.
- raiseCollectionToTop(EntityCollection) - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Raises a collection to the top of the composite.
- raiseToTop(T) - Method in class org.cesiumjs.cs.collections.DataSourceCollection
-
Raises a data source to the top of the collection.
- raiseToTop(ImageryLayer) - Method in class org.cesiumjs.cs.collections.ImageryLayerCollection
-
Raises a layer to the top of the collection.
- raiseToTop(Primitive) - Method in class org.cesiumjs.cs.collections.PrimitiveCollection
-
Raises a primitive to the "top" of the collection.
- randomBetween(double, double) - Static method in class org.cesiumjs.cs.core.Math
-
Generates a random number between two numbers.
- range - Variable in class org.cesiumjs.cs.core.HeadingPitchRange
-
Range is the distance from the center of the local frame.
- Ray - Class in org.cesiumjs.cs.core
-
- Ray() - Constructor for class org.cesiumjs.cs.core.Ray
-
Represents a ray that extends infinitely from the provided origin in the provided direction.
- Ray(Cartesian3, Cartesian3) - Constructor for class org.cesiumjs.cs.core.Ray
-
Represents a ray that extends infinitely from the provided origin in the provided direction.
- rayEllipsoid(Ray, Ellipsoid) - Static method in class org.cesiumjs.cs.core.IntersectionTests
-
Computes the intersection points of a ray with an ellipsoid.
- rayPlane(Ray, Plane) - Static method in class org.cesiumjs.cs.core.IntersectionTests
-
Computes the intersection of a ray and a plane.
- rayPlane(Ray, Plane, Cartesian3) - Static method in class org.cesiumjs.cs.core.IntersectionTests
-
Computes the intersection of a ray and a plane.
- raySphere(Ray, BoundingSphere) - Static method in class org.cesiumjs.cs.core.IntersectionTests
-
Computes the intersection points of a ray with a sphere.
- raySphere(Ray, BoundingSphere, Interval) - Static method in class org.cesiumjs.cs.core.IntersectionTests
-
Computes the intersection points of a ray with a sphere.
- rayTriangle(Ray, Cartesian3, Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.IntersectionTests
-
Computes the intersection of a ray and a triangle as a Cartesian3 coordinate.
- rayTriangle(Ray, Cartesian3, Cartesian3, Cartesian3, boolean) - Static method in class org.cesiumjs.cs.core.IntersectionTests
-
Computes the intersection of a ray and a triangle as a Cartesian3 coordinate.
- rayTriangle(Ray, Cartesian3, Cartesian3, Cartesian3, boolean, Cartesian3) - Static method in class org.cesiumjs.cs.core.IntersectionTests
-
Computes the intersection of a ray and a triangle as a Cartesian3 coordinate.
- rayTriangleParametric(Cartesian3, Cartesian3, Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.IntersectionTests
-
Computes the intersection of a ray and a triangle as a parametric distance along the input ray.
- rayTriangleParametric(Cartesian3, Cartesian3, Cartesian3, Cartesian3, boolean) - Static method in class org.cesiumjs.cs.core.IntersectionTests
-
Computes the intersection of a ray and a triangle as a parametric distance along the input ray.
- readonlydefinitionChanged() - Method in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
Gets the event that is raised whenever a property or sub-property is changed or modified.
- readonlyprimitive - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
All objects returned by Scene#pick have a primitive property.
- readonlystate - Variable in class org.cesiumjs.cs.core.Request
-
The current state of the request.
- ready - Variable in class org.cesiumjs.cs.core.providers.CesiumTerrainProvider
-
Gets a value indicating whether or not the provider is ready for use.
- ready - Variable in class org.cesiumjs.cs.core.providers.EllipsoidTerrainProvider
-
Gets a value indicating whether or not the provider is ready for use.
- ready - Variable in class org.cesiumjs.cs.core.providers.GeoserverTerrainProvider
-
Gets a value indicating whether or not the provider is ready for use.
- ready - Variable in class org.cesiumjs.cs.core.providers.VRTheWorldTerrainProvider
-
Gets a value indicating whether or not the provider is ready for use.
- ready() - Static method in class org.cesiumjs.cs.datasources.DataSourceDisplay
-
Gets a value indicating whether or not all entities in the data source are ready
- ready() - Method in class org.cesiumjs.cs.scene.Billboard
-
When true, this billboard is ready to render, i.e., the image has been downloaded and the WebGL resources are created.
- ready() - Method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
When true, the tileset's root tile is loaded and the tileset is ready to render.
- ready() - Method in class org.cesiumjs.cs.scene.Cesium3DTileStyle
-
When true, the style is ready and its expressions can be evaluated.
- ready() - Method in class org.cesiumjs.cs.scene.ClassificationPrimitive
-
Determines if the primitive is complete and ready to render.
- ready() - Method in class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
Determines if the primitive is complete and ready to render.
- ready() - Method in class org.cesiumjs.cs.scene.GroundPrimitive
-
Determines if the primitive is complete and ready to render.
- ready() - Method in class org.cesiumjs.cs.scene.Model
-
When true, this model is ready to render, i.e., the external binary, image, and shader files were downloaded
and the WebGL resources were created.
- ready() - Method in class org.cesiumjs.cs.scene.options.BillboardOptions
-
When true, this billboard is ready to render, i.e., the image has been downloaded and the WebGL resources are created.
- ready() - Method in class org.cesiumjs.cs.scene.PostProcessStage
-
Determines if this post-process stage is ready to be executed.
- ready() - Method in class org.cesiumjs.cs.scene.PostProcessStageCollection
-
Determines if all of the post-process stages in the collection are ready to be executed.
- ready() - Method in class org.cesiumjs.cs.scene.PostProcessStageComposite
-
Determines if this post-process stage is ready to be executed.
- ready() - Method in class org.cesiumjs.cs.scene.Primitive
-
Determines if the primitive is complete and ready to render.
- ready() - Method in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
Gets a value indicating whether or not the provider is ready for use.
- ready() - Method in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
Gets a value indicating whether or not the provider is ready for use.
- ready() - Method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
Gets a value indicating whether or not the provider is ready for use.
- ready() - Method in class org.cesiumjs.cs.scene.providers.GridImageryProvider
-
Gets a value indicating whether or not the provider is ready for use.
- ready() - Method in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
Gets a value indicating whether or not the provider is ready for use.
- ready() - Method in class org.cesiumjs.cs.scene.providers.MapboxImageryProvider
-
Gets a value indicating whether or not the provider is ready for use.
- ready() - Method in class org.cesiumjs.cs.scene.providers.SingleTileImageryProvider
-
Gets a value indicating whether or not the provider is ready for use.
- ready() - Method in class org.cesiumjs.cs.scene.providers.TileCoordinatesImageryProvider
-
Gets a value indicating whether or not the provider is ready for use.
- ready() - Method in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
Gets a value indicating whether or not the provider is ready for use.
- ready() - Method in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
Gets a value indicating whether or not the provider is ready for use.
- ready() - Method in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Gets a value indicating whether or not the provider is ready for use.
- readyPromise() - Method in class org.cesiumjs.cs.core.providers.CesiumTerrainProvider
-
Gets a promise that resolves to true when the provider is ready for use.
- readyPromise() - Method in class org.cesiumjs.cs.core.providers.EllipsoidTerrainProvider
-
Gets a promise that resolves to true when the provider is ready for use.
- readyPromise() - Method in class org.cesiumjs.cs.core.providers.GeoserverTerrainProvider
-
Gets a promise that resolves to true when the provider is ready for use.
- readyPromise() - Method in class org.cesiumjs.cs.core.providers.VRTheWorldTerrainProvider
-
Gets a promise that resolves to true when the provider is ready for use.
- readyPromise() - Method in class org.cesiumjs.cs.scene.Cesium3DTileContent
-
Gets the promise that will be resolved when the tile's content is ready to render.
- readyPromise() - Method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Gets the promise that will be resolved when the tileset's root tile is loaded and the tileset is ready to render.
- readyPromise() - Method in class org.cesiumjs.cs.scene.Cesium3DTileStyle
-
Gets the promise that will be resolved when the the style is ready and its expressions can be evaluated.
- readyPromise() - Method in class org.cesiumjs.cs.scene.ClassificationPrimitive
-
Gets a promise that resolves when the primitive is ready to render.
- readyPromise() - Method in class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
Gets a promise that resolves when the primitive is ready to render.
- readyPromise() - Method in class org.cesiumjs.cs.scene.GroundPrimitive
-
Gets a promise that resolves when the primitive is ready to render.
- readyPromise() - Method in class org.cesiumjs.cs.scene.Model
-
Gets the promise that will be resolved when this model is ready to render, i.e., when the external binary,
image, and shader files were downloaded and the WebGL resources were created.
- readyPromise() - Method in class org.cesiumjs.cs.scene.Primitive
-
Gets a promise that resolves when the primitive is ready to render.
- readyPromise() - Method in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
Gets a promise that resolves to true when the provider is ready for use.
- readyPromise() - Method in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
Gets a promise that resolves to true when the provider is ready for use.
- readyPromise() - Method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
Gets a promise that resolves to true when the provider is ready for use.
- readyPromise() - Method in class org.cesiumjs.cs.scene.providers.GridImageryProvider
-
Gets a promise that resolves to true when the provider is ready for use.
- readyPromise() - Method in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
Gets a promise that resolves to true when the provider is ready for use.
- readyPromise() - Method in class org.cesiumjs.cs.scene.providers.MapboxImageryProvider
-
Gets a promise that resolves to true when the provider is ready for use.
- readyPromise() - Method in class org.cesiumjs.cs.scene.providers.SingleTileImageryProvider
-
Gets a promise that resolves to true when the provider is ready for use.
- readyPromise() - Method in class org.cesiumjs.cs.scene.providers.TileCoordinatesImageryProvider
-
Gets a promise that resolves to true when the provider is ready for use.
- readyPromise() - Method in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
Gets a promise that resolves to true when the provider is ready for use.
- readyPromise() - Method in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
Gets a promise that resolves to true when the provider is ready for use.
- readyPromise() - Method in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Gets a promise that resolves to true when the provider is ready for use.
- readyPromise() - Method in class org.cesiumjs.cs.scene.TimeDynamicPointCloud
-
Gets the promise that will be resolved when the point cloud renders a frame for the first time.
- RECEIVE_ONLY() - Static method in class org.cesiumjs.cs.scene.enums.ShadowMode
-
The object receives shadows only.
- RECEIVED() - Static method in class org.cesiumjs.cs.core.enums.RequestState
-
Request completed successfully.
- rectangle - Variable in class org.cesiumjs.cs.core.geometry.options.RectangleOutlineGeometryOptions
-
A cartographic rectangle with north, south, east and west properties in radians.
- rectangle - Variable in class org.cesiumjs.cs.core.options.TilingSchemeOptions
-
The rectangle, in radians, covered by the tiling scheme.
- Rectangle - Class in org.cesiumjs.cs.core
-
- Rectangle() - Constructor for class org.cesiumjs.cs.core.Rectangle
-
A two dimensional region specified as longitude and latitude coordinates.
- Rectangle(double, double, double, double) - Constructor for class org.cesiumjs.cs.core.Rectangle
-
A two dimensional region specified as longitude and latitude coordinates.
- rectangle - Variable in class org.cesiumjs.cs.core.TilingScheme
-
Gets the rectangle, in radians, covered by this tiling scheme.
- rectangle - Variable in class org.cesiumjs.cs.datasources.Entity
-
A rectangle to associate with this entity.
- rectangle - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
A rectangle to associate with this entity.
- rectangle() - Method in class org.cesiumjs.cs.scene.ImageryLayer
-
Gets the rectangle of this layer.
- rectangle - Variable in class org.cesiumjs.cs.scene.options.ImageryLayerOptions
-
The rectangle of the layer.
- rectangle() - Method in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
The rectangle of the layer.
- rectangle() - Method in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
Gets the rectangle, in radians, of the imagery provided by this instance.
- rectangle() - Method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
Gets the rectangle, in radians, of the imagery provided by this instance.
- rectangle() - Method in class org.cesiumjs.cs.scene.providers.GridImageryProvider
-
The rectangle of the layer.
- rectangle() - Method in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
Gets the rectangle, in radians, of the imagery provided by the instance.
- rectangle() - Method in class org.cesiumjs.cs.scene.providers.MapboxImageryProvider
-
Gets the rectangle, in radians, of the imagery provided by this instance.
- rectangle - Variable in class org.cesiumjs.cs.scene.providers.options.ArcGisMapServerImageryProviderOptions
-
The rectangle of the layer.
- rectangle - Variable in class org.cesiumjs.cs.scene.providers.options.MapboxImageryProviderOptions
-
The rectangle, in radians, covered by the image.
- rectangle - Variable in class org.cesiumjs.cs.scene.providers.options.OpenStreetMapImageryProviderOptions
-
The rectangle of the layer.
- rectangle - Variable in class org.cesiumjs.cs.scene.providers.options.SingleTileImageryProviderOptions
-
The rectangle, in radians, covered by the image.
- rectangle - Variable in class org.cesiumjs.cs.scene.providers.options.TileMapServiceImageryProviderOptions
-
The rectangle, in radians, covered by the image.
- rectangle - Variable in class org.cesiumjs.cs.scene.providers.options.UrlTemplateImageryProviderOptions
-
The rectangle, in radians, covered by the image.
- rectangle - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapServiceImageryProviderOptions
-
The rectangle of the layer.
- rectangle - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapTileServiceImageryProviderOptions
-
The rectangle covered by the layer.
- rectangle() - Method in class org.cesiumjs.cs.scene.providers.SingleTileImageryProvider
-
Gets the rectangle, in radians, of the imagery provided by this instance.
- rectangle() - Method in class org.cesiumjs.cs.scene.providers.TileCoordinatesImageryProvider
-
The rectangle of the layer.
- rectangle() - Method in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
The rectangle of the layer.
- rectangle() - Method in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
Gets the rectangle, in radians, of the imagery provided by this instance.
- rectangle() - Method in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Gets the rectangle, in radians, of the imagery provided by this instance.
- RectangleGeometry - Class in org.cesiumjs.cs.core.geometry
-
- RectangleGeometry(RectangleGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.RectangleGeometry
-
A description of a cartographic rectangle on an ellipsoid centered at the origin.
- RectangleGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- RectangleGeometryOptions() - Constructor for class org.cesiumjs.cs.core.geometry.options.RectangleGeometryOptions
-
- RectangleGeometryUpdater - Class in org.cesiumjs.cs.datasources.updater
-
- RectangleGeometryUpdater(Entity, Scene) - Constructor for class org.cesiumjs.cs.datasources.updater.RectangleGeometryUpdater
-
- RectangleGraphics - Class in org.cesiumjs.cs.datasources.graphics
-
- RectangleGraphics() - Constructor for class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
- RectangleGraphics(RectangleGraphicsOptions) - Constructor for class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
- RectangleGraphicsOptions - Class in org.cesiumjs.cs.datasources.graphics.options
-
- RectangleGraphicsOptions() - Constructor for class org.cesiumjs.cs.datasources.graphics.options.RectangleGraphicsOptions
-
- rectangleNortheastInMeters - Variable in class org.cesiumjs.cs.core.options.WebMercatorTilingSchemeOptions
-
optional The northeast corner of the rectangle covered by the tiling scheme, in meters.
- RectangleOutlineGeometry - Class in org.cesiumjs.cs.core.geometry
-
A description of the outline of a a cartographic rectangle on an ellipsoid centered at the origin.
- RectangleOutlineGeometry(RectangleOutlineGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.RectangleOutlineGeometry
-
- RectangleOutlineGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- RectangleOutlineGeometryOptions() - Constructor for class org.cesiumjs.cs.core.geometry.options.RectangleOutlineGeometryOptions
-
- RectanglePrimitive - Class in org.cesiumjs.cs.scene.interaction
-
- RectanglePrimitive(AbstractPrimitiveOptions) - Constructor for class org.cesiumjs.cs.scene.interaction.RectanglePrimitive
-
- rectangleSouthwestInMeters - Variable in class org.cesiumjs.cs.core.options.WebMercatorTilingSchemeOptions
-
The southwest corner of the rectangle covered by the tiling scheme, in meters.
- rectangleToNativeRectangle(Rectangle) - Method in class org.cesiumjs.cs.core.TilingScheme
-
Transforms an rectangle specified in geodetic radians to the native coordinate system of this tiling scheme.
- rectangleToNativeRectangle(Rectangle, Rectangle) - Method in class org.cesiumjs.cs.core.TilingScheme
-
Transforms an rectangle specified in geodetic radians to the native coordinate system of this tiling scheme.
- red - Variable in class org.cesiumjs.cs.core.Color
-
The red component.
- RED() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FF0000
- red - Variable in class org.cesiumjs.cs.core.options.ColorRandomOptions
-
If specified, the red component to use instead of a randomized value.
- ReferenceFrame - Class in org.cesiumjs.cs.core.enums
-
- referenceFrame - Variable in class org.cesiumjs.cs.datasources.properties.ConstantPositionProperty
-
Gets the reference frame in which the position is defined.
- referenceFrame - Variable in class org.cesiumjs.cs.datasources.properties.PositionProperty
-
Gets the reference frame that the position is defined in.
- referenceFrame() - Method in class org.cesiumjs.cs.datasources.properties.ReferenceProperty
-
Gets the reference frame that the position is defined in.
- referenceFrame - Variable in class org.cesiumjs.cs.datasources.properties.SampledPositionProperty
-
Gets the reference frame in which the position is defined.
- referenceFrame - Variable in class org.cesiumjs.cs.datasources.properties.TimeIntervalCollectionPositionProperty
-
Gets the reference frame in which the position is defined.
- ReferenceProperty - Class in org.cesiumjs.cs.datasources.properties
-
- ReferenceProperty(EntityCollection, String, String[]) - Constructor for class org.cesiumjs.cs.datasources.properties.ReferenceProperty
-
A Property which transparently links to another property on a provided object.
- refreshEvent - Variable in class org.cesiumjs.cs.datasources.KmlDataSource
-
Gets an event that will be raised when the data source refreshes a network link.
- reinitialize(UrlTemplateImageryProviderOptions) - Method in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
Reinitializes this instance.
- reinitialize(Promise<UrlTemplateImageryProviderOptions, Void>) - Method in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
Reinitializes this instance.
- Reject<E> - Interface in org.cesiumjs.cs.promise
-
- RELATIVE_TO_GROUND() - Static method in class org.cesiumjs.cs.scene.enums.HeightReference
-
The position height is the height above the terrain.
- relativeToPrevious - Variable in class org.cesiumjs.cs.collections.options.FromIso8601DurationArrayOptions
-
if durations are relative to previous date, false if always relative to the epoch.
- releaseGeometryInstances() - Method in class org.cesiumjs.cs.scene.ClassificationPrimitive
-
When true, the primitive does not keep a reference to the input geometryInstances to save memory.
- releaseGeometryInstances() - Method in class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
When true, the primitive does not keep a reference to the input geometryInstances to save memory.
- releaseGeometryInstances() - Method in class org.cesiumjs.cs.scene.GroundPrimitive
-
When true, the primitive does not keep a reference to the input geometryInstances to save memory.
- releaseGeometryInstances - Variable in class org.cesiumjs.cs.scene.options.ClassificationPrimitiveOptions
-
When true, the primitive does not keep a reference to the input geometryInstances to save memory.
- releaseGeometryInstances - Variable in class org.cesiumjs.cs.scene.options.GroundPolylinePrimitiveOptions
-
When true, the primitive does not keep a reference to the input geometryInstances to save memory.
- releaseGeometryInstances - Variable in class org.cesiumjs.cs.scene.options.GroundPrimitiveOptions
-
When true, the primitive does not keep a reference to the input geometryInstances to save memory.
- releaseGeometryInstances - Variable in class org.cesiumjs.cs.scene.options.PrimitiveOptions
-
When true, the primitive does not keep a reference to the input geometryInstances to save memory.
- releaseGeometryInstances() - Method in class org.cesiumjs.cs.scene.Primitive
-
When true, the primitive does not keep a reference to the input geometryInstances to save memory.
- remove(T) - Method in class org.cesiumjs.cs.collections.Collection
-
- remove(Collection<?>) - Method in class org.cesiumjs.cs.collections.Collection
-
- remove(T, boolean) - Method in class org.cesiumjs.cs.collections.DataSourceCollection
-
Removes a data source from this collection, if present.
- remove(Entity) - Method in class org.cesiumjs.cs.collections.EntityCollection
-
Removes an entity from the collection.
- remove(ImageryLayer, boolean) - Method in class org.cesiumjs.cs.collections.ImageryLayerCollection
-
Removes a layer from this collection, if present.
- remove(int) - Method in class org.cesiumjs.cs.scene.interaction.MarkerGroup
-
- remove() - Method in class org.cesiumjs.cs.scene.interaction.MarkerGroup
-
- remove(PostProcess) - Method in class org.cesiumjs.cs.scene.PostProcessStageCollection
-
Removes a post-process stage from the collection and destroys it.
- removeAll() - Method in class org.cesiumjs.cs.collections.Collection
-
- removeAll(boolean) - Method in class org.cesiumjs.cs.collections.DataSourceCollection
-
Removes all data sources from this collection.
- removeAll() - Method in class org.cesiumjs.cs.collections.EntityCollection
-
Removes all Entities from the collection.
- removeAll(boolean) - Method in class org.cesiumjs.cs.collections.ImageryLayerCollection
-
Removes all layers from this collection.
- removeAll() - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Removes all intervals from the collection.
- removeAll() - Method in class org.cesiumjs.cs.scene.PostProcessStageCollection
-
Removes all post-process stages from the collection and destroys them.
- removeAllCollections() - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Removes all collections from this composite.
- removeById(Object) - Method in class org.cesiumjs.cs.collections.EntityCollection
-
Removes an entity with the provided id from the collection.
- removeCollection(EntityCollection) - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
Removes a collection from this composite, if present.
- removeDefaultCredit(Credit) - Method in class org.cesiumjs.cs.scene.CreditDisplay
-
Removes a default credit
- removeDrawListener(DrawInteraction.Listener, DrawInteraction.EventType) - Method in class org.cesiumjs.cs.scene.interaction.DrawInteraction
-
- removeEventListener(T) - Method in class org.cesiumjs.cs.core.Event
-
Unregisters a previously registered callback.
- removeEventListener(T, Object) - Method in class org.cesiumjs.cs.core.Event
-
Unregisters a previously registered callback.
- removeInputAction(Number) - Method in class org.cesiumjs.cs.core.ScreenSpaceEventHandler
-
Removes the function to be executed on an input event.
- removeInputAction(Number, Number) - Method in class org.cesiumjs.cs.core.ScreenSpaceEventHandler
-
Removes the function to be executed on an input event.
- removeInterval(TimeInterval) - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Removes the specified interval from this interval collection, creating a hole over the specified interval.
- removeOnStop - Variable in class org.cesiumjs.cs.scene.ModelAnimation
-
When true, the animation is removed after it stops playing.
- removeOnStop - Variable in class org.cesiumjs.cs.scene.options.ModelAnimationOptions
-
When true, the animation is removed after it stops playing.
- removeProperty(String) - Method in class org.cesiumjs.cs.datasources.Entity
-
Removed a property previously added with addProperty.
- removeSample(JulianDate) - Method in class org.cesiumjs.cs.datasources.properties.SampledPositionProperty
-
Removes a sample at the given time, if present.
- removeSample(JulianDate) - Method in class org.cesiumjs.cs.datasources.properties.SampledProperty
-
Removes a sample at the given time, if present.
- removeSamples(TimeInterval) - Method in class org.cesiumjs.cs.datasources.properties.SampledPositionProperty
-
Removes all samples for the given time interval.
- removeSamples(TimeInterval) - Method in class org.cesiumjs.cs.datasources.properties.SampledProperty
-
Removes all samples for the given time interval.
- render() - Method in class org.cesiumjs.cs.widgets.CesiumWidget
-
Renders the scene.
- render() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Renders the scene.
- renderError() - Method in class org.cesiumjs.cs.scene.Scene
-
Gets the event that will be raised when an error is thrown inside the render function.
- renderState() - Method in class org.cesiumjs.cs.scene.apperances.Appearance
-
The WebGL fixed-function state to use when rendering the geometry.
- renderState - Variable in class org.cesiumjs.cs.scene.apperances.options.AppearanceOptions
-
Optional render state to override the default render state.
- renderState - Variable in class org.cesiumjs.cs.scene.apperances.options.DebugAppearanceOptions
-
Optional render state to override the default render state.
- renderState - Variable in class org.cesiumjs.cs.scene.apperances.options.EllipsoidSurfaceAppearanceOptions
-
render state to override the default render state.
- renderState - Variable in class org.cesiumjs.cs.scene.apperances.options.MaterialAppearanceOptions
-
Render state to override the default render state.
- renderState - Variable in class org.cesiumjs.cs.scene.apperances.options.PerInstanceColorAppearanceOptions
-
render state to override the default render state.
- renderState - Variable in class org.cesiumjs.cs.scene.apperances.options.PolylineColorAppearanceOptions
-
Optional render state to override the default render state.
- renderState - Variable in class org.cesiumjs.cs.scene.apperances.options.PolylineMaterialAppearanceOptions
-
Optional render state to override the default render state.
- reorderForPostVertexCache(Geometry) - Static method in class org.cesiumjs.cs.core.geometry.GeometryPipeline
-
Reorders a geometry's indices to achieve better performance from the GPU's post vertex-shader cache by using the
Tipsify algorithm.
- reorderForPostVertexCache(Geometry, int) - Static method in class org.cesiumjs.cs.core.geometry.GeometryPipeline
-
Reorders a geometry's indices to achieve better performance from the GPU's post vertex-shader cache by using the
Tipsify algorithm.
- reorderForPreVertexCache(Geometry) - Static method in class org.cesiumjs.cs.core.geometry.GeometryPipeline
-
Reorders a geometry's attributes and indices to achieve better performance from the GPU's pre-vertex-shader cache.
- repeat - Variable in class org.cesiumjs.cs.datasources.properties.CheckerboardMaterialProperty
-
A Cartesian2 Property specifying how many times the tiles repeat in each direction.
- repeat - Variable in class org.cesiumjs.cs.datasources.properties.ImageMaterialProperty
-
Gets or sets the Cartesian2 Property specifying the number of times the imagery repeats in each direction.
- repeat - Variable in class org.cesiumjs.cs.datasources.properties.options.CheckerboardMaterialPropertyOptions
-
A Cartesian2 Property specifying how many times the tiles repeat in each direction.
- repeat - Variable in class org.cesiumjs.cs.datasources.properties.options.ImageMaterialPropertyOptions
-
A Cartesian2 Property specifying the number of times the imagery repeats in each direction.
- repeat - Variable in class org.cesiumjs.cs.datasources.properties.options.StripeMaterialPropertyOptions
-
A numeric Property specifying how many times the stripes repeat.
- repeat - Variable in class org.cesiumjs.cs.datasources.properties.StripeMaterialProperty
-
Gets or sets the numeric Property specifying how many times the stripes repeat.
- REPEAT() - Static method in class org.cesiumjs.cs.scene.enums.ModelAnimationLoop
-
Loop the animation playing it from the start immediately after it stops.
- REPLACE() - Static method in class org.cesiumjs.cs.scene.enums.Cesium3DTileColorBlendMode
-
Replaces the source color with the feature color.
- REPLACE() - Static method in class org.cesiumjs.cs.scene.enums.ColorBlendMode
-
Replaces the source color with the target color
- request - Variable in class org.cesiumjs.cs.core.options.ResourceOptions
-
A Request object that will be used.
- Request - Class in org.cesiumjs.cs.core
-
Stores information for making a request.
- Request() - Constructor for class org.cesiumjs.cs.core.Request
-
Stores information for making a request.
- Request(RequestOptions) - Constructor for class org.cesiumjs.cs.core.Request
-
Stores information for making a request.
- request - Variable in class org.cesiumjs.cs.core.Resource
-
A Request object that will be used.
- request - Variable in class org.cesiumjs.cs.scene.GetFeatureInfoParameters
-
- request - Variable in class org.cesiumjs.cs.scene.WebMapServiceParameters
-
- Request.CancelCallback - Interface in org.cesiumjs.cs.core
-
- Request.PriorityCallback - Interface in org.cesiumjs.cs.core
-
- Request.RequestCallback - Interface in org.cesiumjs.cs.core
-
- requestAnimationFrame(Cesium.RequestAnimationFrameCallback) - Static method in class org.cesiumjs.cs.Cesium
-
A browser-independent function to request a new animation frame.
- requestCanvas(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
Requests the image for a given tile.
- requestCanvas(int, int, int, Request) - Method in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
Requests the image for a given tile.
- requestFullscreen(Object) - Static method in class org.cesiumjs.cs.core.Fullscreen
-
Asynchronously requests the browser to enter fullscreen mode on the given element.
- requestFullscreen(Object, HMDVRDevice) - Static method in class org.cesiumjs.cs.core.Fullscreen
-
Asynchronously requests the browser to enter fullscreen mode on the given element.
- requestFunction - Variable in class org.cesiumjs.cs.core.options.RequestOptions
-
The function that makes the actual data request.
- requestFunction - Variable in class org.cesiumjs.cs.core.Request
-
The function that makes the actual data request.
- requestImage(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
Requests the image for a given tile.
- requestImage(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
Requests the image for a given tile.
- requestImage(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
Requests the image for a given tile.
- requestImage(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.GridImageryProvider
-
Requests the image for a given tile.
- requestImage(int, int, int, Request) - Method in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
Requests the image for a given tile.
- requestImage(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.MapboxImageryProvider
-
Requests the image for a given tile.
- requestImage(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.SingleTileImageryProvider
-
Requests the image for a given tile.
- requestImage(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.TileCoordinatesImageryProvider
-
Requests the image for a given tile.
- requestImage(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
Requests the image for a given tile.
- requestImage(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
Requests the image for a given tile.
- requestImage(int, int, int) - Method in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Requests the image for a given tile.
- RequestOptions - Class in org.cesiumjs.cs.core.options
-
- RequestOptions() - Constructor for class org.cesiumjs.cs.core.options.RequestOptions
-
- requestRender() - Method in class org.cesiumjs.cs.scene.Scene
-
Requests a new rendered frame when Scene#requestRenderMode is set to true.
- requestRenderMode - Variable in class org.cesiumjs.cs.scene.options.SceneOptions
-
If true, rendering a frame will only occur when needed as determined by changes within the scene.
- requestRenderMode - Variable in class org.cesiumjs.cs.scene.Scene
-
When true, rendering a frame will only occur when needed as determined by changes within the scene.
- requestRenderMode - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
If true, rendering a frame will only occur when needed as determined by changes within the scene.
- RequestState - Class in org.cesiumjs.cs.core.enums
-
State of the request.
- requestTileGeometry(int, int, int, Request) - Method in class org.cesiumjs.cs.core.providers.ArcGISTiledElevationTerrainProvider
-
- requestTileGeometry(int, int, int, Request) - Method in class org.cesiumjs.cs.core.providers.CesiumTerrainProvider
-
Requests the geometry for a given tile.
- requestTileGeometry(int, int, int, Request) - Method in class org.cesiumjs.cs.core.providers.EllipsoidTerrainProvider
-
Requests the geometry for a given tile.
- requestTileGeometry(int, int, int, Request) - Method in class org.cesiumjs.cs.core.providers.GeoserverTerrainProvider
-
Requests the geometry for a given tile.
- requestTileGeometry(int, int, int, Request) - Method in class org.cesiumjs.cs.core.providers.GoogleEarthEnterpriseTerrainProvider
-
Requests the geometry for a given tile.
- requestTileGeometry(int, int, int, Request) - Method in interface org.cesiumjs.cs.core.providers.TerrainProvider
-
Requests the geometry for a given tile.
- requestTileGeometry(int, int, int, Request) - Method in class org.cesiumjs.cs.core.providers.VRTheWorldTerrainProvider
-
Requests the geometry for a given tile.
- RequestType - Class in org.cesiumjs.cs.core.enums
-
An enum identifying the type of request.
- requestVertexNormals - Variable in class org.cesiumjs.cs.Cesium.CreateWorldTerrainOptions
-
Flag that indicates if the client should request additional lighting information from the server if available.
- requestVertexNormals - Variable in class org.cesiumjs.cs.core.providers.CesiumTerrainProvider
-
Boolean flag that indicates if the client should request vertex normals from the server.
- requestVertexNormals - Variable in class org.cesiumjs.cs.core.providers.GeoserverTerrainProvider
-
Boolean flag that indicates if the client should request vertex normals from the server.
- requestVertexNormals - Variable in class org.cesiumjs.cs.core.providers.options.CesiumTerrainProviderOptions
-
Flag that indicates if the client should request additional lighting information from the server, in the form of per vertex normals if available.
- requestWaterMask - Variable in class org.cesiumjs.cs.Cesium.CreateWorldTerrainOptions
-
Flag that indicates if the client should request per tile water masks from the server if available.
- requestWaterMask - Variable in class org.cesiumjs.cs.core.providers.CesiumTerrainProvider
-
Boolean flag that indicates if the client should request a watermask from the server.
- requestWaterMask - Variable in class org.cesiumjs.cs.core.providers.GeoserverTerrainProvider
-
Boolean flag that indicates if the client should request a watermask from the server.
- requestWaterMask - Variable in class org.cesiumjs.cs.core.providers.options.CesiumTerrainProviderOptions
-
Flag that indicates if the client should request per tile water masks from the server, if available.
- resize() - Method in class org.cesiumjs.cs.widgets.Animation
-
Resizes the widget to match the container size.
- resize() - Method in class org.cesiumjs.cs.widgets.CesiumWidget
-
Updates the canvas size, camera aspect ratio, and viewport size.
- resize() - Method in class org.cesiumjs.cs.widgets.Timeline
-
Resizes the widget to match the container size.
- resize() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Resizes the widget to match the container size.
- resolution - Variable in class org.cesiumjs.cs.datasources.graphics.options.PathGraphicsOptions
-
A numeric Property specifying the maximum number of seconds to step when sampling the position.
- resolution - Variable in class org.cesiumjs.cs.datasources.graphics.PathGraphics
-
A numeric Property specifying the maximum number of seconds to step when sampling the position.
- resolutionScale - Variable in class org.cesiumjs.cs.widgets.CesiumWidget
-
Gets or sets a scaling factor for rendering resolution.
- resolutionScale - Variable in class org.cesiumjs.cs.widgets.Viewer
-
Gets or sets a scaling factor for rendering resolution.
- resolvedProperty() - Method in class org.cesiumjs.cs.datasources.properties.ReferenceProperty
-
Gets the resolved instance of the underlying referenced property.
- resource - Variable in class org.cesiumjs.cs.core.providers.options.CesiumTerrainProviderOptions
-
- Resource - Class in org.cesiumjs.cs.core
-
A resource that includes the location and any other parameters we need to retrieve it or create derived resources.
- Resource(ResourceOptions) - Constructor for class org.cesiumjs.cs.core.Resource
-
- resource - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
- resource - Variable in class org.cesiumjs.cs.scene.providers.options.TileMapServiceImageryProviderOptions
-
Path to image tiles on server.
- Resource.RetryCallback - Interface in org.cesiumjs.cs.core
-
A function that returns the value of the property.
- ResourceHttpOptions - Class in org.cesiumjs.cs.core.options
-
- ResourceHttpOptions() - Constructor for class org.cesiumjs.cs.core.options.ResourceHttpOptions
-
- ResourceImageOptions - Class in org.cesiumjs.cs.core.options
-
- ResourceImageOptions() - Constructor for class org.cesiumjs.cs.core.options.ResourceImageOptions
-
- ResourceJsonpOptions - Class in org.cesiumjs.cs.core.options
-
- ResourceJsonpOptions() - Constructor for class org.cesiumjs.cs.core.options.ResourceJsonpOptions
-
- ResourceOptions - Class in org.cesiumjs.cs.core.options
-
- ResourcePathOptions - Class in org.cesiumjs.cs.core.options
-
- ResourcePathOptions() - Constructor for class org.cesiumjs.cs.core.options.ResourcePathOptions
-
- ResourcePutOptions - Class in org.cesiumjs.cs.core.options
-
- ResourcePutOptions() - Constructor for class org.cesiumjs.cs.core.options.ResourcePutOptions
-
- responseType - Variable in class org.cesiumjs.cs.core.options.ResourceHttpOptions
-
The type of response.
- responseType - Variable in class org.cesiumjs.cs.core.options.ResourcePutOptions
-
The type of response.
- resumeEvents() - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
- resumeEvents() - Method in class org.cesiumjs.cs.collections.EntityCollection
-
Resumes raising EntityCollection#collectionChanged events immediately when an item is added or removed.
- rethrowRenderErrors - Variable in class org.cesiumjs.cs.scene.Scene
-
Exceptions occurring in render are always caught in order to raise the renderError event.
- retryAttempts - Variable in class org.cesiumjs.cs.core.options.ResourceOptions
-
The number of times the retryCallback should be called before giving up.
- retryAttempts - Variable in class org.cesiumjs.cs.core.Resource
-
The number of times the retryCallback should be called before giving up.
- retryCallback - Variable in class org.cesiumjs.cs.core.options.ResourceOptions
-
The Function to call when a request for this resource fails.
- retryCallback - Variable in class org.cesiumjs.cs.core.Resource
-
Function to call when a request for this resource fails.
- retryOnError() - Method in class org.cesiumjs.cs.core.Resource
-
Called when a resource fails to load.
- retryOnError(JsObject) - Method in class org.cesiumjs.cs.core.Resource
-
Called when a resource fails to load.
- reverse() - Method in class org.cesiumjs.cs.scene.ModelAnimation
-
When true, the animation is played in reverse.
- reverse - Variable in class org.cesiumjs.cs.scene.options.ModelAnimationOptions
-
When true, the animation is played in reverse.
- RGB() - Static method in class org.cesiumjs.cs.core.enums.PixelFormat
-
A pixel format containing red, green, and blue channels.
- RGB_DXT1() - Static method in class org.cesiumjs.cs.core.enums.PixelFormat
-
A pixel format containing red, green, and blue channels that is DXT1 compressed.
- RGB_ETC1() - Static method in class org.cesiumjs.cs.core.enums.PixelFormat
-
A pixel format containing red, green, and blue channels that is ETC1 compressed.
- RGB_PVRTC_2BPPV1() - Static method in class org.cesiumjs.cs.core.enums.PixelFormat
-
A pixel format containing red, green, and blue channels that is PVR 2bpp compressed.
- RGB_PVRTC_4BPPV1() - Static method in class org.cesiumjs.cs.core.enums.PixelFormat
-
A pixel format containing red, green, and blue channels that is PVR 4bpp compressed.
- RGBA() - Static method in class org.cesiumjs.cs.core.enums.PixelFormat
-
A pixel format containing red, green, blue, and alpha channels.
- RGBA_DXT1() - Static method in class org.cesiumjs.cs.core.enums.PixelFormat
-
A pixel format containing red, green, blue, and alpha channels that is DXT1 compressed.
- RGBA_DXT3() - Static method in class org.cesiumjs.cs.core.enums.PixelFormat
-
A pixel format containing red, green, blue, and alpha channels that is DXT3 compressed.
- RGBA_DXT5() - Static method in class org.cesiumjs.cs.core.enums.PixelFormat
-
A pixel format containing red, green, blue, and alpha channels that is DXT5 compressed.
- RGBA_PVRTC_2BPPV1() - Static method in class org.cesiumjs.cs.core.enums.PixelFormat
-
A pixel format containing red, green, blue, and alpha channels that is PVR 2bpp compressed.
- RGBA_PVRTC_4BPPV1() - Static method in class org.cesiumjs.cs.core.enums.PixelFormat
-
A pixel format containing red, green, blue, and alpha channels that is PVR 4bpp compressed.
- RHUMB() - Static method in class org.cesiumjs.cs.core.enums.ArcType
-
Follow rhumb or loxodrome path.
- right - Variable in class org.cesiumjs.cs.core.OrthographicOffCenterFrustum
-
The right clipping plane.
- right - Variable in class org.cesiumjs.cs.core.PerspectiveOffCenterFrustum
-
Defines the right clipping plane.
- right - Variable in class org.cesiumjs.cs.scene.Camera
-
The right direction of the camera.
- RIGHT() - Static method in class org.cesiumjs.cs.scene.enums.HorizontalOrigin
-
The origin is on the right side of the object.
- RIGHT() - Static method in class org.cesiumjs.cs.scene.enums.ImagerySplitDirection
-
Display the ImageryLayer to the right of the Scene#imagerySplitPosition.
- RIGHT_CLICK() - Static method in class org.cesiumjs.cs.core.enums.ScreenSpaceEventType
-
Represents a mouse right click event.
- RIGHT_DOWN() - Static method in class org.cesiumjs.cs.core.enums.ScreenSpaceEventType
-
Represents a mouse left button down event.
- RIGHT_DRAG() - Static method in class org.cesiumjs.cs.scene.enums.CameraEventType
-
A right mouse button press followed by moving the mouse and releasing the button.
- RIGHT_UP() - Static method in class org.cesiumjs.cs.core.enums.ScreenSpaceEventType
-
Represents a mouse right button up event.
- rightWC() - Method in class org.cesiumjs.cs.scene.Camera
-
Gets the right direction of the camera in world coordinates.
- RimLightingType() - Static method in class org.cesiumjs.cs.scene.Material
-
Gets the name of the rim lighting material.
- ROAD() - Static method in class org.cesiumjs.cs.scene.providers.BingMapsStyle
-
- ROAD_ON_DEMAND() - Static method in class org.cesiumjs.cs.scene.providers.BingMapsStyle
-
Roads without additional imagery.
- roll - Variable in class org.cesiumjs.cs.core.HeadingPitchRoll
-
- roll() - Method in class org.cesiumjs.cs.scene.Camera
-
Gets the camera roll in radians.
- root() - Method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
The root tile.
- ROSYBROWN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #BC8F8F
- rotate(Cartesian3) - Method in class org.cesiumjs.cs.scene.Camera
-
Rotates the camera around axis by angle.
- rotate(Cartesian3, double) - Method in class org.cesiumjs.cs.scene.Camera
-
Rotates the camera around axis by angle.
- ROTATE() - Static method in class org.cesiumjs.cs.scene.enums.MapMode2D
-
The 2D map can be rotated about the z axis.
- rotateDown() - Method in class org.cesiumjs.cs.scene.Camera
-
Rotates the camera around the center of the camera's reference frame by angle downwards.
- rotateDown(double) - Method in class org.cesiumjs.cs.scene.Camera
-
Rotates the camera around the center of the camera's reference frame by angle downwards.
- rotateEventTypes - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
The input that allows the user to rotate around the globe or another object.
- rotateLeft() - Method in class org.cesiumjs.cs.scene.Camera
-
Rotates the camera around the center of the camera's reference frame by angle to the left.
- rotateLeft(double) - Method in class org.cesiumjs.cs.scene.Camera
-
Rotates the camera around the center of the camera's reference frame by angle to the left.
- rotateRight() - Method in class org.cesiumjs.cs.scene.Camera
-
Rotates the camera around the center of the camera's reference frame by angle to the right.
- rotateRight(double) - Method in class org.cesiumjs.cs.scene.Camera
-
Rotates the camera around the center of the camera's reference frame by angle to the right.
- rotateUp(double) - Method in class org.cesiumjs.cs.scene.Camera
-
Rotates the camera around the center of the camera's reference frame by angle upwards.
- rotation - Variable in class org.cesiumjs.cs.core.geometry.options.EllipseOutlineGeometryOptions
-
The angle of rotation counter-clockwise from north.
- rotation - Variable in class org.cesiumjs.cs.core.geometry.options.RectangleOutlineGeometryOptions
-
The rotation of the rectangle, in radians.
- rotation - Variable in class org.cesiumjs.cs.core.options.EllipsePositionsOptions
-
- rotation - Variable in class org.cesiumjs.cs.core.TranslationRotationScale
-
Gets or sets the (x, y, z, w) rotation to apply to the node.
- rotation - Variable in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Gets or sets the numeric Property specifying the rotation of the imagery counter clockwise from the alignedAxis.
- rotation - Variable in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
A numeric property specifying the rotation of the ellipse counter-clockwise from north.
- rotation - Variable in class org.cesiumjs.cs.datasources.graphics.options.BillboardGraphicsOptions
-
Property specifying the rotation about the alignedAxis.
- rotation - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipseGraphicsOptions
-
A numeric property specifying the rotation of the ellipse counter-clockwise from north.
- rotation - Variable in class org.cesiumjs.cs.datasources.graphics.options.RectangleGraphicsOptions
-
A numeric property specifying the rotation of the rectangle clockwise from north.
- rotation - Variable in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Gets or sets the numeric property specifying the rotation of the rectangle clockwise from north.
- rotation - Variable in class org.cesiumjs.cs.datasources.properties.NodeTransformationProperty
-
Gets or sets the Quaternion Property specifying the (x, y, z, w) rotation to apply to the node.
- rotation - Variable in class org.cesiumjs.cs.datasources.properties.options.NodeTransformationPropertyOptions
-
A Quaternion Property specifying the (x, y, z, w) rotation to apply to the node.
- rotation - Variable in class org.cesiumjs.cs.scene.Billboard
-
Gets or sets the rotation angle in radians.
- rotation - Variable in class org.cesiumjs.cs.scene.options.BillboardOptions
-
Gets or sets the rotation angle in radians.
- ROYALBLUE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #4169E1
- runAnimations - Variable in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
A boolean Property specifying if glTF animations should hold the last pose for time durations with no keyframes.
- runAnimations - Variable in class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
A boolean Property specifying if glTF animations specified in the model should be started.
- SADDLEBROWN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #8B4513
- SALMON() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FA8072
- same() - Method in class org.cesiumjs.cs.scene.interaction.AbstractPrimitive
-
- SampledPositionProperty - Class in org.cesiumjs.cs.datasources.properties
-
- SampledPositionProperty() - Constructor for class org.cesiumjs.cs.datasources.properties.SampledPositionProperty
-
- SampledPositionProperty(Integer, int) - Constructor for class org.cesiumjs.cs.datasources.properties.SampledPositionProperty
-
- SampledProperty<T extends Packable> - Class in org.cesiumjs.cs.datasources.properties
-
- SampledProperty(T) - Constructor for class org.cesiumjs.cs.datasources.properties.SampledProperty
-
A
Property
whose value is interpolated for a given time from the provided set of samples and
specified interpolation algorithm and degree.
- SampledProperty(T, T[]) - Constructor for class org.cesiumjs.cs.datasources.properties.SampledProperty
-
A
Property
whose value is interpolated for a given time from the provided set of samples and
specified interpolation algorithm and degree.
- SampledPropertyInterpolationOptions - Class in org.cesiumjs.cs.datasources.properties.options
-
- SampledPropertyInterpolationOptions() - Constructor for class org.cesiumjs.cs.datasources.properties.options.SampledPropertyInterpolationOptions
-
- sampleDuration - Variable in class org.cesiumjs.cs.Cesium.ExportKmlOptions
-
The number of seconds to sample properties that are varying in KML.
- sampleHeight(Cartographic) - Method in class org.cesiumjs.cs.scene.Scene
-
Returns the height of scene geometry at the given cartographic position or undefined if there was no
scene geometry to sample height from.
- sampleHeight(Cartographic, JsObject[]) - Method in class org.cesiumjs.cs.scene.Scene
-
Returns the height of scene geometry at the given cartographic position or undefined if there was no
scene geometry to sample height from.
- sampleHeight(Cartographic, JsObject[], double) - Method in class org.cesiumjs.cs.scene.Scene
-
Returns the height of scene geometry at the given cartographic position or undefined if there was no
scene geometry to sample height from.
- sampleHeightMostDetailed(Cartographic[]) - Method in class org.cesiumjs.cs.scene.Scene
-
- sampleHeightMostDetailed(Cartographic[], JsObject[]) - Method in class org.cesiumjs.cs.scene.Scene
-
- sampleHeightMostDetailed(Cartographic[], JsObject[], double) - Method in class org.cesiumjs.cs.scene.Scene
-
- sampleHeightSupported() - Method in class org.cesiumjs.cs.scene.Scene
-
Returns true if the sampleHeight function is supported.
- sampleMode - Variable in class org.cesiumjs.cs.scene.options.PostProcessStageOptions
-
How to sample the input color texture.
- sampleMode() - Method in class org.cesiumjs.cs.scene.PostProcessStage
-
How to sample the input color texture.
- sampleTerrain(TerrainProvider, int, Cartographic[]) - Static method in class org.cesiumjs.cs.Cesium
-
Initiates a terrain height query for an array of
Cartographic
positions by requesting tiles from a terrain provider,
sampling, and interpolating.
- sampleTerrainMostDetailed(TerrainProvider, Cartographic[]) - Static method in class org.cesiumjs.cs.Cesium
-
Initiates a sampleTerrain() request at the maximum available tile level for a terrain dataset.
- SANDYBROWN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #F4A460
- saturation - Variable in class org.cesiumjs.cs.scene.ImageryLayer
-
The saturation of this layer. 1.0 uses the unmodified imagery color.
- saturation - Variable in class org.cesiumjs.cs.scene.options.ImageryLayerOptions
-
The saturation of this layer. 1.0 uses the unmodified imagery color.
- saturationShift - Variable in class org.cesiumjs.cs.core.SkyAtmosphere
-
The saturation shift to apply to the atmosphere.
- scale - Variable in class org.cesiumjs.cs.core.TranslationRotationScale
-
Gets or sets the (x, y, z) scaling to apply to the node.
- scale - Variable in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Gets or sets the numeric Property specifying the uniform scale to apply to the imagery.
- scale - Variable in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
A numeric Property specifying the scale to apply to the text.
- scale - Variable in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
A numeric Property specifying a uniform linear scale.
- scale - Variable in class org.cesiumjs.cs.datasources.graphics.options.BillboardGraphicsOptions
-
A numeric Property specifying the scale to apply to the imagery size.
- scale - Variable in class org.cesiumjs.cs.datasources.graphics.options.LabelGraphicsOptions
-
A numeric Property specifying the scale to apply to the text.
- scale - Variable in class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
A numeric Property specifying a uniform linear scale.
- scale - Variable in class org.cesiumjs.cs.datasources.properties.NodeTransformationProperty
-
Gets or sets the Cartesian3 Property specifying the (x, y, z) scaling to apply to the node.
- scale - Variable in class org.cesiumjs.cs.datasources.properties.options.NodeTransformationPropertyOptions
-
A Cartesian3 Property specifying the (x, y, z) scaling to apply to the node.
- scale - Variable in class org.cesiumjs.cs.scene.Billboard
-
Gets or sets the uniform scale that is multiplied with the billboard's image size in pixels.
- scale - Variable in class org.cesiumjs.cs.scene.Label
-
Gets or sets the uniform scale that is multiplied with the label's size in pixels.
- scale - Variable in class org.cesiumjs.cs.scene.Model
-
A uniform scale applied to this model before the Model#modelMatrix.
- scale - Variable in class org.cesiumjs.cs.scene.options.BillboardOptions
-
Gets or sets the uniform scale that is multiplied with the billboard's image size in pixels.
- scale - Variable in class org.cesiumjs.cs.scene.options.FromGltfOptions
-
A uniform scale applied to this model.
- scale - Variable in class org.cesiumjs.cs.scene.options.LabelOptions
-
Gets or sets the uniform scale that is multiplied with the label's size in pixels.
- scale - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
A uniform scale applied to this model.
- scale - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
Sets the scale to apply to the image of the particle for the duration of its particleLife.
- scaleByDistance - Variable in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Gets or sets NearFarScalar Property specifying the scale of the billboard based on the distance from the camera.
- scaleByDistance - Variable in class org.cesiumjs.cs.datasources.graphics.options.BillboardGraphicsOptions
-
A NearFarScalar Property used to scale the point based on distance from the camera.
- scaleByDistance - Variable in class org.cesiumjs.cs.datasources.graphics.options.LabelGraphicsOptions
-
Gets or sets near and far scaling properties of a Label based on the label's distance from the camera.
- scaleByDistance - Variable in class org.cesiumjs.cs.datasources.graphics.options.PointGraphicsOptions
-
A NearFarScalar Property used to scale the point based on distance.
- scaleByDistance - Variable in class org.cesiumjs.cs.datasources.graphics.PointGraphics
-
A NearFarScalar Property used to scale the point based on distance.
- scaleByDistance - Variable in class org.cesiumjs.cs.scene.Billboard
-
Gets or sets near and far scaling properties of a Billboard based on the billboard's distance from the camera.
- scaleByDistance - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets the near and far scaling properties for this feature.
- scaleByDistance - Variable in class org.cesiumjs.cs.scene.Label
-
Gets or sets near and far scaling properties of a Label based on the label's distance from the camera.
- scaleByDistance - Variable in class org.cesiumjs.cs.scene.options.BillboardOptions
-
Gets or sets near and far scaling properties of a Billboard based on the billboard's distance from the camera.
- scaleByDistance - Variable in class org.cesiumjs.cs.scene.options.LabelOptions
-
Gets or sets near and far scaling properties of a Label based on the label's distance from the camera.
- scaleByDistance - Variable in class org.cesiumjs.cs.scene.options.PointPrimitiveOptions
-
Gets or sets near and far scaling properties of a point based on the point's distance from the camera.
- scaleByDistance - Variable in class org.cesiumjs.cs.scene.PointPrimitive
-
Gets or sets near and far scaling properties of a point based on the point's distance from the camera.
- scaleToGeocentricSurface(Cartesian3) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Scales the provided Cartesian position along the geocentric surface normal so that it is on the surface of this ellipsoid.
- scaleToGeocentricSurface(Cartesian3, Cartesian3) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Scales the provided Cartesian position along the geocentric surface normal so that it is on the surface of this ellipsoid.
- scaleToGeodeticSurface(Cartesian3) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Scales the provided Cartesian position along the geodetic surface normal so that it is on the surface of this ellipsoid.
- scaleToGeodeticSurface(Cartesian3, Cartesian3) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Scales the provided Cartesian position along the geodetic surface normal so that it is on the surface of this ellipsoid.
- scene - Variable in class org.cesiumjs.cs.collections.options.BillboardCollectionOptions
-
Must be passed in for billboards that use the height reference property or will be depth tested against the globe.
- scene - Variable in class org.cesiumjs.cs.collections.options.LabelCollectionOptions
-
Must be passed in for labels that use the height reference property or will be depth tested against the globe.
- scene - Variable in class org.cesiumjs.cs.core.options.IonGeocoderServiceOptions
-
The scene
- scene - Variable in class org.cesiumjs.cs.datasources.DataSourceDisplay
-
Gets the scene associated with this display.
- scene - Variable in class org.cesiumjs.cs.datasources.options.DataSourceDisplayOptions
-
The scene in which to display the data.
- scene - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
Must be passed in for models that use the height reference property.
- Scene - Class in org.cesiumjs.cs.scene
-
- Scene() - Constructor for class org.cesiumjs.cs.scene.Scene
-
The container for all 3D graphical objects and state in a Cesium virtual scene.
- Scene(SceneOptions) - Constructor for class org.cesiumjs.cs.scene.Scene
-
The container for all 3D graphical objects and state in a Cesium virtual scene.
- scene() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets the scene
- scene - Variable in class org.cesiumjs.cs.widgets.CesiumWidget
-
Gets the scene.
- scene - Variable in class org.cesiumjs.cs.widgets.GeocoderViewModel
-
Gets the scene to control.
- scene - Variable in class org.cesiumjs.cs.widgets.HomeButtonViewModel
-
Gets the scene to control.
- scene - Variable in class org.cesiumjs.cs.widgets.options.GeocoderOptions
-
The Scene instance to use.
- scene - Variable in class org.cesiumjs.cs.widgets.options.GeocoderViewModelOptions
-
The Scene instance to use.
- scene - Variable in class org.cesiumjs.cs.widgets.ProjectionPickerViewModel
-
Gets the scene
- scene - Variable in class org.cesiumjs.cs.widgets.SceneModePickerViewModel
-
Gets the scene
- scene - Variable in class org.cesiumjs.cs.widgets.SelectionIndicatorViewModel
-
Gets the scene being used.
- scene() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the scene.
- Scene.DebugCommandFilter - Interface in org.cesiumjs.cs.scene
-
- Scene.Listener - Interface in org.cesiumjs.cs.scene
-
- SCENE2D() - Static method in class org.cesiumjs.cs.scene.enums.SceneMode
-
2D mode.
- SCENE3D() - Static method in class org.cesiumjs.cs.scene.enums.SceneMode
-
3D mode.
- scene3DOnly - Variable in class org.cesiumjs.cs.scene.options.SceneOptions
-
If true, optimizes memory use and performance for 3D mode but disables the ability to use 2D or Columbus View.
- scene3DOnly() - Method in class org.cesiumjs.cs.scene.Scene
-
Gets whether or not the scene is optimized for 3D only viewing.
- scene3DOnly - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
When true, each geometry instance will only be rendered in 3D to save GPU memory.
- SceneMode - Class in org.cesiumjs.cs.scene.enums
-
- SceneMode() - Constructor for class org.cesiumjs.cs.scene.enums.SceneMode
-
- sceneMode - Variable in class org.cesiumjs.cs.widgets.options.CesiumWidgetOptions
-
The initial scene mode.
- sceneMode - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
SceneMode SceneMode.SCENE3D optional The initial scene mode.
- sceneMode - Variable in class org.cesiumjs.cs.widgets.ProjectionPickerViewModel
-
Gets or sets the current SceneMode.
- sceneMode - Variable in class org.cesiumjs.cs.widgets.SceneModePickerViewModel
-
Gets or sets the current SceneMode.
- sceneModePicker - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
If set to false, the SceneModePicker widget will not be created.
- SceneModePicker - Class in org.cesiumjs.cs.widgets
-
The SceneModePicker is a single button widget for switching between scene modes; shown to the left in its expanded state.
- SceneModePicker(String, Scene) - Constructor for class org.cesiumjs.cs.widgets.SceneModePicker
-
The SceneModePicker is a single button widget for switching between scene modes; shown to the left in its expanded state.
- SceneModePicker(Element, Scene) - Constructor for class org.cesiumjs.cs.widgets.SceneModePicker
-
The SceneModePicker is a single button widget for switching between scene modes; shown to the left in its expanded state.
- SceneModePicker(String, Scene, double) - Constructor for class org.cesiumjs.cs.widgets.SceneModePicker
-
The SceneModePicker is a single button widget for switching between scene modes; shown to the left in its expanded state.
- SceneModePicker(Element, Scene, double) - Constructor for class org.cesiumjs.cs.widgets.SceneModePicker
-
The SceneModePicker is a single button widget for switching between scene modes; shown to the left in its expanded state.
- sceneModePicker() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the SceneModePicker.
- SceneModePickerViewModel - Class in org.cesiumjs.cs.widgets
-
- SceneModePickerViewModel(Scene) - Constructor for class org.cesiumjs.cs.widgets.SceneModePickerViewModel
-
- SceneModePickerViewModel(Scene, double) - Constructor for class org.cesiumjs.cs.widgets.SceneModePickerViewModel
-
- SceneOptions - Class in org.cesiumjs.cs.scene.options
-
- SceneOptions() - Constructor for class org.cesiumjs.cs.scene.options.SceneOptions
-
- scheduleTask(JsObject) - Method in class org.cesiumjs.cs.core.TaskProcessor
-
Schedule a task to be processed by the web worker asynchronously.
- scheduleTask(JsObject, Object[]) - Method in class org.cesiumjs.cs.core.TaskProcessor
-
Schedule a task to be processed by the web worker asynchronously.
- scissorRectangle - Variable in class org.cesiumjs.cs.scene.options.PostProcessStageOptions
-
The rectangle to use for the scissor test.
- scissorRectangle() - Method in class org.cesiumjs.cs.scene.PostProcessStage
-
The BoundingRectangle to use for the scissor test.
- screenSpaceCameraController() - Method in class org.cesiumjs.cs.scene.Scene
-
Gets the controller for camera input handling.
- ScreenSpaceCameraController - Class in org.cesiumjs.cs.scene
-
- ScreenSpaceCameraController(Scene) - Constructor for class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
Modifies the camera position and orientation based on mouse input to a canvas.
- screenSpaceErrorFactor - Variable in class org.cesiumjs.cs.scene.Fog
-
A factor used to increase the screen space error of terrain tiles when they are partially in fog.
- ScreenSpaceEventHandler - Class in org.cesiumjs.cs.core
-
- ScreenSpaceEventHandler(CanvasElement) - Constructor for class org.cesiumjs.cs.core.ScreenSpaceEventHandler
-
Handles user input events.
- screenSpaceEventHandler - Variable in class org.cesiumjs.cs.widgets.CesiumWidget
-
Gets the screen space event handler.
- screenSpaceEventHandler() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the screen space event handler.
- ScreenSpaceEventHandler.Listener<T> - Interface in org.cesiumjs.cs.core
-
- ScreenSpaceEventType - Class in org.cesiumjs.cs.core.enums
-
- SEAGREEN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #2E8B57
- SEARCH() - Static method in class org.cesiumjs.cs.core.enums.GeocodeType
-
Perform a search where the input is considered complete.
- search - Variable in class org.cesiumjs.cs.widgets.GeocoderViewModel
-
Gets the Command that is executed when the button is clicked.
- searchSuggestionsContainer - Variable in class org.cesiumjs.cs.widgets.Geocoder
-
Gets the parent container.
- searchText - Variable in class org.cesiumjs.cs.widgets.GeocoderViewModel
-
Gets or sets the text to search for.
- SEASHELL() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FFF5EE
- second - Variable in class org.cesiumjs.cs.core.GregorianDate
-
Gets or sets the second of the minute as a whole number with range [0, 60], with 60 representing a leap second.
- secondsDifference(JulianDate, JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Computes the difference in seconds between the provided instance.
- secondsOfDay - Variable in class org.cesiumjs.cs.core.JulianDate
-
Gets or sets the number of seconds into the current day.
- selectedEntity - Variable in class org.cesiumjs.cs.widgets.Viewer
-
Gets or sets the object instance for which to display a selection indicator.
- selectedEntityChanged() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the event that is raised when the selected entity chages
- selectedImagery - Variable in class org.cesiumjs.cs.widgets.BaseLayerPickerViewModel
-
Gets or sets the currently selected imagery.
- selectedImageryProviderViewModel - Variable in class org.cesiumjs.cs.widgets.options.BaseLayerPickerViewModelOptions
-
The view model for the current base imagery layer, if not supplied the first available imagery layer is used.
- selectedImageryProviderViewModel - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
The view model for the current base imagery layer, if not supplied the first available base layer is used.
- selectedSuggestion - Variable in class org.cesiumjs.cs.widgets.GeocoderViewModel
-
Gets the currently selected geocoder search suggestion
- selectedTerrain - Variable in class org.cesiumjs.cs.widgets.BaseLayerPickerViewModel
-
Gets or sets the currently selected terrain.
- selectedTerrainProviderViewModel - Variable in class org.cesiumjs.cs.widgets.options.BaseLayerPickerViewModelOptions
-
The view model for the current base terrain layer, if not supplied the first available terrain layer is used.
- selectedTerrainProviderViewModel - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
The view model for the current base terrain layer, if not supplied the first available base layer is used.
- selectedTooltip - Variable in class org.cesiumjs.cs.widgets.ProjectionPickerViewModel
-
Gets the currently active tooltip.
- selectedTooltip - Variable in class org.cesiumjs.cs.widgets.SceneModePickerViewModel
-
Gets the currently active tooltip.
- selectionIndicator - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
If set to false, the SelectionIndicator widget will not be created.
- SelectionIndicator - Class in org.cesiumjs.cs.widgets
-
A widget for displaying an indicator on a selected object.
- SelectionIndicator(String, Scene) - Constructor for class org.cesiumjs.cs.widgets.SelectionIndicator
-
A widget for displaying an indicator on a selected object.
- SelectionIndicator(Element, Scene) - Constructor for class org.cesiumjs.cs.widgets.SelectionIndicator
-
A widget for displaying an indicator on a selected object.
- selectionIndicator() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the selection indicator.
- selectionIndicatorElement - Variable in class org.cesiumjs.cs.widgets.SelectionIndicatorViewModel
-
Gets the HTML element that holds the selection indicator.
- SelectionIndicatorViewModel - Class in org.cesiumjs.cs.widgets
-
- SelectionIndicatorViewModel(Scene, Element, Element) - Constructor for class org.cesiumjs.cs.widgets.SelectionIndicatorViewModel
-
- semiMajorAxis - Variable in class org.cesiumjs.cs.core.geometry.options.EllipseOutlineGeometryOptions
-
The length of the ellipse's semi-major axis in meters.
- semiMajorAxis - Variable in class org.cesiumjs.cs.core.options.EllipsePositionsOptions
-
- semiMajorAxis - Variable in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
The numeric Property specifying the semi-major axis.
- semiMajorAxis - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipseGraphicsOptions
-
The numeric Property specifying the semi-major axis.
- semiMinorAxis - Variable in class org.cesiumjs.cs.core.geometry.options.EllipseOutlineGeometryOptions
-
The length of the ellipse's semi-minor axis in meters.
- semiMinorAxis - Variable in class org.cesiumjs.cs.core.options.EllipsePositionsOptions
-
- semiMinorAxis - Variable in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
The numeric Property specifying the semi-minor axis.
- semiMinorAxis - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipseGraphicsOptions
-
The numeric Property specifying the semi-minor axis.
- server - Variable in class org.cesiumjs.cs.core.options.FromAssetIdOptions
-
The resource to the Cesium ion API server.
- server - Variable in class org.cesiumjs.cs.core.options.IonGeocoderServiceOptions
-
The resource to the Cesium ion API server.
- server - Variable in class org.cesiumjs.cs.scene.providers.options.IonImageryProviderOptions
-
The resource to the Cesium ion API server.
- serverResource - Variable in class org.cesiumjs.cs.core.options.FromAssetIdOptions
-
The resource to the Cesium ion API server.
- serverResource - Variable in class org.cesiumjs.cs.core.options.IonGeocoderServiceOptions
-
The resource to the Cesium ion API server.
- serverResource - Variable in class org.cesiumjs.cs.scene.providers.options.IonImageryProviderOptions
-
The resource to the Cesium ion API server.
- service - Variable in class org.cesiumjs.cs.core.providers.options.GeoserverTerrainProviderOptions
-
the type of service requested (WMS,TMS,WMTS).
- service - Variable in class org.cesiumjs.cs.scene.GetFeatureInfoParameters
-
- service - Variable in class org.cesiumjs.cs.scene.WebMapServiceParameters
-
- setActive(boolean) - Method in class org.cesiumjs.cs.scene.interaction.DrawInteraction
-
- setAttribute(String, Object) - Method in class org.cesiumjs.cs.scene.interaction.AbstractPrimitive
-
- setCallback(CallbackProperty.Callback<T>, boolean) - Method in class org.cesiumjs.cs.datasources.properties.CallbackProperty
-
Sets the callback to be used.
- setCenter(Cartesian3) - Method in class org.cesiumjs.cs.scene.interaction.CirclePrimitive
-
- setColumn(Matrix2, int, Cartesian2, Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Computes a new matrix that replaces the specified column in the provided matrix with the provided Cartesian2 instance.
- setColumn(Matrix3, int, Cartesian3, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes a new matrix that replaces the specified column in the provided matrix with the provided Cartesian3 instance.
- setColumn(Matrix4, int, Cartesian4, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a new matrix that replaces the specified column in the provided matrix with the provided Cartesian3 instance.
- setEndPoints(Cartographic, Cartographic) - Method in class org.cesiumjs.cs.core.EllipsoidGeodesic
-
Sets the start and end points of the geodesic
- setEndPoints(Cartographic, Cartographic) - Method in class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Sets the start and end points of the rhumb line.
- setGeodesic(boolean) - Method in class org.cesiumjs.cs.scene.interaction.CorridorPrimitive
-
- setHidden(boolean) - Method in class org.cesiumjs.cs.widgets.Animation
-
Method set visible of Animation widget
- setHidden(boolean) - Method in class org.cesiumjs.cs.widgets.Timeline
-
Method set visible of Timeline widget
- setImage(String, JsImage) - Method in class org.cesiumjs.cs.scene.Billboard
-
Sets the image to be used for this billboard.
- setImage(String, CanvasElement) - Method in class org.cesiumjs.cs.scene.Billboard
-
Sets the image to be used for this billboard.
- setImage(String, String) - Method in class org.cesiumjs.cs.scene.Billboard
-
Sets the image to be used for this billboard.
- setImage(String, Billboard.CreateImagePromiseCallback) - Method in class org.cesiumjs.cs.scene.Billboard
-
Sets the image to be used for this billboard.
- setImageSubRegion(String, BoundingRectangle) - Method in class org.cesiumjs.cs.scene.Billboard
-
Uses a sub-region of the image with the given id as the image for this billboard, measured in pixels from the bottom-left.
- setInputAction(ScreenSpaceEventHandler.Listener, Number) - Method in class org.cesiumjs.cs.core.ScreenSpaceEventHandler
-
Set a function to be executed on an input event.
- setInputAction(ScreenSpaceEventHandler.Listener, Number, Number) - Method in class org.cesiumjs.cs.core.ScreenSpaceEventHandler
-
Set a function to be executed on an input event.
- setInterpolationOptions(SampledPropertyInterpolationOptions) - Method in class org.cesiumjs.cs.datasources.properties.SampledPositionProperty
-
Sets the algorithm and degree to use when interpolating a value.
- setInterpolationOptions(SampledPropertyInterpolationOptions) - Method in class org.cesiumjs.cs.datasources.properties.SampledProperty
-
Sets the algorithm and degree to use when interpolating a value.
- setPositions(Cartesian3[]) - Method in class org.cesiumjs.cs.scene.interaction.CorridorPrimitive
-
- setPositions(Cartesian3[]) - Method in class org.cesiumjs.cs.scene.interaction.PointPrimitive
-
- setPositions(Cartesian3[]) - Method in class org.cesiumjs.cs.scene.interaction.PolygonPrimitive
-
- setPrimitive(AbstractPrimitive) - Method in class org.cesiumjs.cs.scene.interaction.DrawInteraction.Event
-
- setProperty(Object, String, Number) - Static method in class org.cesiumjs.cs.js.JsObject
-
- setProperty(Object, String, Boolean) - Static method in class org.cesiumjs.cs.js.JsObject
-
- setProperty(Object, String, String) - Static method in class org.cesiumjs.cs.js.JsObject
-
- setProperty(Object, String, Object) - Static method in class org.cesiumjs.cs.js.JsObject
-
- setProperty(String, Number) - Method in class org.cesiumjs.cs.js.JsObject
-
- setProperty(String, Boolean) - Method in class org.cesiumjs.cs.js.JsObject
-
- setProperty(String, String) - Method in class org.cesiumjs.cs.js.JsObject
-
- setProperty(String, Object) - Method in class org.cesiumjs.cs.js.JsObject
-
- setProperty(String, JsObject) - Method in class org.cesiumjs.cs.scene.Cesium3DTileFeature
-
Sets the value of the feature's property with the given name.
- setProperty(String, JsObject) - Method in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Sets the value of the feature's property with the given name.
- setQueryParameters(JsObject) - Method in class org.cesiumjs.cs.core.Resource
-
Combines the specified object and the existing query parameters.
- setQueryParameters(JsObject, boolean) - Method in class org.cesiumjs.cs.core.Resource
-
Combines the specified object and the existing query parameters.
- setRadius(double) - Method in class org.cesiumjs.cs.scene.interaction.CirclePrimitive
-
- setRandomNumberSeed(int) - Static method in class org.cesiumjs.cs.core.Math
-
- setRectangle(Rectangle) - Method in class org.cesiumjs.cs.scene.interaction.RectanglePrimitive
-
- setRow(Matrix2, int, Cartesian2, Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Computes a new matrix that replaces the specified row in the provided matrix with the provided Cartesian2 instance.
- setRow(Matrix3, int, Cartesian3, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes a new matrix that replaces the specified row in the provided matrix with the provided Cartesian3 instance.
- setRow(Matrix4, int, Cartesian4, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a new matrix that replaces the specified row in the provided matrix with the provided Cartesian3 instance.
- setScale(Matrix4, Cartesian3, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a new matrix that replaces the scale with the provided scale.
- setShuttleRingTicks(double[]) - Method in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Sets the array of positive known clock multipliers to associate with the shuttle ring.
- setTimeout(Utils.TimeoutListener, int) - Static method in class org.cesiumjs.cs.core.Utils
-
- setTranslation(Matrix4, Cartesian4, Cartesian4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes a new matrix that replaces the translation in the rightmost column of the provided matrix with the provided
translation.
- setValue(Cartesian3) - Method in class org.cesiumjs.cs.datasources.properties.ConstantPositionProperty
-
Sets the value of the property.
- setValue(Cartesian3, Number) - Method in class org.cesiumjs.cs.datasources.properties.ConstantPositionProperty
-
Sets the value of the property.
- setValue(T) - Method in class org.cesiumjs.cs.datasources.properties.ConstantProperty
-
Sets the value of the property.
- setValue(String) - Method in class org.cesiumjs.cs.scene.ModelMaterial
-
Assigns a value to a material parameter.
- setValue(String, Object) - Method in class org.cesiumjs.cs.scene.ModelMaterial
-
Assigns a value to a material parameter.
- setView(ViewOptions) - Method in class org.cesiumjs.cs.scene.Camera
-
Sets the camera position, orientation and transform.
- setWidth(double) - Method in class org.cesiumjs.cs.scene.interaction.CorridorPrimitive
-
- shaderSource - Variable in class org.cesiumjs.cs.scene.Material
-
The glsl shader source for this material.
- shading - Variable in class org.cesiumjs.cs.scene.options.TimeDynamicPointCloudOptions
-
Options for constructing a PointCloudShading object to control point attenuation and eye dome lighting.
- shading - Variable in class org.cesiumjs.cs.scene.TimeDynamicPointCloud
-
Options for controlling point size based on geometric error and eye dome lighting.
- shadowMap - Variable in class org.cesiumjs.cs.scene.Scene
-
The shadow map in the scene.
- ShadowMap - Class in org.cesiumjs.cs.scene
-
- shadowMap() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Get the scene's shadow map
- ShadowMapOptions - Class in org.cesiumjs.cs.scene.options
-
- ShadowMapOptions() - Constructor for class org.cesiumjs.cs.scene.options.ShadowMapOptions
-
- ShadowMode - Class in org.cesiumjs.cs.scene.enums
-
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.BoxGraphics
-
Get or sets the enum Property specifying whether the box casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
An enum Property specifying whether the corridor casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.CylinderGraphics
-
An enum Property specifying whether the cylinder casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
An enum Property specifying whether the ellipse casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.EllipsoidGraphics
-
An enum Property specifying whether the ellipsoid casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
An enum Property specifying whether the model casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.options.BoxGraphicsOptions
-
An enum Property specifying whether the box casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.options.CorridorGraphicsOptions
-
An enum Property specifying whether the corridor casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.options.CylinderGraphicsOptions
-
An enum Property specifying whether the cylinder casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipseGraphicsOptions
-
An enum Property specifying whether the ellipse casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipsoidGraphicsOptions
-
An enum Property specifying whether the ellipsoid casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
An enum Property specifying whether the model casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.options.PlaneGraphicsOptions
-
An enum Property specifying whether the plane casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
An enum Property specifying whether the polygon casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineGraphicsOptions
-
An enum Property specifying whether the polyline casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineVolumeGraphicsOptions
-
An enum Property specifying whether the volume casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.options.RectangleGraphicsOptions
-
An enum Property specifying whether the rectangle casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.options.WallGraphicsOptions
-
An enum Property specifying whether the wall casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.PlaneGraphics
-
An enum Property specifying whether the plane casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
An enum Property specifying whether the polygon casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineGraphics
-
An enum Property specifying whether the polyline casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineVolumeGraphics
-
An enum Property specifying whether the volume casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Get or sets the enum Property specifying whether the rectangle casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.datasources.graphics.WallGraphics
-
An enum Property specifying whether the wall casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Determines whether the tileset casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.scene.ClassificationPrimitive
-
Determines whether this primitive casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.scene.Globe
-
Determines whether the globe casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.scene.Model
-
Determines whether the model casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Determines whether the tileset casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.scene.options.ClassificationPrimitiveOptions
-
Determines whether this primitive casts or receives shadows from each light source
Default:
ShadowMode.DISABLED()
- shadows - Variable in class org.cesiumjs.cs.scene.options.FromGltfOptions
-
Determines whether the model casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
Determines whether the model casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.scene.options.PrimitiveOptions
-
Determines whether this primitive casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.scene.options.SceneOptions
-
Determines if shadows are cast by the sun.
- shadows - Variable in class org.cesiumjs.cs.scene.options.TimeDynamicPointCloudOptions
-
Determines whether the point cloud casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.scene.Primitive
-
Determines whether this primitive casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.scene.TimeDynamicPointCloud
-
Determines whether the point cloud casts or receives shadows from each light source.
- shadows - Variable in class org.cesiumjs.cs.widgets.options.CesiumWidgetOptions
-
Determines if shadows are cast by the sun.
- shadows - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
Determines if shadows are cast by the sun.
- shadows - Variable in class org.cesiumjs.cs.widgets.Viewer
-
Determines if shadows are cast by the sun.
- shadowsProperty() - Method in class org.cesiumjs.cs.datasources.updater.EllipseGeometryUpdater
-
Gets the property specifying whether the geometry casts or receives shadows from each light source.
- shadowsProperty() - Method in class org.cesiumjs.cs.datasources.updater.EllipsoidGeometryUpdater
-
Gets the property specifying whether the geometry casts or receives shadows from each light source.
- shadowsProperty() - Method in class org.cesiumjs.cs.datasources.updater.PlaneGeometryUpdater
-
Gets the property specifying whether the geometry casts or receives shadows from each light source.
- shadowsProperty() - Method in class org.cesiumjs.cs.datasources.updater.PolygonGeometryUpdater
-
Gets the property specifying whether the geometry casts or receives shadows from each light source.
- shadowsProperty() - Method in class org.cesiumjs.cs.datasources.updater.PolylineGeometryUpdater
-
Gets the property specifying whether the geometry casts or receives shadows from each light source.
- shadowsProperty() - Method in class org.cesiumjs.cs.datasources.updater.RectangleGeometryUpdater
-
Gets the property specifying whether the geometry casts or receives shadows from each light source.
- shadowsProperty() - Method in class org.cesiumjs.cs.datasources.updater.WallGeometryUpdater
-
Gets the property specifying whether the geometry casts or receives shadows from each light source.
- shape - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineVolumeGraphicsOptions
-
A Property specifying the array of Cartesian2 positions which define the shape to be extruded.
- shape - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineVolumeGraphics
-
A Property specifying the array of Cartesian2 positions which define the shape to be extruded.
- SHIFT() - Static method in class org.cesiumjs.cs.core.enums.KeyboardEventModifier
-
Represents the shift key being held down.
- SHORT() - Static method in class org.cesiumjs.cs.core.ComponentDatatype
-
16-bit signed short corresponding to SHORT and the type of an element in Int16Array.
- shouldAnimate - Variable in class org.cesiumjs.cs.core.Clock
-
Indicates whether
Clock.tick()
should attempt to advance time.
- shouldAnimate - Variable in class org.cesiumjs.cs.core.options.ClockOptions
-
Indicates whether Clock#tick should attempt to advance time.
- shouldAnimate - Variable in class org.cesiumjs.cs.widgets.ClockViewModel
-
Gets or sets whether the clock should animate.
- shouldAnimate - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
if the clock should attempt to advance simulation time by default, false otherwise.
- shouldDiscardImage(Image) - Method in class org.cesiumjs.cs.scene.TileDiscardPolicy
-
Given a tile imagery, decide whether to discard that imagery.
- show - Variable in class org.cesiumjs.cs.collections.EntityCollection
-
Gets whether or not this entity collection should be displayed.
- show - Variable in class org.cesiumjs.cs.collections.options.PrimitiveCollectionOptions
-
Determines if the primitives in the collection will be shown.
- show - Variable in class org.cesiumjs.cs.collections.PrimitiveCollection
-
Determines if primitives in this collection will be shown.
- show - Variable in class org.cesiumjs.cs.core.options.SkyBoxOptions
-
Determines if this primitive will be shown.
- show - Variable in class org.cesiumjs.cs.core.SkyAtmosphere
-
Determines if the atmosphere is shown.
- show - Variable in class org.cesiumjs.cs.core.SkyBox
-
Determines if the sky box will be shown.
- show - Variable in class org.cesiumjs.cs.datasources.CustomDataSource
-
Gets whether or not this data source should be displayed.
- show - Variable in class org.cesiumjs.cs.datasources.CzmlDataSource
-
Gets whether or not this data source should be displayed.
- show - Variable in class org.cesiumjs.cs.datasources.Entity
-
A boolean value indicating if the entity and its children are displayed.
- show - Variable in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Gets whether or not this data source should be displayed.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Gets or sets the boolean Property specifying the visibility of the billboard.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.BoxGraphics
-
Gets or sets the boolean Property specifying the visibility of the box.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.CorridorGraphics
-
A boolean Property specifying the visibility of the corridor.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.CylinderGraphics
-
A boolean Property specifying the visibility of the cylinder.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
A boolean Property specifying the visibility of the ellipse.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.EllipsoidGraphics
-
A boolean Property specifying the visibility of the ellipsoid.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
A boolean Property specifying the visibility of the label.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
A boolean Property specifying the visibility of the model.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.options.BillboardGraphicsOptions
-
A boolean Property specifying the visibility of the billboard.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.options.BoxGraphicsOptions
-
A boolean Property specifying the visibility of the box.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.options.CorridorGraphicsOptions
-
A boolean Property specifying the visibility of the corridor.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.options.CylinderGraphicsOptions
-
A boolean Property specifying the visibility of the cylinder.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipseGraphicsOptions
-
A boolean Property specifying the visibility of the ellipse.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipsoidGraphicsOptions
-
A boolean Property specifying the visibility of the ellipsoid.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.options.LabelGraphicsOptions
-
A boolean Property specifying the visibility of the label.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
A boolean Property specifying the visibility of the model.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.options.PathGraphicsOptions
-
A boolean Property specifying the visibility of the path.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.options.PlaneGraphicsOptions
-
A boolean Property specifying the visibility of the plane.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.options.PointGraphicsOptions
-
A boolean Property specifying the visibility of the point.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
A boolean Property specifying the visibility of the polygon.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineGraphicsOptions
-
A boolean Property specifying the visibility of the polyline.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolylineVolumeGraphicsOptions
-
A boolean Property specifying the visibility of the volume.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.options.RectangleGraphicsOptions
-
A boolean Property specifying the visibility of the rectangle.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.options.WallGraphicsOptions
-
A boolean Property specifying the visibility of the wall.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.PathGraphics
-
A boolean Property specifying the visibility of the path.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.PlaneGraphics
-
A boolean Property specifying the visibility of the plane.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.PointGraphics
-
A boolean Property specifying the visibility of the point.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
A boolean Property specifying the visibility of the polygon.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineGraphics
-
A boolean Property specifying the visibility of the polyline.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.PolylineVolumeGraphics
-
A boolean Property specifying the visibility of the volume.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Gets or sets the boolean Property specifying the visibility of the rectangle.
- show - Variable in class org.cesiumjs.cs.datasources.graphics.WallGraphics
-
A boolean Property specifying the visibility of the wall.
- show - Variable in class org.cesiumjs.cs.datasources.KmlDataSource
-
Gets whether or not this data source should be displayed.
- show - Variable in class org.cesiumjs.cs.datasources.options.EntityOptions
-
A boolean value indicating if the entity and its children are displayed.
- show - Variable in class org.cesiumjs.cs.scene.Billboard
-
Determines if this billboard will be shown.
- show - Variable in class org.cesiumjs.cs.scene.Cesium3DTileFeature
-
Gets or sets if the feature will be shown.
- show - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Determines if the tileset will be shown.
- show - Variable in class org.cesiumjs.cs.scene.Cesium3DTileStyle
-
Gets or sets the StyleExpression object used to evaluate the style's show property.
- show - Variable in class org.cesiumjs.cs.scene.ClassificationPrimitive
-
Determines if the primitive will be shown.
- show - Variable in class org.cesiumjs.cs.scene.DebugModelMatrixPrimitive
-
Determines if this primitive will be shown.
- show - Variable in class org.cesiumjs.cs.scene.Globe
-
Determines if the globe will be shown.
- show - Variable in class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
Determines if the primitive will be shown.
- show - Variable in class org.cesiumjs.cs.scene.GroundPrimitive
-
Determines if the primitive will be shown.
- show - Variable in class org.cesiumjs.cs.scene.ImageryLayer
-
Determines if this layer is shown.
- show - Variable in class org.cesiumjs.cs.scene.Label
-
Determines if this label will be shown.
- show - Variable in class org.cesiumjs.cs.scene.Model
-
Determines if the model primitive will be shown.
- show - Variable in class org.cesiumjs.cs.scene.ModelNode
-
Determines if this node and its children will be shown.
- show - Variable in class org.cesiumjs.cs.scene.Moon
-
Determines whether the moon will be rendered.
- show - Variable in class org.cesiumjs.cs.scene.options.BillboardOptions
-
Determines if this billboard will be shown.
- show - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Determines if the tileset will be shown.
- show - Variable in class org.cesiumjs.cs.scene.options.ClassificationPrimitiveOptions
-
Determines if this primitive will be shown.
- show - Variable in class org.cesiumjs.cs.scene.options.DebugModelMatrixPrimitiveOptions
-
Determines if this primitive will be shown.
- show - Variable in class org.cesiumjs.cs.scene.options.FromGltfOptions
-
Determines if the model primitive will be shown.
- show - Variable in class org.cesiumjs.cs.scene.options.GroundPolylinePrimitiveOptions
-
Determines if this primitive will be shown.
- show - Variable in class org.cesiumjs.cs.scene.options.GroundPrimitiveOptions
-
Determines if this primitive will be shown.
- show - Variable in class org.cesiumjs.cs.scene.options.ImageryLayerOptions
-
True if the layer is shown; otherwise, false.
- show - Variable in class org.cesiumjs.cs.scene.options.LabelOptions
-
Determines if this label will be shown.
- show - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
Determines if the model primitive will be shown.
- show - Variable in class org.cesiumjs.cs.scene.options.MoonOptions
-
Determines whether the moon will be rendered.
- show - Variable in class org.cesiumjs.cs.scene.options.PointPrimitiveOptions
-
Determines if this point will be shown.
- show - Variable in class org.cesiumjs.cs.scene.options.PolylineOptions
-
if this polyline will be shown; otherwise, false.
- show - Variable in class org.cesiumjs.cs.scene.options.PrimitiveOptions
-
Determines if this primitive will be shown.
- show - Variable in class org.cesiumjs.cs.scene.options.TimeDynamicPointCloudOptions
-
Determines if the point cloud will be shown.
- show - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
Whether to display the particle system.
- show - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
Whether to display the particle system.
- show - Variable in class org.cesiumjs.cs.scene.PointPrimitive
-
Determines if this point will be shown.
- show - Variable in class org.cesiumjs.cs.scene.Polyline
-
if this polyline will be shown; otherwise, false.
- show - Variable in class org.cesiumjs.cs.scene.Primitive
-
Determines if the primitive will be shown.
- show - Variable in class org.cesiumjs.cs.scene.Sun
-
Determines if the sun will be shown.
- show - Variable in class org.cesiumjs.cs.scene.TimeDynamicPointCloud
-
Determines if the point cloud will be shown.
- showBackground - Variable in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
A boolean Property specifying the visibility of the background behind the label.
- showBackground - Variable in class org.cesiumjs.cs.datasources.graphics.options.LabelGraphicsOptions
-
A boolean Property specifying the visibility of the background behind the label.
- showBackground - Variable in class org.cesiumjs.cs.scene.options.LabelOptions
-
Determines if a background behind this label will be shown.
- showBoundingVolumes - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to show bounding volumes.
- showClick - Variable in class org.cesiumjs.cs.widgets.NavigationHelpButtonViewModel
-
Gets the Command that is executed when the mouse instructions should be shown.
- showContentBoundingVolumes - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to show content volumes.
- showErrorPanel(String, String) - Method in class org.cesiumjs.cs.widgets.CesiumWidget
-
Show an error panel to the user containing a title and a longer error message, which can be dismissed using an OK button.
- showErrorPanel(String, String, String) - Method in class org.cesiumjs.cs.widgets.CesiumWidget
-
Show an error panel to the user containing a title and a longer error message, which can be dismissed using an OK button.
- showGeometricError - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to show tile geometric error.
- showGroundAtmosphere - Variable in class org.cesiumjs.cs.scene.Globe
-
Enable the ground atmosphere.
- showInfo - Variable in class org.cesiumjs.cs.widgets.InfoBoxViewModel
-
Gets or sets the visibility of the info box.
- showInstructions - Variable in class org.cesiumjs.cs.widgets.NavigationHelpButtonViewModel
-
Gets or sets whether the instructions are currently shown.
- showOnlyPickedTileDebugLabel - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to show debug labels only for the currently picked tile.
- showOnScreen - Variable in class org.cesiumjs.cs.core.options.CreditOptions
-
If true, the credit will be visible in the main credit container.
- showPickStatistics - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to show pick statistics.
- showRenderLoopErrors - Variable in class org.cesiumjs.cs.widgets.options.CesiumWidgetOptions
-
If true, this widget will automatically display an HTML panel to the user containing the error, if a render loop error occurs.
- showRenderLoopErrors - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
If true, this widget will automatically display an HTML panel to the user containing the error, if a render loop error occurs.
- showRequestVolumes - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to show request volumes.
- showSelection - Variable in class org.cesiumjs.cs.widgets.SelectionIndicatorViewModel
-
Gets or sets the visibility of the selection indicator.
- showStatistics - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to show statistics.
- showTouch - Variable in class org.cesiumjs.cs.widgets.NavigationHelpButtonViewModel
-
Gets the Command that is executed when the touch instructions should be shown.
- showWaterEffect - Variable in class org.cesiumjs.cs.scene.Globe
-
True if an animated wave effect should be shown in areas of the globe covered by water; otherwise, false.
- shuttleRingAngle - Variable in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Gets or sets the current shuttle ring angle.
- shuttleRingDragging - Variable in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Gets or sets whether the shuttle ring is currently being dragged.
- SIENNA() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #A0522D
- sign(double) - Static method in class org.cesiumjs.cs.core.Math
-
Returns the sign of the value; 1 if the value is positive, -1 if the value is negative, or 0 if the value is 0.
- signNotZero(double) - Static method in class org.cesiumjs.cs.core.Math
-
Returns 1.0 if the given value is positive or zero, and -1.0 if it is negative.
- silhouetteColor - Variable in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
A Property specifying the Color of the silhouette.
- silhouetteColor - Variable in class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
A Property specifying the Color of the silhouette.
- silhouetteColor - Variable in class org.cesiumjs.cs.scene.Model
-
The silhouette color.
- silhouetteColor - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
The silhouette color.
- silhouetteSize - Variable in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
A numeric Property specifying the size of the silhouette in pixels.
- silhouetteSize - Variable in class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
A numeric Property specifying the size of the silhouette in pixels.
- silhouetteSize - Variable in class org.cesiumjs.cs.scene.Model
-
The size of the silhouette in pixels.
- silhouetteSize - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
The size of the silhouette in pixels.
- silhouetteSupported(Scene) - Static method in class org.cesiumjs.cs.scene.Model
-
Determines if silhouettes are supported.
- SILVER() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #C0C0C0
- SimplePolylineGeometry - Class in org.cesiumjs.cs.core.geometry
-
- SimplePolylineGeometry(SimplePolylineGeometryOptions) - Constructor for class org.cesiumjs.cs.core.geometry.SimplePolylineGeometry
-
A description of a polyline modeled as a line strip; the first two positions define a line segment,
and each additional position defines a line segment from the previous position.
- SimplePolylineGeometryOptions - Class in org.cesiumjs.cs.core.geometry.options
-
- SimplePolylineGeometryOptions() - Constructor for class org.cesiumjs.cs.core.geometry.options.SimplePolylineGeometryOptions
-
- SingleTileImageryProvider - Class in org.cesiumjs.cs.scene.providers
-
- SingleTileImageryProvider(SingleTileImageryProviderOptions) - Constructor for class org.cesiumjs.cs.scene.providers.SingleTileImageryProvider
-
Provides a single, top-level imagery tile.
- SingleTileImageryProviderOptions - Class in org.cesiumjs.cs.scene.providers.options
-
- SingleTileImageryProviderOptions() - Constructor for class org.cesiumjs.cs.scene.providers.options.SingleTileImageryProviderOptions
-
- sinh(double) - Static method in class org.cesiumjs.cs.core.Math
-
Returns the hyperbolic sine of a number.
- SINUSOIDAL_IN() - Static method in class org.cesiumjs.cs.core.EasingFunction
-
Sinusoidal in.
- SINUSOIDAL_IN_OUT() - Static method in class org.cesiumjs.cs.core.EasingFunction
-
Sinusoidal in then out.
- SINUSOIDAL_OUT() - Static method in class org.cesiumjs.cs.core.EasingFunction
-
Sinusoidal out.
- SIXTY_FOUR_KILOBYTES() - Static method in class org.cesiumjs.cs.core.Math
-
64 * 1024
- Size - Class in org.cesiumjs.cs.core
-
- size() - Method in class org.cesiumjs.cs.js.JsBlob
-
The size, in bytes, of the data contained in the Blob object.
- size - Variable in class org.cesiumjs.cs.scene.options.ShadowMapOptions
-
The width and height, in pixels, of each shadow map.
- size - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleOptions
-
The dimensions of particles in pixels.
- size - Variable in class org.cesiumjs.cs.scene.particle.Particle
-
The dimensions of particles in pixels.
- size - Variable in class org.cesiumjs.cs.scene.ShadowMap
-
The width and height, in pixels, of each shadow map.
- sizeInMeters - Variable in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Gets or sets the boolean Property specifying if this billboard's size will be measured in meters.
- sizeInMeters - Variable in class org.cesiumjs.cs.datasources.graphics.options.BillboardGraphicsOptions
-
A boolean Property specifying whether this billboard's size should be measured in meters.
- sizeInMeters - Variable in class org.cesiumjs.cs.scene.Billboard
-
Gets or sets if the billboard size is in meters or pixels. true to size the billboard in meters; otherwise, the size is in pixels.
- sizeInMeters - Variable in class org.cesiumjs.cs.scene.options.BillboardOptions
-
Gets or sets if the billboard size is in meters or pixels. true to size the billboard in meters; otherwise, the size is in pixels.
- skipLevelOfDetail - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Optimization option.
- skipLevelOfDetail - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
Optimization option.
- skipLevelOfDetail - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to determine if level of detail skipping should be applied during the traversal.
- skipLevels - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
When skipLevelOfDetail is true, a constant defining the minimum number of levels to skip when loading tiles.
- skipLevels - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
When skipLevelOfDetail is true, a constant defining the minimum number of levels to skip when loading tiles.
- skipLevels - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the constant defining the minimum number of levels to skip when loading tiles.
- skipScreenSpaceErrorFactor - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
When skipLevelOfDetail is true, a multiplier defining the minimum screen space error to skip.
- skipScreenSpaceErrorFactor - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
When skipLevelOfDetail is true, a multiplier defining the minimum screen space error to skip.
- skipScreenSpaceErrorFactor - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the multiplier defining the minimum screen space error to skip.
- SkyAtmosphere - Class in org.cesiumjs.cs.core
-
- SkyAtmosphere() - Constructor for class org.cesiumjs.cs.core.SkyAtmosphere
-
An atmosphere drawn around the limb of the provided ellipsoid.
- SkyAtmosphere(Ellipsoid) - Constructor for class org.cesiumjs.cs.core.SkyAtmosphere
-
An atmosphere drawn around the limb of the provided ellipsoid.
- skyAtmosphere - Variable in class org.cesiumjs.cs.scene.Scene
-
The sky atmosphere drawn around the globe.
- skyAtmosphere - Variable in class org.cesiumjs.cs.widgets.options.CesiumWidgetOptions
-
Blue sky, and the glow around the Earth's limb.
- skyAtmosphere - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
Blue sky, and the glow around the Earth's limb.
- SKYBLUE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #87CEEB
- SkyBox - Class in org.cesiumjs.cs.core
-
- SkyBox() - Constructor for class org.cesiumjs.cs.core.SkyBox
-
- SkyBox(SkyBoxOptions) - Constructor for class org.cesiumjs.cs.core.SkyBox
-
- skyBox - Variable in class org.cesiumjs.cs.scene.Scene
-
The SkyBox used to draw the stars.
- skyBox - Variable in class org.cesiumjs.cs.widgets.options.CesiumWidgetOptions
-
The skybox used to render the stars.
- skyBox - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
The skybox used to render the stars.
- SkyBoxOptions - Class in org.cesiumjs.cs.core.options
-
- SkyBoxOptions() - Constructor for class org.cesiumjs.cs.core.options.SkyBoxOptions
-
- SkyBoxSources<T> - Class in org.cesiumjs.cs.core
-
- SkyBoxSources() - Constructor for class org.cesiumjs.cs.core.SkyBoxSources
-
- SLATEBLUE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #6A5ACD
- SLATEGRAY() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #708090
- SLATEGREY() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #708090
- slerp(Quaternion, Quaternion, float, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes the spherical linear interpolation or extrapolation at t using the provided quaternions.
- slicePartitions - Variable in class org.cesiumjs.cs.core.geometry.options.EllipsoidOutlineGeometryOptions
-
The number of times to partition the ellipsoid into radial slices.
- slicePartitions - Variable in class org.cesiumjs.cs.datasources.graphics.EllipsoidGraphics
-
A Property specifying the number of radial slices.
- slicePartitions - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipsoidGraphicsOptions
-
A Property specifying the number of radial slices.
- slices - Variable in class org.cesiumjs.cs.datasources.graphics.CylinderGraphics
-
The number of edges around the perimeter of the cylinder.
- slices - Variable in class org.cesiumjs.cs.datasources.graphics.options.CylinderGraphicsOptions
-
The number of edges around the perimeter of the cylinder.
- slower - Variable in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Gets a command that decreases the speed of animation.
- snapToTicks - Variable in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Gets or sets whether dragging the shuttle ring should cause the multiplier to snap to the defined tick values
rather than interpolating between them.
- SNOW() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FFFAFA
- softShadows - Variable in class org.cesiumjs.cs.scene.options.ShadowMapOptions
-
Whether percentage-closer-filtering is enabled for producing softer shadows.
- softShadows - Variable in class org.cesiumjs.cs.scene.ShadowMap
-
Whether percentage-closer-filtering is enabled for producing softer shadows.
- SOLAR_RADIUS() - Static method in class org.cesiumjs.cs.core.Math
-
Radius of the sun in meters: 6.955e8
- sort() - Method in class org.cesiumjs.cs.js.JsArray
-
Sorts the elements of an array in place and returns the array.
- sort(JsArray.CompareFunction) - Method in class org.cesiumjs.cs.js.JsArray
-
Sorts the elements of an array in place and returns the array.
- sources - Variable in class org.cesiumjs.cs.core.options.SkyBoxOptions
-
The source URL or Image object for each of the six cube map faces.
- sources - Variable in class org.cesiumjs.cs.core.SkyBox
-
The sources used to create the cube map faces: an object with positiveX, negativeX, positiveY, negativeY,
positiveZ, and negativeZ properties.
- sourceUri - Variable in class org.cesiumjs.cs.datasources.options.CzmlDataSourceOptions
-
Overrides the url to use for resolving relative links
- sourceUri - Variable in class org.cesiumjs.cs.datasources.options.GeoJsonDataSourceOptions
-
Overrides the url to use for resolving relative links.
- sourceUri - Variable in class org.cesiumjs.cs.datasources.options.KmlDataSourceLoadOptions
-
Overrides the url to use for resolving relative links and other KML network features.
- sourceUri - Variable in class org.cesiumjs.cs.datasources.options.KmlDataSourceLoadStaticOptions
-
Overrides the url to use for resolving relative links and other KML network features.
- south - Variable in class org.cesiumjs.cs.core.Rectangle
-
The southernmost latitude in radians in the range [-Pi/2, Pi/2].
- southeast(Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Computes the southeast corner of an rectangle.
- southeast(Rectangle, Cartographic) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Computes the southeast corner of an rectangle.
- southwest(Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Computes the southwest corner of an rectangle.
- southwest(Rectangle, Cartographic) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Computes the southwest corner of an rectangle.
- specularEnvironmentMaps - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
A URL to a KTX file that contains a cube map of the specular lighting and the convoluted specular mipmaps.
- specularEnvironmentMaps - Variable in class org.cesiumjs.cs.scene.Model
-
A URL to a KTX file that contains a cube map of the specular lighting and the convoluted specular mipmaps.
- specularEnvironmentMaps - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
A URL to a KTX file that contains a cube map of the specular lighting and the convoluted specular mipmaps.
- specularEnvironmentMaps - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
A URL to a KTX file that contains a cube map of the specular lighting and the convoluted specular mipmaps.
- specularEnvironmentMaps - Variable in class org.cesiumjs.cs.scene.Scene
-
The url to the KTX file containing the specular environment map and convoluted mipmaps for image-based lighting of PBR models.
- SpecularMapType() - Static method in class org.cesiumjs.cs.scene.Material
-
Gets the name of the specular map material.
- speed - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
Sets the minimum and maximum speed in meters per second
- SphereEmitter - Class in org.cesiumjs.cs.scene.emitters
-
A ParticleEmitter that emits particles within a sphere.
- SphereEmitter(double) - Constructor for class org.cesiumjs.cs.scene.emitters.SphereEmitter
-
A ParticleEmitter that emits particles within a sphere.
- Spherical - Class in org.cesiumjs.cs.core
-
A set of curvilinear 3-dimensional coordinates.
- Spherical() - Constructor for class org.cesiumjs.cs.core.Spherical
-
A set of curvilinear 3-dimensional coordinates.
- Spherical(double, double, double) - Constructor for class org.cesiumjs.cs.core.Spherical
-
A set of curvilinear 3-dimensional coordinates.
- sphericalHarmonicCoefficients - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
The third order spherical harmonic coefficients used for the diffuse color of image-based lighting.
- sphericalHarmonicCoefficients - Variable in class org.cesiumjs.cs.scene.Model
-
The third order spherical harmonic coefficients used for the diffuse color of image-based lighting.
- sphericalHarmonicCoefficients - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
The third order spherical harmonic coefficients used for the diffuse color of image-based lighting.
- sphericalHarmonicCoefficients - Variable in class org.cesiumjs.cs.scene.options.ModelOptions
-
The third order spherical harmonic coefficients used for the diffuse color of image-based lighting.
- sphericalHarmonicCoefficients - Variable in class org.cesiumjs.cs.scene.Scene
-
The spherical harmonic coefficients for image-based lighting of PBR models.
- splitDirection - Variable in class org.cesiumjs.cs.scene.ImageryLayer
-
- splitDirection - Variable in class org.cesiumjs.cs.scene.options.ImageryLayerOptions
-
- splitDirectionFunction - Variable in class org.cesiumjs.cs.scene.options.ImageryLayerOptions
-
The function split to apply to this layer.
- SPRINGGREEN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #00FF7F
- squad(Quaternion, Quaternion, Quaternion, Quaternion, float, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes the spherical quadrangle interpolation between quaternions.
- src - Variable in class org.cesiumjs.cs.js.JsImage
-
- srs - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapServiceImageryProviderOptions
-
SRS specification, for use with WMS specification 1.1.0 or 1.1.1
- st - Variable in class org.cesiumjs.cs.core.VertexFormat
-
When true, the vertex has a 2D texture coordinate attribute.
32-bit floating-point. 2 components per attribute
Default: false
- stackPartitions - Variable in class org.cesiumjs.cs.core.geometry.options.EllipsoidOutlineGeometryOptions
-
The number of times to partition the ellipsoid into stacks.
- stackPartitions - Variable in class org.cesiumjs.cs.datasources.graphics.EllipsoidGraphics
-
A Property specifying the number of stacks.
- stackPartitions - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipsoidGraphicsOptions
-
A Property specifying the number of stacks.
- stages - Variable in class org.cesiumjs.cs.scene.options.PostProcessStageCompositeOptions
-
- start() - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Gets the start time of the collection.
- start() - Method in class org.cesiumjs.cs.core.EllipsoidGeodesic
-
Gets the initial planetodetic point on the path.
- start() - Method in class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Gets the initial planetodetic point on the path.
- start - Variable in class org.cesiumjs.cs.core.Interval
-
The beginning of the interval.
- start - Variable in class org.cesiumjs.cs.core.options.TimeIntervalOptions
-
The start time of the interval.
- start - Variable in class org.cesiumjs.cs.core.TimeInterval
-
Gets or sets the start time of this interval.
- start - Variable in class org.cesiumjs.cs.scene.ModelAnimation
-
The event fired when this animation is started.
- startColor - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleOptions
-
The color of a particle when it is born.
- startColor - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
The color of a particle when it is born.
- startColor - Variable in class org.cesiumjs.cs.scene.particle.Particle
-
The color of a particle when it is born.
- startColor - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
The color of a particle when it is born.
- startHeading() - Method in class org.cesiumjs.cs.core.EllipsoidGeodesic
-
Gets the heading at the initial point.
- startPosition - Variable in class org.cesiumjs.cs.core.events.MouseMoveEvent
-
- startPosition - Variable in class org.cesiumjs.cs.core.events.TouchMoveEvent
-
- startScale - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleOptions
-
The scale of the particle when it is born.
- startScale - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
The scale of the particle when it is born.
- startScale - Variable in class org.cesiumjs.cs.scene.particle.Particle
-
The scale of the particle when it is born.
- startScale - Variable in class org.cesiumjs.cs.scene.particle.ParticleSystem
-
The scale of the particle when it is born.
- startTime - Variable in class org.cesiumjs.cs.core.Clock
-
The start time of the clock.
- startTime - Variable in class org.cesiumjs.cs.core.options.ClockOptions
-
The start time of the clock.
- startTime - Variable in class org.cesiumjs.cs.datasources.DataSourceClock
-
Gets or sets the desired start time of the clock.
- startTime() - Method in class org.cesiumjs.cs.scene.ModelAnimation
-
The scene time to start playing this animation.
- startTime - Variable in class org.cesiumjs.cs.scene.options.ModelAnimationOptions
-
The scene time to start playing this animation.
- startTime - Variable in class org.cesiumjs.cs.widgets.ClockViewModel
-
Gets or sets the start time of the clock.
- statisticsText() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets the statistics text.
- STEELBLUE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #4682B4
- stop() - Method in class org.cesiumjs.cs.collections.TimeIntervalCollection
-
Gets the stop time of the collection.
- stop - Variable in class org.cesiumjs.cs.core.Interval
-
The end of the interval.
- stop - Variable in class org.cesiumjs.cs.core.options.TimeIntervalOptions
-
The stop time of the interval.
- stop - Variable in class org.cesiumjs.cs.core.TimeInterval
-
Gets or sets the stop time of this interval.
- stop - Variable in class org.cesiumjs.cs.scene.ModelAnimation
-
The event fired when this animation is stopped.
- stopTime - Variable in class org.cesiumjs.cs.core.Clock
-
The stop time of the clock.
- stopTime - Variable in class org.cesiumjs.cs.core.options.ClockOptions
-
The stop time of the clock.
- stopTime - Variable in class org.cesiumjs.cs.datasources.DataSourceClock
-
Gets or sets the desired stop time of the clock.
- stopTime() - Method in class org.cesiumjs.cs.scene.ModelAnimation
-
The scene time to stop playing this animation.
- stopTime - Variable in class org.cesiumjs.cs.scene.options.ModelAnimationOptions
-
The scene time to stop playing this animation.
- stopTime - Variable in class org.cesiumjs.cs.widgets.ClockViewModel
-
Gets or sets the stop time of the clock.
- strict - Variable in class org.cesiumjs.cs.scene.options.MaterialOptions
-
Throws errors for issues that would normally be ignored, including unused uniforms or materials.
- StripeMaterialProperty - Class in org.cesiumjs.cs.datasources.properties
-
- StripeMaterialProperty() - Constructor for class org.cesiumjs.cs.datasources.properties.StripeMaterialProperty
-
- StripeMaterialProperty(StripeMaterialPropertyOptions) - Constructor for class org.cesiumjs.cs.datasources.properties.StripeMaterialProperty
-
- StripeMaterialPropertyOptions - Class in org.cesiumjs.cs.datasources.properties.options
-
- StripeMaterialPropertyOptions() - Constructor for class org.cesiumjs.cs.datasources.properties.options.StripeMaterialPropertyOptions
-
- StripeOrientation - Class in org.cesiumjs.cs.datasources
-
- StripeType() - Static method in class org.cesiumjs.cs.scene.Material
-
Gets the name of the stripe material.
- stroke - Static variable in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Gets or sets the default color of polylines and polygon outlines.
- stroke - Variable in class org.cesiumjs.cs.datasources.options.GeoJsonDataSourceOptions
-
The default color of polylines and polygon outlines.
- strokeWidth - Static variable in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
Gets or sets the default width of polylines and polygon outlines.
- strokeWidth - Variable in class org.cesiumjs.cs.datasources.options.GeoJsonDataSourceOptions
-
The default width of polylines and polygon outlines.
- stRotation - Variable in class org.cesiumjs.cs.core.geometry.options.CircleGeometryOptions
-
The rotation of the texture coordinates, in radians.
- stRotation - Variable in class org.cesiumjs.cs.core.geometry.options.CoplanarPolygonGeometryFromPositionsOptions
-
The rotation of the texture coordinates, in radians.
- stRotation - Variable in class org.cesiumjs.cs.core.geometry.options.CoplanarPolygonGeometryOptions
-
The rotation of the texture coordinates, in radians.
- stRotation - Variable in class org.cesiumjs.cs.core.geometry.options.EllipseGeometryOptions
-
The rotation of the texture coordinates counter-clockwise from north.
- stRotation - Variable in class org.cesiumjs.cs.core.geometry.options.PolygonGeometryOptions
-
The rotation of the texture coordinates, in radians.
- stRotation - Variable in class org.cesiumjs.cs.core.geometry.options.RectangleGeometryOptions
-
The rotation of the texture coordinates, in radians.
- stRotation - Variable in class org.cesiumjs.cs.datasources.graphics.EllipseGraphics
-
A numeric property specifying the rotation of the ellipse texture counter-clockwise from north.
- stRotation - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipseGraphicsOptions
-
A numeric property specifying the rotation of the ellipse texture counter-clockwise from north.
- stRotation - Variable in class org.cesiumjs.cs.datasources.graphics.options.PolygonGraphicsOptions
-
A numeric property specifying the rotation of the polygon texture counter-clockwise from north.
- stRotation - Variable in class org.cesiumjs.cs.datasources.graphics.options.RectangleGraphicsOptions
-
A numeric property specifying the rotation of the rectangle texture counter-clockwise from north.
- stRotation - Variable in class org.cesiumjs.cs.datasources.graphics.PolygonGraphics
-
A numeric property specifying the rotation of the polygon texture counter-clockwise from north.
- stRotation - Variable in class org.cesiumjs.cs.datasources.graphics.RectangleGraphics
-
Gets or sets the numeric property specifying the rotation of the rectangle texture counter-clockwise from north.
- style - Variable in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
A Property specifying the LabelStyle.
- style - Variable in class org.cesiumjs.cs.datasources.graphics.options.LabelGraphicsOptions
-
A Property specifying the LabelStyle.
- style - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
The style, defined using the 3D Tiles Styling language, applied to each feature in the tileset.
- style() - Method in class org.cesiumjs.cs.scene.Cesium3DTileStyle
-
Gets the object defining the style using the 3D Tiles Styling language.
- style - Variable in class org.cesiumjs.cs.scene.Label
-
Gets or sets the style of this label.
- style - Variable in class org.cesiumjs.cs.scene.options.LabelOptions
-
Gets or sets the style of this label.
- style - Variable in class org.cesiumjs.cs.scene.options.TimeDynamicPointCloudOptions
-
The style, defined using the 3D Tiles Styling language, applied to each point in the point cloud.
- style - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapTileServiceImageryProviderOptions
-
The style name for WMTS requests.
- style - Variable in class org.cesiumjs.cs.scene.TimeDynamicPointCloud
-
The style, defined using the 3D Tiles Styling language, applied to each point in the point cloud.
- styleEditorKeyPress() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Handles key press events on the style editor.
- StyleExpression - Interface in org.cesiumjs.cs.scene
-
- styleName - Variable in class org.cesiumjs.cs.core.providers.options.GeoserverTerrainProviderOptions
-
name of the Style used for images.
- styles - Variable in class org.cesiumjs.cs.scene.WebMapServiceParameters
-
- styleString - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the JSON for the tileset style.
- styleVisible - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to show the style section.
- subdivisions - Variable in class org.cesiumjs.cs.core.geometry.options.EllipsoidOutlineGeometryOptions
-
The number of points per line, determining the granularity of the curvature.
- subdivisions - Variable in class org.cesiumjs.cs.datasources.graphics.EllipsoidGraphics
-
A Property specifying the number of samples per outline ring, determining the granularity of the curvature.
- subdivisions - Variable in class org.cesiumjs.cs.datasources.graphics.options.EllipsoidGraphicsOptions
-
A Property specifying the number of samples per outline ring, determining the granularity of the curvature.
- subdomains - Variable in class org.cesiumjs.cs.scene.providers.options.UrlTemplateImageryProviderOptions
-
The subdomains to use for the {s} placeholder in the URL template.
- subdomains - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapServiceImageryProviderOptions
-
The subdomains to use for the {s} placeholder in the URL template.
- subdomains - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapTileServiceImageryProviderOptions
-
The subdomains to use for the {s} placeholder in the URL template.
- subsample(Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Samples an rectangle so that it includes a list of Cartesian points suitable for passing to BoundingSphere#fromPoints.
- subsample(Rectangle, Ellipsoid) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Samples an rectangle so that it includes a list of Cartesian points suitable for passing to BoundingSphere#fromPoints.
- subsample(Rectangle, Ellipsoid, double) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Samples an rectangle so that it includes a list of Cartesian points suitable for passing to BoundingSphere#fromPoints.
- subsample(Rectangle, Ellipsoid, double, Cartesian3[]) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Samples an rectangle so that it includes a list of Cartesian points suitable for passing to BoundingSphere#fromPoints.
- subtract(Cartesian2, Cartesian2, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Computes the componentwise difference of two Cartesians.
- subtract(Cartesian3, Cartesian3, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Computes the componentwise difference of two Cartesians.
- subtract(Cartesian4, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Computes the componentwise difference of two Cartesians.
- subtract(Cartesian4, Cartesian4, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Computes the componentwise difference of two Cartesians.
- subtract(Color, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Computes the componentwise difference of two Colors.
- subtract(Color, Color, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Computes the componentwise difference of two Colors.
- subtract(Matrix2, Matrix2, Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Computes the difference of two matrices.
- subtract(Matrix3, Matrix3, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes the difference of two matrices.
- subtract(Matrix4, Matrix4, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes the difference of two matrices.
- subtract(Quaternion, Quaternion, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Computes the componentwise difference of two quaternions.
- suggestions - Variable in class org.cesiumjs.cs.widgets.GeocoderViewModel
-
Gets the list of geocoder search suggestions
- sun - Variable in class org.cesiumjs.cs.scene.Scene
-
The Sun.
- Sun - Class in org.cesiumjs.cs.scene
-
- Sun() - Constructor for class org.cesiumjs.cs.scene.Sun
-
Draws a sun billboard.
- sunBloom - Variable in class org.cesiumjs.cs.scene.Scene
-
Uses a bloom filter on the sun when enabled.
- supportsFullscreen() - Static method in class org.cesiumjs.cs.core.FeatureDetection
-
Detects whether the current browser supports the full screen standard.
- supportsFullscreen() - Static method in class org.cesiumjs.cs.core.Fullscreen
-
Detects whether the browser supports the standard fullscreen API.
- supportsMaterials(Scene) - Static method in class org.cesiumjs.cs.scene.GroundPrimitive
-
Checks if the given Scene supports materials on GroundPrimitives.
- supportsMaterialsforEntitiesOnTerrain(Scene) - Static method in class org.cesiumjs.cs.datasources.Entity
-
Checks if the given Scene supports materials besides Color on Entities draped on terrain.
- supportsPolylinesOnTerrain(Scene) - Static method in class org.cesiumjs.cs.datasources.Entity
-
Checks if the given Scene supports polylines clamped to the ground..
- supportsTypedArrays() - Static method in class org.cesiumjs.cs.core.FeatureDetection
-
Detects whether the current browser supports typed arrays.
- supportsWebAssembly() - Static method in class org.cesiumjs.cs.core.FeatureDetection
-
Detects whether the current browser supports Web Assembly.
- supportsWebWorkers() - Static method in class org.cesiumjs.cs.core.FeatureDetection
-
Detects whether the current browser supports Web Workers.
- surfaceDistance() - Method in class org.cesiumjs.cs.core.EllipsoidGeodesic
-
Gets the surface distance between the start and end point
- surfaceDistance() - Method in class org.cesiumjs.cs.core.EllipsoidRhumbLine
-
Gets the surface distance between the start and end point
- suspendEvents() - Method in class org.cesiumjs.cs.collections.CompositeEntityCollection
-
- suspendEvents() - Method in class org.cesiumjs.cs.collections.EntityCollection
-
Prevents EntityCollection#collectionChanged events from being raised until a corresponding call is made to
EntityCollection#resumeEvents, at which point a single event will be raised that covers all suspended operations.
- switchToOrthographic - Variable in class org.cesiumjs.cs.widgets.ProjectionPickerViewModel
-
Gets the command to switch to orthographic projection.
- switchToOrthographicFrustum() - Method in class org.cesiumjs.cs.scene.Camera
-
Switches the frustum/projection to orthographic.
- switchToPerspective - Variable in class org.cesiumjs.cs.widgets.ProjectionPickerViewModel
-
Gets the command to switch to a perspective projection.
- switchToPerspectiveFrustum() - Method in class org.cesiumjs.cs.scene.Camera
-
Switches the frustum/projection to perspective.
- synchronize() - Method in class org.cesiumjs.cs.widgets.ClockViewModel
-
Updates the view model with the contents of the underlying clock.
- SYSTEM_CLOCK() - Static method in class org.cesiumjs.cs.core.enums.ClockStep
-
Clock.tick()
sets the clock to the current system time; ignoring all other settings.
- SYSTEM_CLOCK_MULTIPLIER() - Static method in class org.cesiumjs.cs.core.enums.ClockStep
-
- systemTime - Variable in class org.cesiumjs.cs.widgets.ClockViewModel
-
Gets the current system time.
- TAI() - Static method in class org.cesiumjs.cs.core.enums.TimeStandard
-
Represents the International Atomic Time (TAI) time standard.
- TAN() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #D2B48C
- tangent - Variable in class org.cesiumjs.cs.core.VertexFormat
-
When true, the vertex has a tangent attribute (normalized), which is used for tangent-space effects like bump mapping.
32-bit floating-point. 3 components per attribute.
- taperPower - Variable in class org.cesiumjs.cs.datasources.properties.options.PolylineGlowMaterialPropertyOptions
-
A numeric Property specifying the strength of the tapering effect, as a percentage of the total line length.
- taperPower - Variable in class org.cesiumjs.cs.datasources.properties.PolylineGlowMaterialProperty
-
A numeric Property specifying the strength of the tapering effect, as a percentage of the total line length.
- targetCollection() - Method in class org.cesiumjs.cs.datasources.properties.ReferenceProperty
-
Gets the collection containing the entity being referenced.
- targetFrameRate - Variable in class org.cesiumjs.cs.widgets.CesiumWidget
-
Gets or sets the target frame rate of the widget when useDefaultRenderLoop is true.
- targetFrameRate - Variable in class org.cesiumjs.cs.widgets.options.CesiumWidgetOptions
-
The target frame rate when using the default render loop.
- targetFrameRate - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
The target frame rate when using the default render loop.
- targetFrameRate - Variable in class org.cesiumjs.cs.widgets.Viewer
-
Gets or sets the target frame rate of the widget when useDefaultRenderLoop is true.
- targetId() - Method in class org.cesiumjs.cs.datasources.properties.ReferenceProperty
-
Gets the id of the entity being referenced.
- targetPropertyNames() - Method in class org.cesiumjs.cs.datasources.properties.ReferenceProperty
-
Gets the array of property names used to retrieve the referenced property.
- TaskProcessor - Class in org.cesiumjs.cs.core
-
A wrapper around a web worker that allows scheduling tasks for a given worker, returning results asynchronously
via a promise.
- TaskProcessor(String) - Constructor for class org.cesiumjs.cs.core.TaskProcessor
-
A wrapper around a web worker that allows scheduling tasks for a given worker, returning results asynchronously
via a promise.
- TaskProcessor(String, int) - Constructor for class org.cesiumjs.cs.core.TaskProcessor
-
A wrapper around a web worker that allows scheduling tasks for a given worker, returning results asynchronously
via a promise.
- TEAL() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #008080
- templateValues - Variable in class org.cesiumjs.cs.core.options.ResourceOptions
-
Key/Value pairs that are used to replace template values (eg.
- templateValues - Variable in class org.cesiumjs.cs.core.Resource
-
The key/value pairs used to replace template parameters in the url.
- TERRAIN() - Static method in class org.cesiumjs.cs.core.enums.RequestType
-
Terrain request.
- TERRAIN() - Static method in class org.cesiumjs.cs.scene.enums.ClassificationType
-
Only terrain will be classified.
- TerrainData - Interface in org.cesiumjs.cs.core
-
- terrainExaggeration - Variable in class org.cesiumjs.cs.scene.options.SceneOptions
-
A scalar used to exaggerate the terrain.
- terrainExaggeration - Variable in class org.cesiumjs.cs.scene.Scene
-
Gets the scalar used to exaggerate the terrain.
- terrainExaggeration - Variable in class org.cesiumjs.cs.widgets.options.CesiumWidgetOptions
-
A scalar used to exaggerate the terrain.
- terrainExaggeration - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
A scalar used to exaggerate the terrain.
- TerrainProvider - Interface in org.cesiumjs.cs.core.providers
-
Provides terrain or other geometry for the surface of an ellipsoid.
- terrainProvider - Variable in class org.cesiumjs.cs.scene.Globe
-
The terrain provider providing surface geometry for this globe.
- terrainProvider - Variable in class org.cesiumjs.cs.scene.Scene
-
The terrain provider providing surface geometry for the globe.
- terrainProvider - Variable in class org.cesiumjs.cs.widgets.CesiumWidget
-
The terrain provider providing surface geometry for the globe.
- terrainProvider - Variable in class org.cesiumjs.cs.widgets.options.CesiumWidgetOptions
-
The terrain provider.
- terrainProvider - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
The terrain provider to use
Default: new EllipsoidTerrainProvider()
- terrainProvider - Variable in class org.cesiumjs.cs.widgets.Viewer
-
The terrain provider providing surface geometry for the globe.
- terrainProviderChanged() - Method in class org.cesiumjs.cs.scene.Globe
-
Gets an event that's raised when the terrain provider is changed
- terrainProviderChanged() - Method in class org.cesiumjs.cs.scene.Scene
-
Gets an event that's raised when the terrain provider is changed
- terrainProviderCreationFunction - Variable in class org.cesiumjs.cs.widgets.options.ProviderViewModelOptions
-
A function or Command that creates one or more providers which will be added to the globe when this item is selected.
- terrainProviderViewModels - Variable in class org.cesiumjs.cs.widgets.BaseLayerPickerViewModel
-
Gets or sets an array of ProviderViewModel instances available for terrain selection.
- terrainProviderViewModels - Variable in class org.cesiumjs.cs.widgets.options.BaseLayerPickerViewModelOptions
-
The array of ProviderViewModel instances to use for terrain.
- terrainProviderViewModels - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
The array of ProviderViewModels to be selectable from the BaseLayerPicker.
- terrainShadows - Variable in class org.cesiumjs.cs.widgets.options.CesiumWidgetOptions
-
Determines if the terrain casts or receives shadows from the sun.
- terrainShadows - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
Determines if the terrain casts or receives shadows from the sun.
- terrainShadows - Variable in class org.cesiumjs.cs.widgets.Viewer
-
Determines if the terrain casts or shadows from the sun.
- text() - Method in class org.cesiumjs.cs.core.Credit
-
Deprecated.
- text - Variable in class org.cesiumjs.cs.core.options.CreditOptions
-
The text to be displayed on the screen if no imageUrl is specified.
- text - Variable in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
A Property specifying the text.
- text - Variable in class org.cesiumjs.cs.datasources.graphics.options.LabelGraphicsOptions
-
A Property specifying the text.
- text() - Method in class org.cesiumjs.cs.js.JsBlob
-
Transforms the Blob into a stream and reads it to completion.
- text - Variable in class org.cesiumjs.cs.scene.Label
-
Gets or sets the text of this label.
- text - Variable in class org.cesiumjs.cs.scene.options.LabelOptions
-
Gets or sets the text of this label.
- TEXTURED() - Method in class org.cesiumjs.cs.scene.apperances.MaterialAppearance.MaterialSupport
-
Materials with textures, which require position, normal, and st vertex attributes,
are supported.
- TextureMagnificationFilter - Class in org.cesiumjs.cs.scene.enums
-
Enumerates all possible filters used when magnifying WebGL textures, which takes places when zooming into imagery.
- TextureMinificationFilter - Class in org.cesiumjs.cs.scene.enums
-
Enumerates all possible filters used when minifying WebGL textures, which takes places when zooming out of imagery.
- texturesByteLength() - Method in class org.cesiumjs.cs.scene.Cesium3DTileContent
-
Gets the tile's texture memory in bytes.
- textureScale - Variable in class org.cesiumjs.cs.scene.options.PostProcessStageOptions
-
A number in the range (0.0, 1.0] used to scale the texture dimensions.
- textureScale() - Method in class org.cesiumjs.cs.scene.PostProcessStage
-
A number in the range (0.0, 1.0] used to scale the output texture dimensions.
- textureUrl - Variable in class org.cesiumjs.cs.scene.Moon
-
The moon texture.
- textureUrl - Variable in class org.cesiumjs.cs.scene.options.MoonOptions
-
The moon texture.
- then(Fulfill<V>) - Method in class org.cesiumjs.cs.promise.Promise
-
- then(Fulfill<V>, Reject<E>) - Method in class org.cesiumjs.cs.promise.Promise
-
- THISTLE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #D8BFD8
- THREE_PI_OVER_TWO() - Static method in class org.cesiumjs.cs.core.Math
-
3pi/2
- throttle - Variable in class org.cesiumjs.cs.core.options.RequestOptions
-
Whether to throttle and prioritize the request.
- throttle() - Method in class org.cesiumjs.cs.core.Request
-
Whether to throttle and prioritize the request.
- throttleByServer - Variable in class org.cesiumjs.cs.core.options.RequestOptions
-
Whether to throttle the request by server.
- throttleByServer() - Method in class org.cesiumjs.cs.core.Request
-
Whether to throttle the request by server.
- tick() - Method in class org.cesiumjs.cs.core.Clock
-
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.
- TICK_DEPENDENT() - Static method in class org.cesiumjs.cs.core.enums.ClockStep
-
- tile - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets the current tile of the view model
- TileAvailability - Class in org.cesiumjs.cs.core
-
Reports the availability of tiles in a TilingScheme.
- TileAvailability(TilingScheme, int) - Constructor for class org.cesiumjs.cs.core.TileAvailability
-
Reports the availability of tiles in a TilingScheme.
- tileCacheSize - Variable in class org.cesiumjs.cs.scene.Globe
-
The size of the terrain tile cache, expressed as a number of tiles.
- TileCoordinatesImageryProvider - Class in org.cesiumjs.cs.scene.providers
-
- TileCoordinatesImageryProvider() - Constructor for class org.cesiumjs.cs.scene.providers.TileCoordinatesImageryProvider
-
An ImageryProvider that draws a box around every rendered tile in the tiling scheme, and draws a label inside it
indicating the X, Y, Level coordinates of the tile.
- TileCoordinatesImageryProvider(TileCoordinatesImageryProviderOptions) - Constructor for class org.cesiumjs.cs.scene.providers.TileCoordinatesImageryProvider
-
An ImageryProvider that draws a box around every rendered tile in the tiling scheme, and draws a label inside it
indicating the X, Y, Level coordinates of the tile.
- TileCoordinatesImageryProviderOptions - Class in org.cesiumjs.cs.scene.providers.options
-
- TileCoordinatesImageryProviderOptions() - Constructor for class org.cesiumjs.cs.scene.providers.options.TileCoordinatesImageryProviderOptions
-
- tileDebugLabelsVisible - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to show the tile info section.
- tileDiscardPolicy() - Method in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
The policy that determines if a tile is invalid and should be discarded.
- tileDiscardPolicy() - Method in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
The policy that determines if a tile is invalid and should be discarded.
- tileDiscardPolicy() - Method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
Gets the tile discard policy.
- tileDiscardPolicy() - Method in class org.cesiumjs.cs.scene.providers.GridImageryProvider
-
The policy that determines if a tile is invalid and should be discarded.
- tileDiscardPolicy() - Method in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
Gets the tile discard policy.
- tileDiscardPolicy() - Method in class org.cesiumjs.cs.scene.providers.MapboxImageryProvider
-
Gets the tile discard policy.
- tileDiscardPolicy - Variable in class org.cesiumjs.cs.scene.providers.options.ArcGisMapServerImageryProviderOptions
-
The policy that determines if a tile is invalid and should be discarded.
- tileDiscardPolicy - Variable in class org.cesiumjs.cs.scene.providers.options.BingMapsImageryProviderOptions
-
The policy that determines if a tile is invalid and should be discarded.
- tileDiscardPolicy - Variable in class org.cesiumjs.cs.scene.providers.options.GoogleEarthEnterpriseImageryProviderOptions
-
The policy that determines if a tile is invalid and should be discarded.
- tileDiscardPolicy() - Method in class org.cesiumjs.cs.scene.providers.SingleTileImageryProvider
-
Gets the tile discard policy.
- tileDiscardPolicy() - Method in class org.cesiumjs.cs.scene.providers.TileCoordinatesImageryProvider
-
The policy that determines if a tile is invalid and should be discarded.
- tileDiscardPolicy() - Method in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
The policy that determines if a tile is invalid and should be discarded.
- tileDiscardPolicy() - Method in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
Gets the tile discard policy.
- tileDiscardPolicy() - Method in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Gets the tile discard policy.
- TileDiscardPolicy - Class in org.cesiumjs.cs.scene
-
- TileDiscardPolicy() - Constructor for class org.cesiumjs.cs.scene.TileDiscardPolicy
-
A policy for discarding tile images according to some criteria.
- tileFailed - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
The event fired to indicate that a tile's content failed to load.
- tileHeight() - Method in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
The height of each tile in pixels.
- tileHeight() - Method in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
Gets the height of each tile, in pixels.
- tileHeight() - Method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
Gets the height of each tile, in pixels.
- tileHeight() - Method in class org.cesiumjs.cs.scene.providers.GridImageryProvider
-
The height of each tile in pixels.
- tileHeight() - Method in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
Gets the height of each tile, in pixels.
- tileHeight() - Method in class org.cesiumjs.cs.scene.providers.MapboxImageryProvider
-
Gets the height of each tile, in pixels.
- tileHeight - Variable in class org.cesiumjs.cs.scene.providers.options.ArcGisMapServerImageryProviderOptions
-
The height of each tile in pixels.
- tileHeight - Variable in class org.cesiumjs.cs.scene.providers.options.GridImageryProviderOptions
-
The height of the tile for level-of-detail selection purposes.
- tileHeight - Variable in class org.cesiumjs.cs.scene.providers.options.TileCoordinatesImageryProviderOptions
-
The height of the tile for level-of-detail selection purposes.
- tileHeight - Variable in class org.cesiumjs.cs.scene.providers.options.TileMapServiceImageryProviderOptions
-
Pixel height of image tiles.
- tileHeight - Variable in class org.cesiumjs.cs.scene.providers.options.UrlTemplateImageryProviderOptions
-
Pixel height of image tiles.
- tileHeight - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapServiceImageryProviderOptions
-
The height of each tile in pixels.
- tileHeight() - Method in class org.cesiumjs.cs.scene.providers.SingleTileImageryProvider
-
Gets the width of each tile, in pixels.
- tileHeight() - Method in class org.cesiumjs.cs.scene.providers.TileCoordinatesImageryProvider
-
The height of each tile in pixels.
- tileHeight() - Method in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
The height of each tile in pixels.
- tileHeight() - Method in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
Gets the height of each tile, in pixels.
- tileHeight() - Method in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Gets the height of each tile, in pixels.
- tileLoad - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
The event fired to indicate that a tile's content was loaded.
- tileLoadProgressEvent - Variable in class org.cesiumjs.cs.scene.Globe
-
Gets an event that's raised when the length of the tile load queue has changed since the last render frame.
- TileMapServiceImageryProviderOptions - Class in org.cesiumjs.cs.scene.providers.options
-
- TileMapServiceImageryProviderOptions() - Constructor for class org.cesiumjs.cs.scene.providers.options.TileMapServiceImageryProviderOptions
-
- tileMatrixLabels - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapTileServiceImageryProviderOptions
-
A list of identifiers in the TileMatrix to use for WMTS requests, one per TileMatrix level.
- tileMatrixSetID - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapTileServiceImageryProviderOptions
-
The identifier of the TileMatrixSet to use for WMTS requests.
- tileProtocol - Variable in class org.cesiumjs.cs.scene.providers.options.BingMapsImageryProviderOptions
-
The protocol to use when loading tiles, e.g.
- TILES3D() - Static method in class org.cesiumjs.cs.core.enums.RequestType
-
3D Tiles request.
- tileset() - Method in class org.cesiumjs.cs.scene.Cesium3DTile
-
The tileset containing this tile.
- tileset() - Method in class org.cesiumjs.cs.scene.Cesium3DTileFeature
-
Gets the tileset containing the feature.
- tileset() - Method in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets the tileset containing the feature.
- tileset - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the tileset of the view model.
- tilesetVisible - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to show the tileset section.
- tilesLoaded() - Method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
When true, all tiles that meet the screen space error this frame are loaded.
- tilesLoaded() - Method in class org.cesiumjs.cs.scene.Globe
-
Returns true when the tile load queue is empty, false otherwise.
- tileUnload - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
The event fired to indicate that a tile's content was unloaded.
- tileVisible - Variable in class org.cesiumjs.cs.scene.Cesium3DTileset
-
This event fires once for each visible tile in a frame.
- tileWidth() - Method in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
The width of each tile in pixels.
- tileWidth() - Method in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
Gets the width of each tile, in pixels.
- tileWidth() - Method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
Gets the width of each tile, in pixels.
- tileWidth() - Method in class org.cesiumjs.cs.scene.providers.GridImageryProvider
-
The width of each tile in pixels.
- tileWidth() - Method in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
Gets the width of each tile, in pixels.
- tileWidth() - Method in class org.cesiumjs.cs.scene.providers.MapboxImageryProvider
-
Gets the width of each tile, in pixels.
- tileWidth - Variable in class org.cesiumjs.cs.scene.providers.options.ArcGisMapServerImageryProviderOptions
-
The width of each tile in pixels.
- tileWidth - Variable in class org.cesiumjs.cs.scene.providers.options.GridImageryProviderOptions
-
The width of the tile for level-of-detail selection purposes.
- tileWidth - Variable in class org.cesiumjs.cs.scene.providers.options.TileCoordinatesImageryProviderOptions
-
The width of the tile for level-of-detail selection purposes.
- tileWidth - Variable in class org.cesiumjs.cs.scene.providers.options.TileMapServiceImageryProviderOptions
-
Pixel width of image tiles.
- tileWidth - Variable in class org.cesiumjs.cs.scene.providers.options.UrlTemplateImageryProviderOptions
-
Pixel width of image tiles.
- tileWidth - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapServiceImageryProviderOptions
-
The width of each tile in pixels.
- tileWidth - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapTileServiceImageryProviderOptions
-
The tile width in pixels.
- tileWidth() - Method in class org.cesiumjs.cs.scene.providers.SingleTileImageryProvider
-
Gets the width of each tile, in pixels.
- tileWidth() - Method in class org.cesiumjs.cs.scene.providers.TileCoordinatesImageryProvider
-
The width of each tile in pixels.
- tileWidth() - Method in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
The width of each tile in pixels.
- tileWidth() - Method in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
Gets the width of each tile, in pixels.
- tileWidth() - Method in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Gets the width of each tile, in pixels.
- tileXYToNativeRectangle(int, int, int) - Method in class org.cesiumjs.cs.core.TilingScheme
-
Converts tile x, y coordinates and level to an rectangle expressed in the native coordinates of the tiling scheme.
- tileXYToNativeRectangle(int, int, int, Rectangle) - Method in class org.cesiumjs.cs.core.TilingScheme
-
Converts tile x, y coordinates and level to an rectangle expressed in the native coordinates of the tiling scheme.
- tileXYToQuadKey(int, int, int) - Static method in class org.cesiumjs.cs.core.GoogleEarthEnterpriseMetadata
-
Converts a tiles (x, y, level) position into a quadkey used to request an image from a Google Earth Enterprise server.
- tileXYToQuadKey(int, int, int) - Static method in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
Converts a tiles (x, y, level) position into a quadkey used to request an image from a Bing Maps server.
- tileXYToRectangle(int, int, int) - Method in class org.cesiumjs.cs.core.TilingScheme
-
Converts tile x, y coordinates and level to a cartographic rectangle in radians.
- tileXYToRectangle(int, int, int, Rectangle) - Method in class org.cesiumjs.cs.core.TilingScheme
-
Converts tile x, y coordinates and level to a cartographic rectangle in radians.
- tilingScheme - Variable in class org.cesiumjs.cs.core.providers.CesiumTerrainProvider
-
Gets the tiling scheme used by this provider.
- tilingScheme - Variable in class org.cesiumjs.cs.core.providers.EllipsoidTerrainProvider
-
Gets the tiling scheme used by this provider.
- tilingScheme - Variable in class org.cesiumjs.cs.core.providers.GeoserverTerrainProvider
-
Gets the tiling scheme used by this provider.
- tilingScheme - Variable in class org.cesiumjs.cs.core.providers.options.ArcGisImageServerTerrainProviderOptions
-
The tiling scheme specifying how the terrain is broken into tiles.
- tilingScheme - Variable in class org.cesiumjs.cs.core.providers.options.EllipsoidTerrainProviderOptions
-
The tiling scheme specifying how the ellipsoidal surface is broken into tiles.
- tilingScheme - Variable in class org.cesiumjs.cs.core.providers.VRTheWorldTerrainProvider
-
Gets the tiling scheme used by this provider.
- TilingScheme - Class in org.cesiumjs.cs.core
-
- TilingScheme() - Constructor for class org.cesiumjs.cs.core.TilingScheme
-
A tiling scheme for geometry or imagery on the surface of an ellipsoid.
- tilingScheme() - Method in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
The tiling scheme to use to divide the world into tiles.
- tilingScheme() - Method in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
Gets the tiling scheme used by this provider.
- tilingScheme() - Method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
Gets the tiling scheme used by this provider.
- tilingScheme() - Method in class org.cesiumjs.cs.scene.providers.GridImageryProvider
-
The tiling scheme to use to divide the world into tiles.
- tilingScheme() - Method in class org.cesiumjs.cs.scene.providers.IonImageryProvider
-
Gets the tiling scheme used by the provider.
- tilingScheme() - Method in class org.cesiumjs.cs.scene.providers.MapboxImageryProvider
-
Gets the tiling scheme used by this provider.
- tilingScheme - Variable in class org.cesiumjs.cs.scene.providers.options.ArcGisMapServerImageryProviderOptions
-
The tiling scheme to use to divide the world into tiles.
- tilingScheme - Variable in class org.cesiumjs.cs.scene.providers.options.GridImageryProviderOptions
-
The tiling scheme for which to draw tiles.
- tilingScheme - Variable in class org.cesiumjs.cs.scene.providers.options.TileCoordinatesImageryProviderOptions
-
The tiling scheme for which to draw tiles.
- tilingScheme - Variable in class org.cesiumjs.cs.scene.providers.options.TileMapServiceImageryProviderOptions
-
The tiling scheme specifying how the ellipsoidal surface is broken into tiles.
- tilingScheme - Variable in class org.cesiumjs.cs.scene.providers.options.UrlTemplateImageryProviderOptions
-
The tiling scheme specifying how the ellipsoidal surface is broken into tiles.
- tilingScheme - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapServiceImageryProviderOptions
-
The tiling scheme to use to divide the world into tiles.
- tilingScheme - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapTileServiceImageryProviderOptions
-
The tiling scheme corresponding to the organization of the tiles in the TileMatrixSet.
- tilingScheme() - Method in class org.cesiumjs.cs.scene.providers.SingleTileImageryProvider
-
Gets the tiling scheme used by this provider.
- tilingScheme() - Method in class org.cesiumjs.cs.scene.providers.TileCoordinatesImageryProvider
-
The tiling scheme to use to divide the world into tiles.
- tilingScheme() - Method in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
The tiling scheme to use to divide the world into tiles.
- tilingScheme() - Method in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
Gets the tiling scheme used by this provider.
- tilingScheme() - Method in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Gets the tiling scheme used by this provider.
- TilingSchemeOptions - Class in org.cesiumjs.cs.core.options
-
- TilingSchemeOptions() - Constructor for class org.cesiumjs.cs.core.options.TilingSchemeOptions
-
- tiltEventTypes - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
The input that allows the user to tilt in 3D and Columbus view or twist in 2D.
- time - Variable in class org.cesiumjs.cs.Cesium.ExportKmlOptions
-
The time value to use to get properties that are not time varying in KML.
- time - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleBurstOptions
-
The time in seconds after the beginning of the particle system's lifetime that the burst will occur.
- time - Variable in class org.cesiumjs.cs.scene.particle.ParticleBurst
-
The time in seconds after the beginning of the particle system's lifetime that the burst will occur.
- TimeDynamicPointCloud - Class in org.cesiumjs.cs.scene
-
Provides playback of time-dynamic point cloud data.
- TimeDynamicPointCloud(TimeDynamicPointCloudOptions) - Constructor for class org.cesiumjs.cs.scene.TimeDynamicPointCloud
-
- TimeDynamicPointCloudOptions - Class in org.cesiumjs.cs.scene.options
-
- timeFormatter - Variable in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Gets or sets the function which formats a time for display.
- TimeInterval - Class in org.cesiumjs.cs.core
-
- TimeInterval() - Constructor for class org.cesiumjs.cs.core.TimeInterval
-
An interval defined by a start and a stop time; optionally including those times as part of the interval.
- TimeInterval(TimeIntervalOptions) - Constructor for class org.cesiumjs.cs.core.TimeInterval
-
An interval defined by a start and a stop time; optionally including those times as part of the interval.
- TimeInterval.DataComparer - Interface in org.cesiumjs.cs.core
-
Function interface for comparing interval data.
- TimeInterval.MergeCallback - Interface in org.cesiumjs.cs.core
-
Function interface for merging interval data.
- TimeIntervalCollection - Class in org.cesiumjs.cs.collections
-
- TimeIntervalCollection() - Constructor for class org.cesiumjs.cs.collections.TimeIntervalCollection
-
A non-overlapping collection of
TimeInterval
instances sorted by start time.
- TimeIntervalCollection(TimeInterval[]) - Constructor for class org.cesiumjs.cs.collections.TimeIntervalCollection
-
A non-overlapping collection of
TimeInterval
instances sorted by start time.
- TimeIntervalCollectionPositionProperty - Class in org.cesiumjs.cs.datasources.properties
-
- TimeIntervalCollectionPositionProperty() - Constructor for class org.cesiumjs.cs.datasources.properties.TimeIntervalCollectionPositionProperty
-
- TimeIntervalCollectionPositionProperty(ReferenceFrame) - Constructor for class org.cesiumjs.cs.datasources.properties.TimeIntervalCollectionPositionProperty
-
- TimeIntervalCollectionProperty - Class in org.cesiumjs.cs.datasources.properties
-
- TimeIntervalCollectionProperty() - Constructor for class org.cesiumjs.cs.datasources.properties.TimeIntervalCollectionProperty
-
- TimeIntervalIso8601Options - Class in org.cesiumjs.cs.core.options
-
- TimeIntervalIso8601Options() - Constructor for class org.cesiumjs.cs.core.options.TimeIntervalIso8601Options
-
- TimeIntervalOptions - Class in org.cesiumjs.cs.core.options
-
- TimeIntervalOptions() - Constructor for class org.cesiumjs.cs.core.options.TimeIntervalOptions
-
- timeLabel - Variable in class org.cesiumjs.cs.widgets.AnimationViewModel
-
Gets the string representation of the current time.
- timeline - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
If set to false, the Timeline widget will not be created.
- Timeline - Class in org.cesiumjs.cs.widgets
-
- Timeline(Element, Clock) - Constructor for class org.cesiumjs.cs.widgets.Timeline
-
The Timeline is a widget for displaying and controlling the current scene time.
- timeline() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the Timeline widget.
- times - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapTileServiceImageryProviderOptions
-
TimeIntervalCollection with its data property being an object containing time dynamic dimension and their values.
- times - Variable in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
Gets or sets a time interval collection that is used to get time dynamic parameters.
- times - Variable in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Gets or sets a time interval collection that is used to get time dynamic parameters.
- timeSinceLoad() - Method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Returns the time, in milliseconds, since the tileset was loaded and first updated.
- TimeStandard - Class in org.cesiumjs.cs.core.enums
-
Provides the type of time standards which JulianDate can take as input.
- titleText - Variable in class org.cesiumjs.cs.widgets.InfoBoxViewModel
-
Gets or sets the title text in the info box.
- toArray(Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Creates an Array from the provided Matrix2 instance.
- toArray(Matrix2, double[]) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Creates an Array from the provided Matrix2 instance.
- toArray(Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Creates an Array from the provided Matrix3 instance.
- toArray(Matrix3, double[]) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Creates an Array from the provided Matrix3 instance.
- toArray(Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Creates an Array from the provided Matrix4 instance.
- toArray(Matrix4, double[]) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Creates an Array from the provided Matrix4 instance.
- toBytes() - Method in class org.cesiumjs.cs.core.Color
-
Converts this color to an array of red, green, blue, and alpha values that are in the range of 0 to 255.
- toBytes(Color) - Method in class org.cesiumjs.cs.core.Color
-
Converts this color to an array of red, green, blue, and alpha values that are in the range of 0 to 255.
- toCartesian(Cartographic, Ellipsoid, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartographic
-
Creates a new Cartesian3 instance from a Cartographic input.
- toCssColorString() - Method in class org.cesiumjs.cs.core.Color
-
Creates a string containing the CSS color value for this color.
- toDate(JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Creates a JavaScript Date from the provided instance.
- toDegrees(double) - Static method in class org.cesiumjs.cs.core.Math
-
Converts radians to degrees.
- ToggleButtonViewModel - Class in org.cesiumjs.cs.widgets
-
A view model which exposes the properties of a toggle button.
- ToggleButtonViewModel(Command) - Constructor for class org.cesiumjs.cs.widgets.ToggleButtonViewModel
-
A view model which exposes the properties of a toggle button.
- ToggleButtonViewModel(Command, ToggleButtonViewModelOptions) - Constructor for class org.cesiumjs.cs.widgets.ToggleButtonViewModel
-
A view model which exposes the properties of a toggle button.
- ToggleButtonViewModelOptions - Class in org.cesiumjs.cs.widgets.options
-
- ToggleButtonViewModelOptions() - Constructor for class org.cesiumjs.cs.widgets.options.ToggleButtonViewModelOptions
-
- toggled - Variable in class org.cesiumjs.cs.widgets.options.ToggleButtonViewModelOptions
-
A boolean indicating whether the button should be initially toggled.
- toggled - Variable in class org.cesiumjs.cs.widgets.ToggleButtonViewModel
-
Gets or sets whether the button is currently toggled.
- toggleDisplay() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Toggles the visibility of the display section
- toggleDropDown - Variable in class org.cesiumjs.cs.widgets.BaseLayerPickerViewModel
-
Gets the command to toggle the visibility of the drop down.
- toggleDropDown - Variable in class org.cesiumjs.cs.widgets.ProjectionPickerViewModel
-
Gets the command to toggle the drop down box.
- toggleDropDown - Variable in class org.cesiumjs.cs.widgets.SceneModePickerViewModel
-
Gets the command to toggle the drop down box.
- toggleInspector() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Toggles the inspector visibility
- toggleLogging() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Toggles the visibility of the logging section
- toggleOptimization() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Toggles the visibility of the optimization section
- togglePickTileset() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Toggles the pick tileset mode
- toggleStyle() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Toggles the visibility of the style section
- toggleTileDebugLabels() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Toggles the visibility of the tile Debug Info section
- toggleTileset() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Toggles the visibility of the tileset section
- toggleUpdate() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Toggles the visibility of the update section
- toGregorianDate(JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Creates a GregorianDate from the provided instance.
- toGregorianDate(JulianDate, GregorianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Creates a GregorianDate from the provided instance.
- toIso8601(JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Creates an ISO8601 representation of the provided date.
- toIso8601(JulianDate, int) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Creates an ISO8601 representation of the provided date.
- toIso8601(TimeInterval) - Static method in class org.cesiumjs.cs.core.TimeInterval
-
Creates an ISO8601 representation of the provided interval.
- toIso8601(TimeInterval, double) - Static method in class org.cesiumjs.cs.core.TimeInterval
-
Creates an ISO8601 representation of the provided interval.
- token - Variable in class org.cesiumjs.cs.core.providers.options.ArcGisImageServerTerrainProviderOptions
-
The authorization token to use to connect to the service.
- token - Variable in class org.cesiumjs.cs.core.providers.options.ArcGISTiledElevationTerrainProviderOptions
-
The authorization token to use to connect to the service.
- token() - Method in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
The ArcGIS token used to authenticate with the ArcGIS MapServer service.
- token - Variable in class org.cesiumjs.cs.scene.providers.options.ArcGisMapServerImageryProviderOptions
-
The ArcGIS token used to authenticate with the ArcGIS MapServer service.
- TOMATO() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #FF6347
- tooltip - Variable in class org.cesiumjs.cs.widgets.FullscreenButtonViewModel
-
Gets the tooltip.
- tooltip - Variable in class org.cesiumjs.cs.widgets.HomeButtonViewModel
-
Gets or sets the tooltip.
- tooltip - Variable in class org.cesiumjs.cs.widgets.NavigationHelpButtonViewModel
-
Gets or sets the tooltip.
- tooltip - Variable in class org.cesiumjs.cs.widgets.options.ProviderViewModelOptions
-
The tooltip to show when the item is moused over.
- tooltip - Variable in class org.cesiumjs.cs.widgets.options.ToggleButtonViewModelOptions
-
A string containing the button's tooltip.
- tooltip - Variable in class org.cesiumjs.cs.widgets.ProviderViewModel
-
Gets the tooltip.
- tooltip - Variable in class org.cesiumjs.cs.widgets.ToggleButtonViewModel
-
Gets or sets the button's tooltip.
- tooltip - Variable in class org.cesiumjs.cs.widgets.VRButtonViewModel
-
Gets the tooltip.
- tooltip2D - Variable in class org.cesiumjs.cs.widgets.SceneModePickerViewModel
-
Gets or sets the 2D tooltip.
- tooltip3D - Variable in class org.cesiumjs.cs.widgets.SceneModePickerViewModel
-
Gets or sets the 3D tooltip.
- tooltipColumbusView - Variable in class org.cesiumjs.cs.widgets.SceneModePickerViewModel
-
Gets or sets the Columbus View tooltip.
- tooltipOrthographic - Variable in class org.cesiumjs.cs.widgets.ProjectionPickerViewModel
-
Gets or sets the orthographic projection tooltip.
- tooltipPerspective - Variable in class org.cesiumjs.cs.widgets.ProjectionPickerViewModel
-
Gets or sets the perspective projection tooltip.
- top - Variable in class org.cesiumjs.cs.core.OrthographicOffCenterFrustum
-
The top clipping plane.
- top - Variable in class org.cesiumjs.cs.core.PerspectiveOffCenterFrustum
-
Defines the top clipping plane.
- TOP() - Static method in class org.cesiumjs.cs.scene.enums.VerticalOrigin
-
The origin is at the top of the object.
- topRadius - Variable in class org.cesiumjs.cs.datasources.graphics.CylinderGraphics
-
A numeric Property specifying the radius of the top of the cylinder.
- topRadius - Variable in class org.cesiumjs.cs.datasources.graphics.options.CylinderGraphicsOptions
-
A numeric Property specifying the radius of the top of the cylinder.
- toRadians(double) - Static method in class org.cesiumjs.cs.core.Math
-
Converts degrees to radians.
- toRgba() - Method in class org.cesiumjs.cs.core.Color
-
Converts this color to a single numeric unsigned 32-bit RGBA value, using the endianness of the system.
- toSNorm(double) - Static method in class org.cesiumjs.cs.core.Math
-
Converts a scalar value in the range [-1.0, 1.0] to a SNORM in the range [0, rangeMax]
- toSNorm(double, double) - Static method in class org.cesiumjs.cs.core.Math
-
Converts a scalar value in the range [-1.0, 1.0] to a SNORM in the range [0, rangeMax]
- toString() - Method in class org.cesiumjs.cs.core.Cartesian2
-
Creates a string representing this Cartesian in the format '(x, y)'.
- toString() - Method in class org.cesiumjs.cs.core.Cartesian3
-
Creates a string representing this Cartesian in the format '(x, y, z)'.
- toString() - Method in class org.cesiumjs.cs.core.Cartesian4
-
Creates a string representing this Cartesian in the format '(x, y, z, w)'.
- toString() - Method in class org.cesiumjs.cs.core.Cartographic
-
Creates a string representing this cartographic in the format '(longitude, latitude, height)'.
- toString() - Method in class org.cesiumjs.cs.core.Color
-
Creates a string representing this Color in the format '(red, green, blue, alpha)'.
- toString() - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Creates a string representing this Ellipsoid in the format '(radii.x, radii.y, radii.z)'.
- toString() - Method in class org.cesiumjs.cs.core.HeadingPitchRoll
-
Creates a string representing this HeadingPitchRoll in the format '(heading, pitch, roll)' in radians.
- toString() - Method in class org.cesiumjs.cs.core.JulianDate
-
Creates a string representing this date in ISO8601 format.
- toString() - Method in class org.cesiumjs.cs.core.Matrix2
-
Creates a string representing this Matrix with each row being on a separate line and in the format '(column0, column1)'.
- toString() - Method in class org.cesiumjs.cs.core.Matrix3
-
Creates a string representing this Matrix with each row being on a separate line and in the format '(column0, column1)'.
- toString() - Method in class org.cesiumjs.cs.core.Matrix4
-
Creates a string representing this Matrix with each row being on a separate line and in the format '(column0, column1)'.
- toString() - Method in class org.cesiumjs.cs.core.Quaternion
-
Returns a string representing this quaternion in the format (x, y, z, w).
- toString() - Method in class org.cesiumjs.cs.core.Spherical
-
Returns a string representing this instance in the format (clock, cone, magnitude).
- toString() - Method in class org.cesiumjs.cs.core.TimeInterval
-
Creates a string representing this TimeInterval in ISO8601 format.
- toString() - Method in class org.cesiumjs.cs.js.JsArray
-
String representing the specified array and its elements.
- toString() - Method in class org.cesiumjs.cs.js.JsDate
-
- totalDays(JulianDate) - Static method in class org.cesiumjs.cs.core.JulianDate
-
Computes the total number of whole and fractional days represented by the provided instance.
- totalMemoryUsageInBytes() - Method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
The total amount of GPU memory in bytes used by the tileset.
- totalMemoryUsageInBytes() - Method in class org.cesiumjs.cs.scene.TimeDynamicPointCloud
-
The total amount of GPU memory in bytes used by the point cloud.
- Touch2StartEvent - Class in org.cesiumjs.cs.core.events
-
- Touch2StartEvent() - Constructor for class org.cesiumjs.cs.core.events.Touch2StartEvent
-
- TouchClickEvent - Class in org.cesiumjs.cs.core.events
-
- TouchClickEvent() - Constructor for class org.cesiumjs.cs.core.events.TouchClickEvent
-
- touchHoldDelayMilliseconds - Static variable in class org.cesiumjs.cs.core.ScreenSpaceEventHandler
-
The amount of time, in milliseconds, before a touch on the screen becomes a touch and hold.
- TouchMoveEvent - Class in org.cesiumjs.cs.core.events
-
- TouchMoveEvent() - Constructor for class org.cesiumjs.cs.core.events.TouchMoveEvent
-
- TouchPinchMovementEvent - Class in org.cesiumjs.cs.core.events
-
- TouchPinchMovementEvent() - Constructor for class org.cesiumjs.cs.core.events.TouchPinchMovementEvent
-
- TouchStartEvent - Class in org.cesiumjs.cs.core.events
-
- TouchStartEvent() - Constructor for class org.cesiumjs.cs.core.events.TouchStartEvent
-
- toValue(Color) - Static method in class org.cesiumjs.cs.core.ColorGeometryInstanceAttribute
-
Converts a color to a typed array that can be used to assign a color attribute.
- toValue(Color, Uint8Array) - Static method in class org.cesiumjs.cs.core.ColorGeometryInstanceAttribute
-
Converts a color to a typed array that can be used to assign a color attribute.
- toValue(DistanceDisplayCondition) - Static method in class org.cesiumjs.cs.core.DistanceDisplayConditionGeometryInstanceAttribute
-
Converts a distance display condition to a typed array that can be used to assign a distance display condition attribute.
- toValue(DistanceDisplayCondition, Float32Array) - Static method in class org.cesiumjs.cs.core.DistanceDisplayConditionGeometryInstanceAttribute
-
Converts a distance display condition to a typed array that can be used to assign a distance display condition attribute.
- toWireframe(Geometry) - Static method in class org.cesiumjs.cs.core.geometry.GeometryPipeline
-
Converts a geometry's triangle indices to line indices.
- trackedEntity - Variable in class org.cesiumjs.cs.widgets.Viewer
-
Gets or sets the Entity instance currently being tracked by the camera.
- trackedEntityChanged() - Method in class org.cesiumjs.cs.widgets.Viewer
-
Gets the event that is raised when the tracked entity chages
- trailingInterval - Variable in class org.cesiumjs.cs.collections.options.FromIso8601OptionsAbstract
-
if you want to add a interval from stop time to Iso8601.MAXIMUM_VALUE, false otherwise.
- trailTime - Variable in class org.cesiumjs.cs.datasources.graphics.options.PathGraphicsOptions
-
A Property specifying the number of seconds in front of the object to show.
- trailTime - Variable in class org.cesiumjs.cs.datasources.graphics.PathGraphics
-
A Property specifying the number of seconds in front of the object to show.
- transform(BoundingSphere, Matrix4) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Applies a 4x4 affine transformation matrix to a bounding sphere.
- transform(BoundingSphere, Matrix4, BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Applies a 4x4 affine transformation matrix to a bounding sphere.
- transform(Plane, Matrix4) - Static method in class org.cesiumjs.cs.core.Plane
-
Transforms the plane by the given transformation matrix.
- transform(Plane, Matrix4, Plane) - Static method in class org.cesiumjs.cs.core.Plane
-
Transforms the plane by the given transformation matrix.
- transform() - Method in class org.cesiumjs.cs.scene.Camera
-
Gets the camera's reference frame.
- transform - Variable in class org.cesiumjs.cs.scene.Cesium3DTile
-
The local transform of this tile.
- transformPositionFromScaledSpace(Cartesian3) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Transforms a Cartesian X, Y, Z position from the ellipsoid-scaled space by multiplying its components by the result of Ellipsoid#radii.
- transformPositionFromScaledSpace(Cartesian3, Cartesian3) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Transforms a Cartesian X, Y, Z position from the ellipsoid-scaled space by multiplying its components by the result of Ellipsoid#radii.
- transformPositionToScaledSpace(Cartesian3) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Transforms a Cartesian X, Y, Z position to the ellipsoid-scaled space by multiplying its components by the result of Ellipsoid#oneOverRadii.
- transformPositionToScaledSpace(Cartesian3, Cartesian3) - Method in class org.cesiumjs.cs.core.Ellipsoid
-
Transforms a Cartesian X, Y, Z position to the ellipsoid-scaled space by multiplying its components by the result of Ellipsoid#oneOverRadii.
- Transforms - Class in org.cesiumjs.cs.core
-
Contains functions for transforming positions to various reference frames.
- Transforms.LocalFrameToFixedFrame - Interface in org.cesiumjs.cs.core
-
Computes a 4x4 transformation matrix from a reference frame centered at the provided origin to the provided ellipsoid's fixed reference frame.
- transformToWorldCoordinates(GeometryInstance) - Static method in class org.cesiumjs.cs.core.geometry.GeometryPipeline
-
Transforms a geometry instance to world coordinates.
- transformWithoutScale(BoundingSphere, Matrix4) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Applies a 4x4 affine transformation matrix to a bounding sphere where there is no scale
The transformation matrix is not verified to have a uniform scale of 1.
- transformWithoutScale(BoundingSphere, Matrix4, BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Applies a 4x4 affine transformation matrix to a bounding sphere where there is no scale
The transformation matrix is not verified to have a uniform scale of 1.
- translateEventTypes - Variable in class org.cesiumjs.cs.scene.ScreenSpaceCameraController
-
The input that allows the user to pan around the map.
- translation - Variable in class org.cesiumjs.cs.core.TranslationRotationScale
-
Gets or sets the (x, y, z) translation to apply to the node.
- translation - Variable in class org.cesiumjs.cs.datasources.properties.NodeTransformationProperty
-
Gets or sets the Cartesian3 Property specifying the (x, y, z) translation to apply to the node.
- translation - Variable in class org.cesiumjs.cs.datasources.properties.options.NodeTransformationPropertyOptions
-
A Cartesian3 Property specifying the (x, y, z) translation to apply to the node.
- TranslationRotationScale - Class in org.cesiumjs.cs.core
-
- TranslationRotationScale() - Constructor for class org.cesiumjs.cs.core.TranslationRotationScale
-
An affine transformation defined by a translation, rotation, and scale.
- TranslationRotationScale(Cartesian3, Quaternion, Cartesian3) - Constructor for class org.cesiumjs.cs.core.TranslationRotationScale
-
An affine transformation defined by a translation, rotation, and scale.
- translucencyByDistance - Variable in class org.cesiumjs.cs.datasources.graphics.BillboardGraphics
-
Gets or sets NearFarScalar Property specifying the translucency of the billboard based on the distance from the camera.
- translucencyByDistance - Variable in class org.cesiumjs.cs.datasources.graphics.LabelGraphics
-
A NearFarScalar Property used to set translucency based on distance from the camera.
- translucencyByDistance - Variable in class org.cesiumjs.cs.datasources.graphics.options.BillboardGraphicsOptions
-
A NearFarScalar Property used to set translucency based on distance from the camera.
- translucencyByDistance - Variable in class org.cesiumjs.cs.datasources.graphics.options.LabelGraphicsOptions
-
A NearFarScalar Property used to set translucency based on distance from the camera.
- translucencyByDistance - Variable in class org.cesiumjs.cs.datasources.graphics.options.PointGraphicsOptions
-
A NearFarScalar Property used to set translucency based on distance from the camera.
- translucencyByDistance - Variable in class org.cesiumjs.cs.datasources.graphics.PointGraphics
-
A NearFarScalar Property used to set translucency based on distance from the camera.
- translucencyByDistance - Variable in class org.cesiumjs.cs.scene.Billboard
-
Gets or sets near and far translucency properties of a Billboard based on the billboard's distance from the camera.
- translucencyByDistance - Variable in class org.cesiumjs.cs.scene.Cesium3DTilePointFeature
-
Gets or sets the near and far translucency properties for this feature.
- translucencyByDistance - Variable in class org.cesiumjs.cs.scene.Label
-
Gets or sets near and far translucency properties of a Label based on the Label's distance from the camera.
- translucencyByDistance - Variable in class org.cesiumjs.cs.scene.options.BillboardOptions
-
Gets or sets near and far translucency properties of a Billboard based on the billboard's distance from the camera.
- translucencyByDistance - Variable in class org.cesiumjs.cs.scene.options.LabelOptions
-
Gets or sets near and far translucency properties of a Label based on the Label's distance from the camera.
- translucencyByDistance - Variable in class org.cesiumjs.cs.scene.options.PointPrimitiveOptions
-
Gets or sets near and far translucency properties of a point based on the point's distance from the camera.
- translucencyByDistance - Variable in class org.cesiumjs.cs.scene.PointPrimitive
-
Gets or sets near and far translucency properties of a point based on the point's distance from the camera.
- translucent - Variable in class org.cesiumjs.cs.scene.apperances.Appearance
-
When true, the geometry is expected to appear translucent.
- translucent - Variable in class org.cesiumjs.cs.scene.apperances.options.AppearanceOptions
-
When true, the geometry is expected to appear translucent so Appearance#renderState has alpha blending enabled.
- translucent - Variable in class org.cesiumjs.cs.scene.apperances.options.EllipsoidSurfaceAppearanceOptions
-
When true, the geometry is expected to appear translucent so EllipsoidSurfaceAppearance#renderState has alpha blending enabled.
- translucent - Variable in class org.cesiumjs.cs.scene.apperances.options.MaterialAppearanceOptions
-
When true, the geometry is expected to appear translucent so MaterialAppearance#renderState has alpha blending enabled.
- translucent - Variable in class org.cesiumjs.cs.scene.apperances.options.PerInstanceColorAppearanceOptions
-
When true, the geometry is expected to appear translucent so PerInstanceColorAppearance#renderState has alpha blending enabled.
- translucent - Variable in class org.cesiumjs.cs.scene.apperances.options.PolylineColorAppearanceOptions
-
When true, the geometry is expected to appear translucent so PolylineColorAppearance#renderState has alpha blending enabled.
- translucent - Variable in class org.cesiumjs.cs.scene.apperances.options.PolylineMaterialAppearanceOptions
-
When true, the geometry is expected to appear translucent so PolylineMaterialAppearance#renderState has alpha blending enabled.
- TRANSLUCENT() - Static method in class org.cesiumjs.cs.scene.enums.BlendOption
-
The billboards, points, or labels in the collection are completely translucent.
- translucent - Variable in class org.cesiumjs.cs.scene.Material
-
When true or a function that returns true, the geometry is expected to appear translucent.
- translucent - Variable in class org.cesiumjs.cs.scene.options.MaterialOptions
-
When true or a function that returns true, the geometry with this material is expected to appear translucent.
- TRANSPARENT() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS transparent.
- transparent - Variable in class org.cesiumjs.cs.datasources.properties.ImageMaterialProperty
-
Gets or sets the Boolean Property specifying whether the imagery has transparency
Default: 1.0
- transparent - Variable in class org.cesiumjs.cs.datasources.properties.options.ImageMaterialPropertyOptions
-
Set to true when the imagery has transparency (for example, when a png has transparent sections)
- transparent - Variable in class org.cesiumjs.cs.scene.WebMapServiceParameters
-
- transpose(Matrix2, Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Computes the transpose of the provided matrix.
- transpose(Matrix3, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Computes the transpose of the provided matrix.
- transpose(Matrix4, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Computes the transpose of the provided matrix.
- TRIANGLE_FAN() - Static method in class org.cesiumjs.cs.core.enums.PrimitiveType
-
Triangle fan primitive where each vertex (or index) after the first two connect to the previous vertex and the
first vertex forming a triangle.
- TRIANGLE_STRIP() - Static method in class org.cesiumjs.cs.core.enums.PrimitiveType
-
Triangle strip primitive where each vertex (or index) after the first two connect to the previous two
vertices forming a triangle.
- trianglePlaneIntersection(Cartesian3, Cartesian3, Cartesian3, Plane) - Static method in class org.cesiumjs.cs.core.IntersectionTests
-
Computes the intersection of a triangle and a plane
- TRIANGLES() - Static method in class org.cesiumjs.cs.core.enums.PrimitiveType
-
Triangles primitive where each three vertices (or indices) is a triangle.
- trianglesLength() - Method in class org.cesiumjs.cs.scene.Cesium3DTileContent
-
Gets the number of triangles in the tile.
- trimLoadedTiles() - Method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Unloads all tiles that weren't selected the previous frame.
- trimTilesCache() - Method in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Trims tile cache
- TURQUOISE() - Static method in class org.cesiumjs.cs.core.Color
-
An immutable Color instance initialized to CSS color #40E0D0
- twistLeft() - Method in class org.cesiumjs.cs.scene.Camera
-
Rotate the camera counter-clockwise around its direction vector by amount, in radians.
- twistLeft(double) - Method in class org.cesiumjs.cs.scene.Camera
-
Rotate the camera counter-clockwise around its direction vector by amount, in radians.
- twistRight() - Method in class org.cesiumjs.cs.scene.Camera
-
Rotate the camera counter-clockwise around its direction vector by amount, in radians.
- twistRight(double) - Method in class org.cesiumjs.cs.scene.Camera
-
Rotate the camera counter-clockwise around its direction vector by amount, in radians.
- TWO_PI() - Static method in class org.cesiumjs.cs.core.Math
-
2pi
- type - Variable in class org.cesiumjs.cs.core.options.RequestOptions
-
The type of request.
- type() - Method in class org.cesiumjs.cs.core.Request
-
Type of request.
- type - Variable in class org.cesiumjs.cs.datasources.properties.SampledProperty
-
Gets the type of property.
- type - Variable in class org.cesiumjs.cs.js.JsBlob.JsObjectOptions
-
type, with a default value of "", that represents the MIME type of the content of the array that will be put in the blob.
- type() - Method in class org.cesiumjs.cs.js.JsBlob
-
A string indicating the MIME type of the data contained in the Blob.
- type - Variable in class org.cesiumjs.cs.scene.interaction.options.DrawInteractionOptions
-
Primitive type for drawing
- type - Variable in class org.cesiumjs.cs.scene.Material
-
The material type.
- UNBOUNDED() - Static method in class org.cesiumjs.cs.core.enums.ClockRange
-
Clock.tick()
will always advances the clock in its current direction.
- undefined() - Static method in class org.cesiumjs.cs.js.JsObject
-
In JavaScript null not he same undefined.
- uniforms - Variable in class org.cesiumjs.cs.scene.Material
-
Maps uniform names to their values.
- uniforms - Variable in class org.cesiumjs.cs.scene.options.PostProcessStageCompositeOptions
-
An alias to the uniforms of post-process stages.
- uniforms - Variable in class org.cesiumjs.cs.scene.options.PostProcessStageOptions
-
An object whose properties will be used to set the shaders uniforms.
- uniforms() - Method in class org.cesiumjs.cs.scene.PostProcessStage
-
An object whose properties are used to set the uniforms of the fragment shader.
- uniforms - Variable in class org.cesiumjs.cs.scene.PostProcessStageComposite
-
An alias to the uniform values of the post-process stages.
- union(BoundingRectangle, BoundingRectangle) - Static method in class org.cesiumjs.cs.core.BoundingRectangle
-
Computes a bounding rectangle that is the union of the left and right bounding rectangles.
- union(BoundingRectangle, BoundingRectangle, BoundingRectangle) - Static method in class org.cesiumjs.cs.core.BoundingRectangle
-
Computes a bounding rectangle that is the union of the left and right bounding rectangles.
- union(BoundingSphere, BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a bounding sphere that contains both the left and right bounding spheres.
- union(BoundingSphere, BoundingSphere, BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Computes a bounding sphere that contains both the left and right bounding spheres.
- union(Rectangle, Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Computes a rectangle that is the union of two rectangles.
- union(Rectangle, Rectangle, Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Computes a rectangle that is the union of two rectangles.
- unionClippingRegions - Variable in class org.cesiumjs.cs.collections.ClippingPlaneCollection
-
If true, a region will be clipped if included in any plane in the collection.
- unionClippingRegions - Variable in class org.cesiumjs.cs.collections.options.ClippingPlaneCollectionOptions
-
If true, a region will be clipped if included in any plane in the collection.
- UNISSUED() - Static method in class org.cesiumjs.cs.core.enums.RequestState
-
Initial unissued state.
- UNIT_SPHERE() - Static method in class org.cesiumjs.cs.core.Ellipsoid
-
An Ellipsoid instance initialized to radii of (1.0, 1.0, 1.0).
- UNIT_W() - Static method in class org.cesiumjs.cs.core.Cartesian4
-
An immutable Cartesian4 instance initialized to (0.0, 0.0, 0.0, 1.0).
- UNIT_X() - Static method in class org.cesiumjs.cs.core.Cartesian2
-
An immutable Cartesian2 instance initialized to (1.0, 0.0).
- UNIT_X() - Static method in class org.cesiumjs.cs.core.Cartesian3
-
An immutable Cartesian3 instance initialized to (1.0, 0.0, 0.0).
- UNIT_X() - Static method in class org.cesiumjs.cs.core.Cartesian4
-
An immutable Cartesian4 instance initialized to (1.0, 0.0, 0.0, 0.0).
- UNIT_Y() - Static method in class org.cesiumjs.cs.core.Cartesian2
-
An immutable Cartesian2 instance initialized to (0.0, 1.0).
- UNIT_Y() - Static method in class org.cesiumjs.cs.core.Cartesian3
-
An immutable Cartesian3 instance initialized to (0.0, 1.0, 0.0).
- UNIT_Y() - Static method in class org.cesiumjs.cs.core.Cartesian4
-
An immutable Cartesian4 instance initialized to (0.0, 1.0, 0.0, 0.0).
- UNIT_Z() - Static method in class org.cesiumjs.cs.core.Cartesian3
-
An immutable Cartesian3 instance initialized to (0.0, 0.0, 1.0).
- UNIT_Z() - Static method in class org.cesiumjs.cs.core.Cartesian4
-
An immutable Cartesian4 instance initialized to (0.0, 0.0, 1.0, 0.0).
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.BoundingRectangle
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.BoundingRectangle
-
Retrieves an instance from a packed array.
- unpack(double[], int, BoundingRectangle) - Static method in class org.cesiumjs.cs.core.BoundingRectangle
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Retrieves an instance from a packed array.
- unpack(double[], int, BoundingSphere) - Static method in class org.cesiumjs.cs.core.BoundingSphere
-
Retrieves an instance from a packed array.
- unpack(JsArrayNumber) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Retrieves an instance from a packed array.
- unpack(JsArrayNumber, int, Cartesian2) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Retrieves an instance from a packed array.
- unpack(JsArrayNumber) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Retrieves an instance from a packed array.
- unpack(JsArrayNumber, int, Cartesian3) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Retrieves an instance from a packed array.
- unpack(double[], int, Cartesian4) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.Color
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.Color
-
Retrieves an instance from a packed array.
- unpack(double[], int, Color) - Static method in class org.cesiumjs.cs.core.Color
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.Ellipsoid
-
Retrieves an instance from a packed array.
- unpack(double[], int, Ellipsoid) - Static method in class org.cesiumjs.cs.core.Ellipsoid
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.BoxGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], Integer) - Static method in class org.cesiumjs.cs.core.geometry.BoxGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], Integer, BoxGeometry) - Static method in class org.cesiumjs.cs.core.geometry.BoxGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.BoxOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], Integer) - Static method in class org.cesiumjs.cs.core.geometry.BoxOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], Integer, BoxOutlineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.BoxOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.CircleGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.geometry.CircleGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int, CircleGeometry) - Static method in class org.cesiumjs.cs.core.geometry.CircleGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.CircleOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.geometry.CircleOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int, CircleOutlineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.CircleOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.CorridorGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.geometry.CorridorGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int, CorridorGeometry) - Static method in class org.cesiumjs.cs.core.geometry.CorridorGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.CorridorOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.geometry.CorridorOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int, CorridorOutlineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.CorridorOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.EllipseGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.geometry.EllipseGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int, EllipseGeometry) - Static method in class org.cesiumjs.cs.core.geometry.EllipseGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.EllipseOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.geometry.EllipseOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int, EllipseOutlineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.EllipseOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.EllipsoidGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.geometry.EllipsoidGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int, EllipsoidGeometry) - Static method in class org.cesiumjs.cs.core.geometry.EllipsoidGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.EllipsoidOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.geometry.EllipsoidOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int, EllipsoidOutlineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.EllipsoidOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.FrustumGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.geometry.FrustumGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int, FrustumGeometry) - Static method in class org.cesiumjs.cs.core.geometry.FrustumGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.FrustumOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.geometry.FrustumOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int, FrustumOutlineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.FrustumOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.GroundPolylineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.geometry.GroundPolylineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int, PolygonGeometry) - Static method in class org.cesiumjs.cs.core.geometry.GroundPolylineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.PolygonGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.geometry.PolygonGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int, PolygonGeometry) - Static method in class org.cesiumjs.cs.core.geometry.PolygonGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.PolygonOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.geometry.PolygonOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int, PolygonOutlineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.PolygonOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.PolylineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.geometry.PolylineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int, PolylineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.PolylineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.RectangleGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], Integer) - Static method in class org.cesiumjs.cs.core.geometry.RectangleGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], Integer, RectangleGeometry) - Static method in class org.cesiumjs.cs.core.geometry.RectangleGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.RectangleOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], Integer) - Static method in class org.cesiumjs.cs.core.geometry.RectangleOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], Integer, RectangleOutlineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.RectangleOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.SimplePolylineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.geometry.SimplePolylineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int, SimplePolylineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.SimplePolylineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.WallGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.geometry.WallGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int, WallGeometry) - Static method in class org.cesiumjs.cs.core.geometry.WallGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.geometry.WallOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.geometry.WallOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[], int, WallOutlineGeometry) - Static method in class org.cesiumjs.cs.core.geometry.WallOutlineGeometry
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Retrieves an instance from a packed array.
- unpack(double[], int, Matrix2) - Static method in class org.cesiumjs.cs.core.Matrix2
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Retrieves an instance from a packed array.
- unpack(double[], int, Matrix3) - Static method in class org.cesiumjs.cs.core.Matrix3
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Retrieves an instance from a packed array.
- unpack(double[], int, Matrix4) - Static method in class org.cesiumjs.cs.core.Matrix4
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.NearFarScalar
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.NearFarScalar
-
Retrieves an instance from a packed array.
- unpack(double[], int, NearFarScalar) - Static method in class org.cesiumjs.cs.core.NearFarScalar
-
Retrieves an instance from a packed array.
- unpack(double[], int, OrientedBoundingBox) - Static method in class org.cesiumjs.cs.core.OrientedBoundingBox
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Retrieves an instance from a packed array.
- unpack(double[], int, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Retrieves an instance from a packed array.
- unpack(double[], int, Rectangle) - Static method in class org.cesiumjs.cs.core.Rectangle
-
Retrieves an instance from a packed array.
- unpack(double[]) - Static method in class org.cesiumjs.cs.core.VertexFormat
-
Retrieves an instance from a packed array.
- unpack(double[], int) - Static method in class org.cesiumjs.cs.core.VertexFormat
-
Retrieves an instance from a packed array.
- unpack(double[], int, VertexFormat) - Static method in class org.cesiumjs.cs.core.VertexFormat
-
Retrieves an instance from a packed array.
- unpackArray(JsArrayNumber, Cartesian2[]) - Static method in class org.cesiumjs.cs.core.Cartesian2
-
Unpacks an array of cartesian components into and array of Cartesian2s.
- unpackArray(JsArrayNumber, Cartesian3[]) - Static method in class org.cesiumjs.cs.core.Cartesian3
-
Unpacks an array of cartesian components into and array of Cartesian3s.
- unpackArray(JsArrayNumber) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Unpacks an array of cartesian components into and array of Cartesian4s.
- unpackArray(JsArrayNumber, Cartesian4[]) - Static method in class org.cesiumjs.cs.core.Cartesian4
-
Unpacks an array of cartesian components into and array of Cartesian4s.
- unpackInterpolationResult(double[], double[]) - Static method in class org.cesiumjs.cs.core.PackableForInterpolation
-
Retrieves an instance from a packed array converted with PackableForInterpolation.convertPackedArrayForInterpolation.
- unpackInterpolationResult(double[], double[], int) - Static method in class org.cesiumjs.cs.core.PackableForInterpolation
-
Retrieves an instance from a packed array converted with PackableForInterpolation.convertPackedArrayForInterpolation.
- unpackInterpolationResult(double[], double[], int, int) - Static method in class org.cesiumjs.cs.core.PackableForInterpolation
-
Retrieves an instance from a packed array converted with PackableForInterpolation.convertPackedArrayForInterpolation.
- unpackInterpolationResult(double[], double[], int, int, Object) - Static method in class org.cesiumjs.cs.core.PackableForInterpolation
-
Retrieves an instance from a packed array converted with PackableForInterpolation.convertPackedArrayForInterpolation.
- unpackInterpolationResult(double[], double[]) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Retrieves an instance from a packed array converted with convertPackedArrayForInterpolation.
- unpackInterpolationResult(double[], double[], int, int) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Retrieves an instance from a packed array converted with convertPackedArrayForInterpolation.
- unpackInterpolationResult(double[], double[], int, int, Quaternion) - Static method in class org.cesiumjs.cs.core.Quaternion
-
Retrieves an instance from a packed array converted with convertPackedArrayForInterpolation.
- unproject(Cartesian3) - Method in class org.cesiumjs.cs.core.projection.MapProjection
-
Unprojects projection-specific map Cartesian3 coordinates, in meters, to Cartographic coordinates, in radians.
- unproject(Cartesian3, Cartographic) - Method in class org.cesiumjs.cs.core.projection.MapProjection
-
Unprojects projection-specific map Cartesian3 coordinates, in meters, to Cartographic coordinates, in radians.
- UNSIGNED_BYTE() - Static method in class org.cesiumjs.cs.core.ComponentDatatype
-
8-bit unsigned byte corresponding to UNSIGNED_BYTE and the type of an element in Uint8Array.
- UNSIGNED_BYTE() - Static method in class org.cesiumjs.cs.core.enums.PixelDatatype
-
- UNSIGNED_INT() - Static method in class org.cesiumjs.cs.core.ComponentDatatype
-
32-bit unsigned int corresponding to UNSIGNED_INT and the type of an element in Uint32Array.
- UNSIGNED_INT() - Static method in class org.cesiumjs.cs.core.enums.PixelDatatype
-
- UNSIGNED_INT_24_8() - Static method in class org.cesiumjs.cs.core.enums.PixelDatatype
-
- UNSIGNED_SHORT() - Static method in class org.cesiumjs.cs.core.ComponentDatatype
-
16-bit unsigned short corresponding to UNSIGNED_SHORT and the type of an element in Uint16Array.
- UNSIGNED_SHORT() - Static method in class org.cesiumjs.cs.core.enums.PixelDatatype
-
- UNSIGNED_SHORT_4_4_4_4() - Static method in class org.cesiumjs.cs.core.enums.PixelDatatype
-
- UNSIGNED_SHORT_5_5_5_1() - Static method in class org.cesiumjs.cs.core.enums.PixelDatatype
-
- UNSIGNED_SHORT_5_6_5() - Static method in class org.cesiumjs.cs.core.enums.PixelDatatype
-
- unsupportedNodeEvent - Variable in class org.cesiumjs.cs.datasources.KmlDataSource
-
Gets an event that will be raised when the data source finds an unsupported node type.
- up - Variable in class org.cesiumjs.cs.scene.Camera
-
The up direction of the camera.
- update() - Method in class org.cesiumjs.cs.collections.Collection
-
- update() - Method in class org.cesiumjs.cs.core.options.SkyBoxOptions
-
Called when Viewer or CesiumWidget render the scene to get the draw commands needed to render this primitive.
- update() - Method in class org.cesiumjs.cs.core.SkyBox
-
Called when Viewer or CesiumWidget render the scene to get the draw commands needed to render this primitive.
- update(JulianDate) - Method in class org.cesiumjs.cs.datasources.CustomDataSource
-
- update(JulianDate) - Method in class org.cesiumjs.cs.datasources.CzmlDataSource
-
- update(JulianDate) - Method in interface org.cesiumjs.cs.datasources.DataSource
-
Updates the data source to the provided time.
- update(JulianDate) - Method in class org.cesiumjs.cs.datasources.DataSourceDisplay
-
Updates the display to the provided time.
- update(JulianDate) - Method in class org.cesiumjs.cs.datasources.GeoJsonDataSource
-
- update(JulianDate) - Method in class org.cesiumjs.cs.datasources.KmlDataSource
-
- update(JulianDate) - Method in interface org.cesiumjs.cs.datasources.updater.DynamicGeometryUpdater
-
Updates the geometry to the specified time.
- update(JulianDate) - Method in class org.cesiumjs.cs.datasources.visualizer.BillboardVisualizer
-
Updates the primitives created by this visualizer to match their Entity counterpart at the given time.
- update(JulianDate) - Method in class org.cesiumjs.cs.datasources.visualizer.GeometryVisualizer
-
Updates the primitives created by this visualizer to match their Entity counterpart at the given time.
- update(JulianDate) - Method in class org.cesiumjs.cs.datasources.visualizer.LabelVisualizer
-
Updates the primitives created by this visualizer to match their Entity counterpart at the given time.
- update(JulianDate) - Method in class org.cesiumjs.cs.datasources.visualizer.ModelVisualizer
-
Updates the primitives created by this visualizer to match their Entity counterpart at the given time.
- update(JulianDate) - Method in class org.cesiumjs.cs.datasources.visualizer.PathVisualizer
-
Updates the primitives created by this visualizer to match their Entity counterpart at the given time.
- update(JulianDate) - Method in class org.cesiumjs.cs.datasources.visualizer.PointVisualizer
-
Updates the primitives created by this visualizer to match their Entity counterpart at the given time.
- update(JulianDate) - Method in class org.cesiumjs.cs.datasources.visualizer.PolylineVisualizer
-
Updates all of the primitives created by this visualizer to match their Entity counterpart at the given time.
- update() - Method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
Called when Viewer or CesiumWidget render the scene to get the draw commands needed to render this primitive.
- update() - Method in class org.cesiumjs.cs.scene.CreditDisplay
-
Updates the credit display before a new frame is rendered.
- update() - Method in class org.cesiumjs.cs.scene.GroundPolylinePrimitive
-
Called when Viewer or CesiumWidget render the scene to get the draw commands needed to render this primitive.
- update - Variable in class org.cesiumjs.cs.scene.interaction.AbstractPrimitive
-
- update(Cartesian3[]) - Method in class org.cesiumjs.cs.scene.interaction.MarkerGroup
-
- update() - Method in class org.cesiumjs.cs.scene.Model
-
Called when
Viewer
or
CesiumWidget
render the
scene to get the draw commands needed to render this primitive.
- update - Variable in class org.cesiumjs.cs.scene.ModelAnimation
-
The event fired when on each frame when this animation is updated.
- update(Object) - Method in class org.cesiumjs.cs.scene.Primitive
-
Called when Viewer or CesiumWidget render the scene to get the draw commands needed to render this primitive.
- update() - Method in class org.cesiumjs.cs.widgets.SelectionIndicatorViewModel
-
Updates the view of the selection indicator to match the position and content properties of the view model.
- updateCallback - Variable in class org.cesiumjs.cs.scene.particle.options.ParticleSystemOptions
-
The callback function to be called each frame to update a particle.
- updateVisible - Variable in class org.cesiumjs.cs.widgets.Cesium3DTilesInspectorViewModel
-
Gets or sets the flag to show the update section.
- upWC() - Method in class org.cesiumjs.cs.scene.Camera
-
Gets the up direction of the camera in world coordinates.
- uri - Variable in class org.cesiumjs.cs.datasources.graphics.ModelGraphics
-
A string Property specifying the URI of the glTF asset.
- uri - Variable in class org.cesiumjs.cs.datasources.graphics.options.ModelGraphicsOptions
-
A string Property specifying the URI of the glTF asset.
- url - Variable in class org.cesiumjs.cs.core.GoogleEarthEnterpriseMetadata
-
The url of the Google Earth Enterprise server hosting the imagery
- url - Variable in class org.cesiumjs.cs.core.options.GoogleEarthEnterpriseMetadataOptions
-
The url of the Google Earth Enterprise server hosting the imagery.
- url - Variable in class org.cesiumjs.cs.core.options.RequestOptions
-
The url to request.
- url - Variable in class org.cesiumjs.cs.core.options.ResourceOptions
-
The url of the resource.
- url - Variable in class org.cesiumjs.cs.core.providers.options.ArcGisImageServerTerrainProviderOptions
-
The URL of the ArcGIS ImageServer service.
- url - Variable in class org.cesiumjs.cs.core.providers.options.ArcGISTiledElevationTerrainProviderOptions
-
The URL of the ArcGIS ImageServer service.
- url - Variable in class org.cesiumjs.cs.core.providers.options.CesiumTerrainProviderOptions
-
The URL of the Cesium terrain server.
- url - Variable in class org.cesiumjs.cs.core.providers.options.GeoserverTerrainProviderOptions
-
The URL of the server providing wms.
- url - Variable in class org.cesiumjs.cs.core.providers.options.GoogleEarthEnterpriseTerrainProviderOptions
-
The url of the Google Earth Enterprise server hosting the imagery.
- url - Variable in class org.cesiumjs.cs.core.providers.options.VRTheWorldTerrainProviderOptions
-
The URL of the VR-TheWorld TileMap.
- url - Variable in class org.cesiumjs.cs.core.Request
-
The URL to request.
- url - Variable in class org.cesiumjs.cs.core.Resource
-
The url to the resource with template values replaced, query string appended and encoded by proxy if one was set.
- url() - Method in class org.cesiumjs.cs.scene.Cesium3DTileContent
-
Gets the url of the tile's content.
- url() - Method in class org.cesiumjs.cs.scene.Cesium3DTileset
-
The url to a tileset.json file or to a directory containing a tileset.json file.
- url - Variable in class org.cesiumjs.cs.scene.options.Cesium3DTilesetOptions
-
The url to a tileset.json file or to a directory containing a tileset.json file.
- url - Variable in class org.cesiumjs.cs.scene.options.FromGltfOptions
-
The url to the .gltf file.
- url() - Method in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
The URL of the ArcGIS MapServer service.
- url() - Method in class org.cesiumjs.cs.scene.providers.BingMapsImageryProvider
-
Gets the name of the BingMaps server url hosting the imagery.
- url() - Method in class org.cesiumjs.cs.scene.providers.GoogleEarthEnterpriseImageryProvider
-
Gets the name of the Google Earth Enterprise server url hosting the imagery.
- url() - Method in class org.cesiumjs.cs.scene.providers.MapboxImageryProvider
-
Gets the URL of the Google Earth MapServer.
- url - Variable in class org.cesiumjs.cs.scene.providers.options.ArcGisMapServerImageryProviderOptions
-
The URL of the ArcGIS MapServer service.
- url - Variable in class org.cesiumjs.cs.scene.providers.options.BingMapsImageryProviderOptions
-
The url of the Bing Maps server hosting the imagery.
- url - Variable in class org.cesiumjs.cs.scene.providers.options.GoogleEarthEnterpriseImageryProviderOptions
-
The url of the Google Earth Enterprise server hosting the imagery.
- url - Variable in class org.cesiumjs.cs.scene.providers.options.MapboxImageryProviderOptions
-
The Mapbox server url.
- url - Variable in class org.cesiumjs.cs.scene.providers.options.OpenStreetMapImageryProviderOptions
-
The OpenStreetMap server url.
- url - Variable in class org.cesiumjs.cs.scene.providers.options.SingleTileImageryProviderOptions
-
The url for the tile.
- url - Variable in class org.cesiumjs.cs.scene.providers.options.TileMapServiceImageryProviderOptions
-
Path to image tiles on server.
- url - Variable in class org.cesiumjs.cs.scene.providers.options.UrlTemplateImageryProviderOptions
-
The URL template to use to request tiles.
- url - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapServiceImageryProviderOptions
-
The URL of the WMS service.
- url - Variable in class org.cesiumjs.cs.scene.providers.options.WebMapTileServiceImageryProviderOptions
-
The base URL for the WMTS GetTile operation (for KVP-encoded requests) or the tile-URL template (for RESTful requests).
- url() - Method in class org.cesiumjs.cs.scene.providers.SingleTileImageryProvider
-
Gets the URL of the single, top-level imagery tile.
- url() - Method in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
Gets the URL template to use to request tiles.
- url() - Method in class org.cesiumjs.cs.scene.providers.WebMapServiceImageryProvider
-
Gets the URL of the Google Earth MapServer.
- url() - Method in class org.cesiumjs.cs.scene.providers.WebMapTileServiceImageryProvider
-
Gets the URL of the Google Earth MapServer.
- urlPromise - Variable in class org.cesiumjs.cs.core.providers.options.ArcGISTiledElevationTerrainProviderOptions
-
The URL of the ArcGIS ImageServer service.
- urlPromiseSrt - Variable in class org.cesiumjs.cs.core.providers.options.ArcGISTiledElevationTerrainProviderOptions
-
The URL of the ArcGIS ImageServer service.
- urlSchemeZeroPadding - Variable in class org.cesiumjs.cs.scene.providers.options.UrlTemplateImageryProviderOptions
-
Gets the URL scheme zero padding for each tile coordinate.
- urlSchemeZeroPadding() - Method in class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
Gets the URL scheme zero padding for each tile coordinate.
- urlStr - Variable in class org.cesiumjs.cs.core.providers.options.ArcGISTiledElevationTerrainProviderOptions
-
The URL of the ArcGIS ImageServer service.
- UrlTemplateImageryProvider - Class in org.cesiumjs.cs.scene.providers
-
- UrlTemplateImageryProvider(UrlTemplateImageryProviderOptions) - Constructor for class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
Provides imagery by requesting tiles using a specified URL template.
- UrlTemplateImageryProvider(Promise<UrlTemplateImageryProviderOptions, Void>) - Constructor for class org.cesiumjs.cs.scene.providers.UrlTemplateImageryProvider
-
Provides imagery by requesting tiles using a specified URL template.
- UrlTemplateImageryProviderOptions - Class in org.cesiumjs.cs.scene.providers.options
-
- UrlTemplateImageryProviderOptions() - Constructor for class org.cesiumjs.cs.scene.providers.options.UrlTemplateImageryProviderOptions
-
- useDefaultRenderLoop - Variable in class org.cesiumjs.cs.widgets.CesiumWidget
-
Gets or sets whether or not this widget should control the render loop.
- useDefaultRenderLoop - Variable in class org.cesiumjs.cs.widgets.options.CesiumWidgetOptions
-
True if this widget should control the render loop, false otherwise.
- useDefaultRenderLoop - Variable in class org.cesiumjs.cs.widgets.options.ViewerOptions
-
True if this widget should control the render loop, false otherwise.
- useDefaultRenderLoop - Variable in class org.cesiumjs.cs.widgets.Viewer
-
Gets or sets whether or not this widget should control the render loop.
- useDepthPicking - Variable in class org.cesiumjs.cs.scene.Scene
-
When true, enables picking using the depth buffer.
- usePreCachedTilesIfAvailable - Variable in class org.cesiumjs.cs.scene.providers.options.ArcGisMapServerImageryProviderOptions
-
If true, the server's pre-cached tiles are used if they are available.
- useWebVR - Variable in class org.cesiumjs.cs.scene.Scene
-
When true, splits the scene into two viewports with steroscopic views for the left and right eyes.
- usingPrecachedTiles() - Method in class org.cesiumjs.cs.scene.providers.ArcGisMapServerImageryProvider
-
Gets a value indicating whether this imagery provider is using pre-cached tiles from the ArcGIS MapServer.
- UTC() - Static method in class org.cesiumjs.cs.core.enums.TimeStandard
-
Represents the coordinated Universal Time (UTC) time standard.
- Utils - Class in org.cesiumjs.cs.core
-
- Utils() - Constructor for class org.cesiumjs.cs.core.Utils
-
- Utils.TimeoutListener - Interface in org.cesiumjs.cs.core
-