C# 클래스 MapAround.Web.Wms.WmsServiceDescription

Stores metadata for a WMS service.
상속: BaseServiceDescription
파일 보기 프로젝트 열기: gkrsu/maparound.core 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BoundingBox BoundingRectangle

공개 메소드들

메소드 설명
WmsServiceDescription ( string title, string onlineResource ) : MapAround.Geometry

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

메소드 상세

WmsServiceDescription() 공개 메소드

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.
리턴 MapAround.Geometry

프로퍼티 상세

BoundingBox 공개적으로 프로퍼티

public BoundingRectangle BoundingBox
리턴 BoundingRectangle