XMapTiledProviderBase Class |
Namespace: Ptv.XServer.Controls.Map.TileProviders
The XMapTiledProviderBase type exposes the following members.
Name | Description | |
---|---|---|
XMapTiledProviderBase | Initializes a new instance of the XMapTiledProviderBase class. |
Name | Description | |
---|---|---|
Border | Gets or sets the additional border size for a tile. | |
CacheId | Gets the cache id used to cache the tiled map. | |
ContextKey | Gets or sets the context key. | |
CustomProfile | Gets or sets the custom profile of the xMapServer. | |
Factor | Gets or sets the factor relative to the standard tiling scheme. | |
MaxZoom | Gets the maximum level where tiles are available. | |
MinZoom | Gets the minimum level where tiles are available. | |
OverlapFactor | Gets or sets the amount of overlapping area for neighboring tiles. |
Name | Description | |
---|---|---|
GetImageStream(Int32, Int32, Int32) | Returns a serialized bitmapCache. | |
GetImageStream(Double, Double, Double, Double, Int32, Int32) | Retrieves the image stream. | |
GetImageStreamAndMapObjects | Retrieves the image stream and the corresponding map objects belonging to the returned map image. | |
GetStream | Retrieves the image stream for a certain map rectangle. | |
GetStreamInternal | Retrieves the map image from the xMapServer and returns it as a stream. | |
SaveAndConvert | Saves an image in a stream and returns this stream. | |
TileToPtvMercatorAtZoom | Converts the tile position to PTV Mercator coordinates respecting the zoom factor. | |
TryGetStreamInternal | Retrieves the map image from the xMapServer as stream. |
Name | Description | |
---|---|---|
maxX | Maximum x coordinate value. | |
maxY | Maximum y coordinate value. | |
minX | Minimum x coordinate value. | |
minY | Minimum y coordinate value. | |
needsTransparency | Flag indicating whether the background is to be set to a transparent color. |
Name | Description | |
---|---|---|
ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |