User Tools

Site Tools


thinkgeo.mapsuite.wmsserveredition

ThinkGeo.MapSuite.WmsServerEdition

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

WmsServerEdition

Classes

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

G
  • GetCapabilitiesRequest

    This class maintains all of the requested information from a WMS GetCapabilitiesRequest.

  • GetFeatureInfoRequest

    This class maintains all of the requested information from a WMS request.

  • GetMapRequest

    This class maintains all of the requested information from a WMS request.

M
  • MapConfiguration

    This class maintains the layers collection and TileCache object.

W
  • WmsHandler

    This is an asynchronous HTTP handler which is used to handle web map services.

  • WmsLayerPlugin

    This class is the base class for all types of WMS Plug-ins. The WmsLayerPlugin class is where all other types of WMS Plug-ins are inherited from. It provides the base set of functionality. As it is abstract, there are a number of methods you need to implement. The first one is GetMapConfigurationCore. In this method, you are responsible for generating a MapConfiguration which includes layers collection and TileCache object you will use. The other two required methods are GetProjectionCore and GetBoundingBoxCore. These get projection string and the BoundingBox for your WMS Plug-in. Another required method is GetNameCore which returns the layer name which will used in the GetMap WMS operation.

  • WmsLayerStyle

    This is a structure that maintains the Style informations for the Capabilities XML DTD.

Structures

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Enums

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

W
  • WmsQueryMode

    Indicates whether or not this layer supports the GetFeatureInfo WMS operation.

Interfaces

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

thinkgeo.mapsuite.wmsserveredition.txt · Last modified: 2017/03/16 21:59 (external edit)