AGIProcessedImageGlobeOverlay Properties |
The AGIProcessedImageGlobeOverlay type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.
(Inherited from GlobeImageOverlay.) |
![]() | 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.
(Inherited from GlobeImageOverlay.) |
![]() | 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.
(Inherited from GlobeImageOverlay.) |
![]() | 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.
(Inherited from GlobeImageOverlay.) |
![]() | CentralBody |
Gets the CentralBody that the GlobeOverlay is displayed on.
It will return null if the GlobeOverlay hasn't been added to a CentralBody.
(Overrides GlobeOverlay.CentralBody.) |
![]() | DisplayCondition |
Gets or sets the DisplayCondition that controls whether or not the GlobeOverlay is displayed.
(Overrides GlobeOverlay.DisplayCondition.) |
![]() | Extent |
Gets the CartographicExtent that represents the area covered by the GlobeOverlay.
(Overrides GlobeOverlay.Extent.) |
![]() | IsValid |
Gets whether or not the overlay is valid. It can be invalid because of a missing file, corrupt file, unlicensed file, or a file on the incorrect CentralBody.
(Overrides GlobeOverlay.IsValid.) |
![]() | Role |
Gets the GlobeOverlayRole of the GlobeOverlay.
(Overrides GlobeOverlay.Role.) |
![]() | Tag |
Gets or sets custom data associated with this globe overlay.
(Overrides GlobeOverlay.Tag.) |
![]() | 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.
(Inherited from GlobeImageOverlay.) |
![]() | Uri |
Gets the Uri specifying the location of the GlobeOverlay.
(Overrides GlobeOverlay.Uri.) |
![]() | 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.
(Inherited from GlobeImageOverlay.) |