C# 클래스 MapAround.Web.Wmts.WmtsServiceDescription

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

공개 프로퍼티들

프로퍼티 타입 설명
Tile Tile
ZoomLevel int>.Dictionary

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetPixelSize ( int i ) : double

Gets Pixel Size for ith matrix

GetScaleDenominator ( int i ) : double

Gets Scale Denominator for ith matrix

WmtsServiceDescription ( string title, string onlineResource ) : MapAround.Geometry

Initializes a new instance of the MapAround.Web.Wmts.WmtsServiceDescription.

메소드 상세

GetPixelSize() 공개 메소드

Gets Pixel Size for ith matrix
public GetPixelSize ( int i ) : double
i int
리턴 double

GetScaleDenominator() 공개 메소드

Gets Scale Denominator for ith matrix
public GetScaleDenominator ( int i ) : double
i int
리턴 double

WmtsServiceDescription() 공개 메소드

Initializes a new instance of the MapAround.Web.Wmts.WmtsServiceDescription.
public WmtsServiceDescription ( 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

프로퍼티 상세

Tile 공개적으로 프로퍼티

Tile
public Tile Tile
리턴 Tile

ZoomLevel 공개적으로 프로퍼티

ZoomLevel
public Dictionary ZoomLevel
리턴 int>.Dictionary