A Globe
Overlay that shows an image.
AltitudeBasedTranslucencyLowerAltitude | Gets or sets the lower altitude bound used to calculate translucency for the image when UseAltitudeBasedTranslucency is set to true. When the altitude of the viewer is at or below this value, the image will have the translucency specified by AltitudeBasedTranslucencyLowerTranslucency, and will be linearly interpolated at altitude values between AltitudeBasedTranslucencyLowerAltitude and AltitudeBasedTranslucencyUpperAltitude. |
AltitudeBasedTranslucencyLowerTranslucency | Gets or sets the lower translucency value for the image when UseAltitudeBasedTranslucency is set to true. When the altitude of the viewer is at or below AltitudeBasedTranslucencyLowerAltitude, the image will have the translucency specified by this property, and will be linearly interpolated at altitude values between AltitudeBasedTranslucencyLowerAltitude and AltitudeBasedTranslucencyUpperAltitude. |
AltitudeBasedTranslucencyUpperAltitude | Gets or sets the upper altitude bound used to calculate translucency for the image when UseAltitudeBasedTranslucency is set to true. When the altitude of the viewer is at or above this value, the image will have the translucency specified by AltitudeBasedTranslucencyUpperTranslucency, and will be linearly interpolated at altitude values between AltitudeBasedTranslucencyUpperAltitude and AltitudeBasedTranslucencyLowerAltitude. |
AltitudeBasedTranslucencyUpperTranslucency | Gets or sets the upper translucency value for the image when UseAltitudeBasedTranslucency is set to true. When the altitude of the viewer is at or above AltitudeBasedTranslucencyUpperAltitude, the image will have the translucency specified by this property, and will be linearly interpolated at altitude values between AltitudeBasedTranslucencyUpperAltitude and AltitudeBasedTranslucencyLowerAltitude. |
MoreThanOneImageGlobeOverlaySupported | Gets whether or not the video card allows for more than one image globe overlay Globe Image Overlay to be added. |
Translucency | Gets or sets the translucency value for the image. The translucency is between 0 and 1, where 0 is fully opaque and 1 is invisible. |
UseAltitudeBasedTranslucency | Gets or sets whether to use altitude to determine the translucency value for the image or not. If false, the Translucency value is used. If true, the translucency will be determined by the values of AltitudeBasedTranslucencyLowerTranslucency, AltitudeBasedTranslucencyUpperTranslucency, AltitudeBasedTranslucencyLowerAltitude, and AltitudeBasedTranslucencyUpperAltitude. |
Add jp2 imagery to
the globe
[C#] | Copy Code | |
---|---|---|
|
Draw an image on top
of another
[C#] | Copy Code | |
---|---|---|
|
Add terrain to the
globe
[C#] | Copy Code | |
---|---|---|
|
Add jp2 imagery to
the globe
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Draw an image on top
of another
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Add terrain to the
globe
[Visual Basic .NET] | Copy Code | |
---|---|---|
|