Click or drag to resize

XMapTiledProvider Class

A provider implementation for the xMapServer delivering tiled bitmaps.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.TileProvidersXMapTiledProviderBase
    Ptv.XServer.Controls.Map.TileProvidersXMapTiledProvider

Namespace:  Ptv.XServer.Controls.Map.TileProviders
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public class XMapTiledProvider : XMapTiledProviderBase

The XMapTiledProvider type exposes the following members.

Constructors
  NameDescription
Public methodXMapTiledProvider(String, XMapMode)
Initializes a new instance of the XMapTiledProvider class with the given connection string and mode.
Public methodXMapTiledProvider(String, String, String, XMapMode)
Initializes a new instance of the XMapTiledProvider class with the given connection string and mode.
Top
Properties
  NameDescription
Public propertyBorder
Gets or sets the additional border size for a tile.
(Inherited from XMapTiledProviderBase.)
Public propertyCacheId
Gets the cache id used to cache the tiled map.
(Overrides XMapTiledProviderBaseCacheId.)
Public propertyContextKey
Gets or sets the context key.
(Inherited from XMapTiledProviderBase.)
Public propertyCustomCallerContextProperties
Customized caller constext properties.
Public propertyCustomProfile
Gets or sets the custom profile of the xMapServer.
(Inherited from XMapTiledProviderBase.)
Public propertyCustomXMapLayers
Gets or sets the custom layers of the xMapServer.
Public propertyFactor
Gets or sets the factor relative to the standard tiling scheme.
(Inherited from XMapTiledProviderBase.)
Public propertyMaxZoom
Gets the maximum level where tiles are available.
(Inherited from XMapTiledProviderBase.)
Public propertyMinZoom
Gets the minimum level where tiles are available.
(Inherited from XMapTiledProviderBase.)
Public propertyOverlapFactor
Gets or sets the amount of overlapping area for neighboring tiles.
(Inherited from XMapTiledProviderBase.)
Public propertyPassword
The password for basic Http authentication.
Public propertyReferenceTime
Gets or sets the reference time for feature layers.
Public propertyUser
The user name for basic Http authentication.
Top
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
Fields
  NameDescription
Protected fieldmaxX
Maximum x coordinate value.
(Inherited from XMapTiledProviderBase.)
Protected fieldmaxY
Maximum y coordinate value.
(Inherited from XMapTiledProviderBase.)
Protected fieldminX
Minimum x coordinate value.
(Inherited from XMapTiledProviderBase.)
Protected fieldminY
Minimum y coordinate value.
(Inherited from XMapTiledProviderBase.)
Protected fieldneedsTransparency
Flag indicating whether the background is to be set to a transparent color.
(Inherited from XMapTiledProviderBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also