CatalogGlobe Class
Represents a globe loaded from a Carmenta Engine catalog.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECatalog assembly)
Syntax
public class CatalogGlobe : EngineObject,
IUserProperties
Remarks
A CatalogGlobe holds the components of a globe service loaded from a Carmenta Engine catalog, to be added to the corresponding properties of a GlobeView. Instances of this class are only created and returned by the Catalog.LoadGlobe method; it can not be created directly by the application. Once loaded, an application can add the layers and operators directly to the its globe view.
Like a catalog map, the Layers and SurfaceLayers members each define their own "virtual" sub-layer hierarchy, see CatalogMap for more details.
See the Catalog class for an example of how to use this class to configure a globe view.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
CatalogGlobe
Platforms
Windows, Linux, Android
CatalogGlobe Members
The CatalogGlobe type has the following members.
Properties
Name | Description |
---|---|
AuxiliaryGroundInput | Gets the operator instance to be added to the GlobeView.AuxiliaryGroundInput property of a globe view. |
CameraBearing | Gets the suggested camera bearing for the globe view. |
CameraPitch | Gets the suggested camera pitch for the globe view. |
CameraPoint | Gets the suggested camera point for the globe view. |
CameraRoll | Gets the suggested camera roll for the globe view. |
ElevationInput | Gets the operator instance to be added to the GlobeView.ElevationInput property of a globe view. |
IsDisposed | Gets a value that tells whether the current CatalogGlobe has been disposed. Inherited from EngineObject |
Layers | Gets the layer instance to be added to the View.Layers property of a globe view. |
Metadata | Gets a reference to the metadata object that was used to load the catalog globe. |
NativeHandle | Gets the native Carmenta Engine kernel object the current CatalogGlobe represents. Inherited from EngineObject |
SurfaceBackground | Gets the surface background color of the original globe view defining the service. |
SurfaceLayers | Gets the layer instance to be added to the GlobeView.SurfaceLayers property of a globe view. |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |