C# Class MapAround.Web.Wmts.WmtsServiceDescription

Stores metadata for a WMTS service.
Inheritance: MapAround.Web.Wms.BaseServiceDescription
Mostra file Open project: gkrsu/maparound.core Class Usage Examples

Public Properties

Property Type Description
Tile Tile
ZoomLevel int>.Dictionary

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

GetPixelSize() public method

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

GetScaleDenominator() public method

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

WmtsServiceDescription() public method

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.
return MapAround.Geometry

Property Details

Tile public_oe property

Tile
public Tile Tile
return Tile

ZoomLevel public_oe property

ZoomLevel
public Dictionary ZoomLevel
return int>.Dictionary