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