Click or drag to resize

XMapTiledProvider Methods

The XMapTiledProvider type exposes the following members.

Methods
  NameDescription
Public methodGetImageStream(Int32, Int32, Int32)
Returns a serialized bitmapCache.
(Inherited from XMapTiledProviderBase.)
Public methodGetImageStream(Double, Double, Double, Double, Int32, Int32)
Retrieves the image stream.
(Inherited from XMapTiledProviderBase.)
Public methodGetImageStreamAndMapObjects
Retrieves the image stream and the corresponding map objects belonging to the returned map image.
(Inherited from XMapTiledProviderBase.)
Public methodGetStream
Retrieves the image stream for a certain map rectangle.
(Inherited from XMapTiledProviderBase.)
Public methodGetStreamInternal
Retrieves the map image from the xMapServer and returns it as a stream.
(Inherited from XMapTiledProviderBase.)
Protected methodSaveAndConvert
Saves an image in a stream and returns this stream.
(Inherited from XMapTiledProviderBase.)
Protected methodTileToPtvMercatorAtZoom
Converts the tile position to PTV Mercator coordinates respecting the zoom factor.
(Inherited from XMapTiledProviderBase.)
Public methodTryGetStreamInternal
Retrieves the map image from the xMapServer as stream.
(Overrides XMapTiledProviderBaseTryGetStreamInternal(Double, Double, Double, Double, Int32, Int32, IEnumerableIMapObject).)
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also