C# 클래스 ESRI.ArcGIS.Client.Toolkit.DataSources.WmsLayer.LayerInfo

WMS LayerInfo
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-sl-wpf 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
LayerInfo ( ) : System

Initializes a new instance of the LayerInfo class.

LayerInfo ( string name, string title, string legendUrl ) : System

Initializes a new instance of the LayerInfo class.

메소드 상세

LayerInfo() 공개 메소드

Initializes a new instance of the LayerInfo class.
public LayerInfo ( ) : System
리턴 System

LayerInfo() 공개 메소드

Initializes a new instance of the LayerInfo class.
public LayerInfo ( string name, string title, string legendUrl ) : System
name string The name.
title string The title.
legendUrl string The legend URL.
리턴 System