Class ImageryMetadata
Provides imagery metadata information.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ImageryMetadata : Object
Constructors
ImageryMetadata()
Declaration
public ImageryMetadata()
Properties
ImageHeight
Gets or sets height of the image tile.
Declaration
public int ImageHeight { get; set; }
Property Value
System.Int32
|
ImageUrl
Gets or sets a URL template for an image tile if a specific point is specified or general URL template for the specified imagery set.
Declaration
public string ImageUrl { get; set; }
Property Value
System.String
|
ImageUrlSubdomains
Gets or sets 1 or more URL subdomains that may be used when constructing an image tile URL.
Declaration
public string[] ImageUrlSubdomains { get; set; }
Property Value
System.String[]
|
ImageWidth
Gets or sets width of the image tile.
Declaration
public int ImageWidth { get; set; }
Property Value
System.Int32
|
VintageEnd
Gets or sets the latest date found in an imagery set or for a specific imagery tile.
Declaration
public Nullable<DateTime> VintageEnd { get; set; }
Property Value
System.Nullable<System.DateTime>
|
VintageStart
Gets or sets the earliest date found in an imagery set or for a specific imagery tile.
Declaration
public Nullable<DateTime> VintageStart { get; set; }
Property Value
System.Nullable<System.DateTime>
|
ZoomMax
Gets or sets the maximum zoom level available for this imagery set.
Declaration
public int ZoomMax { get; set; }
Property Value
System.Int32
|
ZoomMin
Gets or sets the minimum zoom level available for this imagery set.
Declaration
public int ZoomMin { get; set; }
Property Value
System.Int32
|