Click or drag to resize

PtvAjaxTiledProvider Class

PtvAjaxTiledProvider retrieves a xMapServer-Bitmap using the Ajax Servlet.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.TileProvidersPtvAjaxTiledProvider

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 PtvAjaxTiledProvider : IUntiledProvider, 
	ITiledProvider

The PtvAjaxTiledProvider type exposes the following members.

Constructors
  NameDescription
Public methodPtvAjaxTiledProvider
Initializes a new instance of the PtvAjaxTiledProvider class.
Top
Properties
  NameDescription
Public propertyCacheId
Gets the cache id used to cache the tiled map.
Public propertyMaxZoom
Gets the maximum level where tiles are available.
Public propertyMinZoom
Gets the minimum level where tiles are available.
Top
Methods
  NameDescription
Public methodGetImageStream(Int32, Int32, Int32)
Returns a serialized bitmapCache.
Public methodGetImageStream(Double, Double, Double, Double, Int32, Int32)
The function which reads the image stream and adapts the request parameters.
Public methodGetImageStreamInternal
The internal function for reading the image stream.
Public methodGetImageUri
Retrieves the uri of the map image.
Public methodReadURL
Reads the content from a given url and returns it as a stream.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also