C# Class MapAround.Web.Wms.WmsServiceDescription

Stores metadata for a WMS service.
Inheritance: BaseServiceDescription
ファイルを表示 Open project: gkrsu/maparound.core Class Usage Examples

Public Properties

Property Type Description
BoundingBox BoundingRectangle

Public Methods

Method Description
WmsServiceDescription ( string title, string onlineResource ) : MapAround.Geometry

Initializes a new instance of the MapAround.Web.Wms.WmsServiceDescription.

Method Details

WmsServiceDescription() public method

Initializes a new instance of the MapAround.Web.Wms.WmsServiceDescription.
public WmsServiceDescription ( string title, string onlineResource ) : MapAround.Geometry
title string Mandatory Human-readable title for pick lists
onlineResource string Top-level web address of service or service provider.
return MapAround.Geometry

Property Details

BoundingBox public_oe property

public BoundingRectangle BoundingBox
return BoundingRectangle