C# 클래스 Mapsui.Providers.Wms.Client.WmsServerLayer

Structure for holding information about a WMS Layer
파일 보기 프로젝트 열기: pauldendulk/Mapsui 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Abstract string
BoundingBoxes BoundingBox>.IDictionary
CRS string[]
ChildLayers WmsServerLayer[]
Keywords string[]
LatLonBoundingBox BoundingBox
Name string
Queryable bool
Style WmsLayerStyle[]
Title string

프로퍼티 상세

Abstract 공개적으로 프로퍼티

Abstract
public string Abstract
리턴 string

BoundingBoxes 공개적으로 프로퍼티

Coordinate Reference Systems supported by layer
public IDictionary BoundingBoxes
리턴 BoundingBox>.IDictionary

CRS 공개적으로 프로퍼티

Coordinate Reference Systems supported by layer
public string[] CRS
리턴 string[]

ChildLayers 공개적으로 프로퍼티

Collection of child layers
public WmsServerLayer[] ChildLayers
리턴 WmsServerLayer[]

Keywords 공개적으로 프로퍼티

Keywords
public string[] Keywords
리턴 string[]

LatLonBoundingBox 공개적으로 프로퍼티

Latitudal/longitudal extent of this layer
public BoundingBox LatLonBoundingBox
리턴 BoundingBox

Name 공개적으로 프로퍼티

Unique name of this layer used for requesting layer
public string Name
리턴 string

Queryable 공개적으로 프로퍼티

Specifies whether this layer is queryable using GetFeatureInfo requests
public bool Queryable
리턴 bool

Style 공개적으로 프로퍼티

List of styles supported by layer
public WmsLayerStyle[] Style
리턴 WmsLayerStyle[]

Title 공개적으로 프로퍼티

Layer title
public string Title
리턴 string