OpenStreetMapImageGlobeOverlay Class |
Namespace: AGI.Foundation.Graphics
The OpenStreetMapImageGlobeOverlay type exposes the following members.
Name | Description | |
---|---|---|
OpenStreetMapImageGlobeOverlay |
Initializes a new instance, using the default server and the entire Earth's extent.
| |
OpenStreetMapImageGlobeOverlay(CartographicExtent) |
Initializes an OpenStreetMapImageGlobeOverlay with the provided values.
| |
OpenStreetMapImageGlobeOverlay(IWebProxy) |
Initializes a new instance, using the default server and the entire Earth's extent
using the specified proxy.
| |
OpenStreetMapImageGlobeOverlay(String) |
Initializes an OpenStreetMapImageGlobeOverlay with the provided values.
| |
OpenStreetMapImageGlobeOverlay(CartographicExtent, IWebProxy) |
Initializes an OpenStreetMapImageGlobeOverlay with the provided values.
| |
OpenStreetMapImageGlobeOverlay(String, CartographicExtent) |
Initializes an OpenStreetMapImageGlobeOverlay with the provided values.
| |
OpenStreetMapImageGlobeOverlay(String, IWebProxy) |
Initializes an OpenStreetMapImageGlobeOverlay with the provided values.
| |
OpenStreetMapImageGlobeOverlay(String, CartographicExtent, IWebProxy) |
Initializes an OpenStreetMapImageGlobeOverlay with the provided values.
|
Name | Description | |
---|---|---|
AltitudeBasedTranslucencyLowerAltitude |
Gets or sets the lower altitude bound used to calculate translucency for the image when UseAltitudeBasedTranslucency is set to . 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 . 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 . 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 . 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 if the GlobeOverlay hasn't been added to a CentralBody.
(Inherited from GlobeOverlay.) | |
DisplayCondition |
Gets or sets the DisplayCondition that controls whether or not the GlobeOverlay is displayed.
(Inherited from GlobeOverlay.) | |
Extent |
Gets the CartographicExtent that represents the area covered by the GlobeOverlay.
(Inherited from CustomImageGlobeOverlay.) | |
IsTranslucent |
Gets whether the overlay contains translucent imagery.
(Inherited from CustomImageGlobeOverlay.) | |
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.
(Inherited from GlobeOverlay.) | |
MaximumMetersPerPixel |
Gets the maximum resolution of the inlay in meters per pixel.
(Inherited from CustomImageGlobeOverlay.) | |
Projection |
Gets the map projection. Valid values are MapProjection.Mercator and MapProjection.EquidistantCylindical.
(Inherited from CustomImageGlobeOverlay.) | |
Proxy |
Gets the proxy used for web requests.
| |
Role |
Gets the GlobeOverlayRole of the GlobeOverlay.
(Inherited from GlobeOverlay.) | |
Tag |
Gets or sets custom data associated with this globe overlay.
(Inherited from GlobeOverlay.) | |
Tiler |
Gets or sets a custom tiler, if the plugin requires it. The tiler is used to control which
extents are requested during a call to Read(CartographicExtent, Object, Bitmap).
(Inherited from CustomImageGlobeOverlay.) | |
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 of the OpenStreetMap server.
(Overrides CustomImageGlobeOverlayUri.) | |
UseAltitudeBasedTranslucency |
Gets or sets whether to use altitude to determine the translucency value for the image or not. If , the Translucency value is used. If ,
the translucency will be determined by the values of AltitudeBasedTranslucencyLowerTranslucency, AltitudeBasedTranslucencyUpperTranslucency,
AltitudeBasedTranslucencyLowerAltitude, and AltitudeBasedTranslucencyUpperAltitude.
(Inherited from GlobeImageOverlay.) |
Name | Description | |
---|---|---|
ClearCache |
Clears the image data cache associated with this instance. This is equivalent to deleting and re-adding the overlay.
(Inherited from CustomImageGlobeOverlay.) | |
Dispose | (Inherited from GlobeOverlay.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Read |
Reads a tile from the specified extent, scales it to and stores the result in image.
(Overrides CustomImageGlobeOverlayRead(CartographicExtent, Object, Bitmap).) | |
Reload |
Reloads the image data associated with this instance. Preserves the current image data until new image data replaces it.
(Inherited from CustomImageGlobeOverlay.) | |
ShutDown |
Called automatically when imagery is being removed from the globe.
(Inherited from CustomImageGlobeOverlay.) | |
StartUp |
Called automatically when imagery is being added to the globe.
(Inherited from CustomImageGlobeOverlay.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |