Maria GDK 4.7.0.84
Documentation of managed code in develop branch
Loading...
Searching...
No Matches
TPG.Globe3D.Contracts Namespace Reference

Classes

class  AssetCache
 
class  AssetChunkQuery
 
class  AssetInfoQuery
 
class  AssetInfoRequestResult
 
class  AssetInstance
 
class  AssetList
 
class  BoundingVolumeInfo
 
class  CameraState
 
class  ChunkRequestResult
 
class  FileRequestResult
 
class  Geo3DUtils
 
interface  ICameraControl
 
interface  IDrawObjectLayer
 3D Draw object layer. This interface controls 3D draw object point entities as well as 2D draw object tile rendering. More...
 
interface  IEntity
 A moveable georeferenced 3D object with an icon. An entity can be backed by a draw object point or a track. More...
 
interface  IGlobe3DTool
 Interface for an interactive 3D tool. When added to a IGlobe3DToolManager and activated, the tool will receive events from the Globe3DControl. WPF UI elements exposed through the View property will be added to the Globe3DControl. More...
 
interface  IGlobe3DToolManager
 Manager for interactove 3D tools. All tools registered in the manager will automatically receive events from the Globe3DControl. WPF UI elements from the tools will be added automatically to the Globe3DControl. More...
 
interface  IGlobe3DView
 
interface  IGlobeLayer
 3D layer. More...
 
interface  IModelDataProvider
 
interface  IPointSymbols3D
 
interface  ISatelliteLayer
 3D Satellite rendering layer More...
 
interface  ITrackLayer3D
 
interface  ITrackLayer3DInternal
 
class  ModelRequestResult
 

Enumerations

enum  BoundingType { Box = 0 , Sphere = 1 , Region = 2 }
 
enum  ElevationConvert { NoConvert , EllipsoidToSealevel , SealevelToEllipsoid }
 
enum  RequestResultCode { OK = 0 , Error = 1 , TemporaryError = 2 }
 

Functions

delegate void TargetPosChangedEventHandler (object sender, EventArgs args)
 
delegate void TargetDistanceChangedEventHandler (object sender, EventArgs args)
 
delegate void PanEventHandler (object sender, EventArgs args)
 
delegate void OrientationChangedEventHandler (object sender, EventArgs args)
 

Enumeration Type Documentation

◆ RequestResultCode

Enumerator
OK 

Request completed successfully. Data is stored in the Databuffer.

Error 

Request failed permanently.

TemporaryError 

Request failed temporarily. You could try the same request again later.