A Globe Overlay that shows an image.
AltitudeBasedTranslucencyLowerAltitude | Gets or sets the lower altitude bound used to calculate translucency for the image when Use Altitude Based Translucency is set to true. When the altitude of the viewer is at or below this value, the image will have the translucency specified by Altitude Based Translucency Lower Translucency, and will be linearly interpolated at altitude values between Altitude Based Translucency Lower Altitude and Altitude Based Translucency Upper Altitude. |
AltitudeBasedTranslucencyLowerTranslucency | Gets or sets the lower translucency value for the image when Use Altitude Based Translucency is set to true. When the altitude of the viewer is at or below Altitude Based Translucency Lower Altitude, the image will have the translucency specified by this property, and will be linearly interpolated at altitude values between Altitude Based Translucency Lower Altitude and Altitude Based Translucency Upper Altitude. |
AltitudeBasedTranslucencyUpperAltitude | Gets or sets the upper altitude bound used to calculate translucency for the image when Use Altitude Based Translucency is set to true. When the altitude of the viewer is at or above this value, the image will have the translucency specified by Altitude Based Translucency Upper Translucency, and will be linearly interpolated at altitude values between Altitude Based Translucency Upper Altitude and Altitude Based Translucency Lower Altitude. |
AltitudeBasedTranslucencyUpperTranslucency | Gets or sets the upper translucency value for the image when Use Altitude Based Translucency is set to true. When the altitude of the viewer is at or above Altitude Based Translucency Upper Altitude, the image will have the translucency specified by this property, and will be linearly interpolated at altitude values between Altitude Based Translucency Upper Altitude and Altitude Based Translucency Lower Altitude. |
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 Altitude Based Translucency Lower Translucency, Altitude Based Translucency Upper Translucency, Altitude Based Translucency Lower Altitude, and Altitude Based Translucency Upper Altitude. |
Implemented Interface |
---|
IAgStkGraphicsGlobeOverlay |
Add jp2 imagery to the globe
[C#] | ||
---|---|---|
|
Draw an image on top of another
[C#] | ||
---|---|---|
|
Add terrain to the globe
[C#] | ||
---|---|---|
|
Add jp2 imagery to the globe
[Visual Basic .NET] | ||
---|---|---|
|
Draw an image on top of another
[Visual Basic .NET] | ||
---|---|---|
|
Add terrain to the globe
[Visual Basic .NET] | ||
---|---|---|
|