WmtsMapServiceLoadImage Method |
Loads tile images from the WMTS service.
Namespace:
Ptv.XServer.Controls.Map.Layers.WmtsLayer
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax protected virtual Image LoadImage(
string identifier,
int x,
int y
)
Protected Overridable Function LoadImage (
identifier As String,
x As Integer,
y As Integer
) As Image
protected:
virtual Image^ LoadImage(
String^ identifier,
int x,
int y
)
abstract LoadImage :
identifier : string *
x : int *
y : int -> Image
override LoadImage :
identifier : string *
x : int *
y : int -> Image
Parameters
- identifier
- Type: SystemString
Identifier of the tile matrix; Value for the {z} template parameter. - x
- Type: SystemInt32
Value for the {x} template parameter. - y
- Type: SystemInt32
Value for the {y} template parameter.
Return Value
Type:
ImageTile image.
See Also