Метод | Описание | |
---|---|---|
AddLayer ( string name ) : void |
Adds a layer to WMS request Layer names are case sensitive. |
|
AddStyle ( string name ) : void |
Adds a style to the style collection
|
|
Dispose ( ) : void | ||
GetExtents ( ) : BoundingBox | ||
GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable |
||
GetLayer ( string name ) : |
Get a layer from the WMS Layer names are case sensitive. |
|
GetLegendRequestUrls ( ) : IEnumerable |
Gets the URL for a map request base on current settings, the image size and boundingbox
|
|
GetLegends ( ) : IEnumerable |
||
GetRequestUrl ( BoundingBox box, int width, int height ) : string |
Gets the URL for a map request base on current settings, the image size and boundingbox
|
|
IsCrsSupported ( string crs ) : bool? | ||
RemoveAllLayers ( ) : void |
Removes all layers
|
|
RemoveAllStyles ( ) : void |
Removes all styles from the list
|
|
RemoveLayer ( string name ) : void |
Removes a layer from the layer list
|
|
RemoveLayerAt ( int index ) : void |
Removes the layer at the specified index
|
|
RemoveStyle ( string name ) : void |
Removes a style from the collection
|
|
RemoveStyleAt ( int index ) : void |
Removes a style at specified index
|
|
SetImageFormat ( string mimeType ) : void |
Sets the image type to use when requesting images from the WMS server See the OutputFormats property for a list of available mime types supported by the WMS server |
|
TryGetMap ( IViewport viewport, IRaster &raster ) : bool | ||
WmsProvider ( |
||
WmsProvider ( string url, string wmsVersion = null, Func |
Initializes a new layer, and downloads and parses the service description
|
Метод | Описание | |
---|---|---|
FindLayer ( |
||
GetPreferredMethod ( ) : |
||
GetStreamAsync ( string url ) : Task |
||
InitialiseGetStreamAsyncMethod ( Func |
||
LayerExists ( |
Recursive method for checking whether a layername exists
|
|
StyleExists ( |
Recursive method for checking whether a layername exists
|
|
WmsProvider ( |
public AddLayer ( string name ) : void | ||
name | string | Name of layer |
Результат | void |
public AddStyle ( string name ) : void | ||
name | string | Name of style |
Результат | void |
public GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable |
||
box | BoundingBox | |
resolution | double | |
Результат | IEnumerable |
public GetLayer ( string name ) : |
||
name | string | Name of layer |
Результат |
public GetLegendRequestUrls ( ) : IEnumerable |
||
Результат | IEnumerable |
public GetRequestUrl ( BoundingBox box, int width, int height ) : string | ||
box | BoundingBox | |
width | int | |
height | int | |
Результат | string |
public IsCrsSupported ( string crs ) : bool? | ||
crs | string | |
Результат | bool? |
public RemoveLayer ( string name ) : void | ||
name | string | Name of layer to remove |
Результат | void |
public RemoveStyle ( string name ) : void | ||
name | string | Name of style |
Результат | void |
public RemoveStyleAt ( int index ) : void | ||
index | int | Index |
Результат | void |
public SetImageFormat ( string mimeType ) : void | ||
mimeType | string | Mime type of image format |
Результат | void |
public TryGetMap ( IViewport viewport, IRaster &raster ) : bool | ||
viewport | IViewport | |
raster | IRaster | |
Результат | bool |
public WmsProvider ( |
||
capabilities | ||
getStreamAsync | Func |
|
Результат | System |
public WmsProvider ( string url, string wmsVersion = null, Func |
||
url | string | Url of WMS server |
wmsVersion | string | Version number of wms leave null to get the default service version |
getStreamAsync | Func |
Download method, leave null for default |
Результат | System |