C# Class ArcGIS.MapService

Datei anzeigen Open project: NGFieldScope/JS-FieldScope

Public Methods

Method Description
GetLegendImage ( string serviceUri, int width, int height, int resolution, Font font, bool antialias ) : Bitmap
GetLegendJson ( string serviceUri ) : StringBuilder

Method Details

GetLegendImage() public static method

public static GetLegendImage ( string serviceUri, int width, int height, int resolution, Font font, bool antialias ) : Bitmap
serviceUri string
width int
height int
resolution int
font System.Drawing.Font
antialias bool
return System.Drawing.Bitmap

GetLegendJson() public static method

public static GetLegendJson ( string serviceUri ) : StringBuilder
serviceUri string
return StringBuilder