C# Class MapAround.Web.Wms.WmsServiceDescription

Stores metadata for a WMS service.
Inheritance: BaseServiceDescription
Afficher le fichier Open project: gkrsu/maparound.core Class Usage Examples

Méthodes publiques

Свойство Type Description
BoundingBox BoundingRectangle

Méthodes publiques

Méthode Description
WmsServiceDescription ( string title, string onlineResource ) : MapAround.Geometry

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

Method Details

WmsServiceDescription() public méthode

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.
Résultat MapAround.Geometry

Property Details

BoundingBox public_oe property

public BoundingRectangle BoundingBox
Résultat BoundingRectangle