Configure a custom image globe overlay. Set the extent, tiler, projection, etc.
AltitudeBasedTranslucencyLowerAltitude | Gets the lower altitude bound used to calculate translucency for the image. |
AltitudeBasedTranslucencyLowerTranslucency | Gets the lower translucency value for the image. |
AltitudeBasedTranslucencyUpperAltitude | Gets the upper altitude bound used to calculate translucency for the image. |
AltitudeBasedTranslucencyUpperTranslucency | Gets the upper translucency value for the image. |
Extent | Gets the cartographic extent that represents the area covered by the GlobeOverlay. The array elements are arranged in the order west longitude, south latitude, east longitude, north latitude. |
IsTranslucent | Gets whether the overlay contains translucent imagery. |
MaximumMetersPerPixel | Gets the maximum resolution of the inlay in meters per pixel. |
Projection | Gets the map projection. Valid values are mercator and equidistant cylindrical. |
RasterAsBitmap | Get an interface to set a raster from a bitmap. |
RasterAsBits | Get an interface to set a raster from an array. |
RasterAsOleAuto | Get an interface to set a raster from a safe array. |
Tiler | Gets a custom tiler, if the plugin requires it. The tiler is used to control which extents are requested during a call to Read. |
Translucency | Gets the translucency value for the image. The translucency is between 0 and 1, where 0 is fully opaque and 1 is invisible. |
UseAltitudeBasedTranslucency | Gets whether to use altitude to determine the translucency value for the image or not. |