The VectorTileHandler type exposes the following members.

Constructors

  NameDescription
Protected methodVectorTileHandler

Methods

  NameDescription
Protected methodCreateCachePath
Creates path to a tile request if CacheOnServer is true
Protected methodCreateMapLayers
Abstract method to create the Map layers for the request
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnBeginRequest
Protected methodOnEndRequest
Protected methodOutputTileFeature
Protected methodProcessGetTileRequest
Public methodProcessRequest
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Protected propertyCacheDirectory
Name of the directory (relative to the handler) used to store cached images
Protected propertyCacheOnServer
Whether or not to cache requested image requests on the server
Public propertyIsReusable
Protected propertySimplificationPixelThreshold
Simplification Threshold. Default is 1
Protected propertyTileSize
Vector Tile Size. Default is 512 x 512

See Also