C# Класс SuperMap.WinRT.REST.JsonHelper

${utility_JsonHelper_Title}

Показать файл Открыть проект

Открытые методы

Метод Описание
FromGeoPoint ( GeoPoint point ) : string

${utility_JsonHelper_method_FromGeoPoint_D}

FromIList ( IList param ) : string

${utility_JsonHelper_method_FromIList_D}

FromPoint2D ( Point2D point ) : string

${utility_JsonHelper_method_FromPoint2D_D}

FromPoint2DCollection ( Point2DCollection points ) : string

${utility_JsonHelper_method_FromPoint2DCollection_D}

FromRectangle2D ( Rectangle2D rectangle2D ) : string

${utility_JsonHelper_method_FromRectangle2D_D}

GetBooleanEx ( this json ) : System.Boolean

${utility_JsonHelper_method_GetBooleanEx_D}

GetNumberEx ( this json ) : double

${utility_JsonHelper_method_GetNumberEx_D}

GetObjectEx ( this json ) : JsonObject

${utility_JsonHelper_method_GetObjectEx_D}

GetStringEx ( this json ) : string

${utility_JsonHelper_method_GetStringEx_D}

ToCRS ( JsonObject jsonObject ) : CoordinateReferenceSystem

${utility_JsonHelper_method_ToCRS_D}

ToPoint2D ( JsonObject jsonObject ) : Point2D

${utility_JsonHelper_method_ToPoint2D_D}

ToRect ( JsonObject jsonObject ) : Rect

${utility_JsonHelper_method_ToRect_D}

ToRectangle2D ( JsonObject jsonObject ) : Rectangle2D

${utility_JsonHelper_method_ToRectangle2D_D}

ToStringList ( JsonArray jsonArray ) : List

${utility_JsonHelper_method_ToStringList_D}

Описание методов

FromGeoPoint() публичный статический Метод

${utility_JsonHelper_method_FromGeoPoint_D}
public static FromGeoPoint ( GeoPoint point ) : string
point SuperMap.WinRT.Core.GeoPoint
Результат string

FromIList() публичный статический Метод

${utility_JsonHelper_method_FromIList_D}
public static FromIList ( IList param ) : string
param IList
Результат string

FromPoint2D() публичный статический Метод

${utility_JsonHelper_method_FromPoint2D_D}
public static FromPoint2D ( Point2D point ) : string
point SuperMap.WinRT.Core.Point2D
Результат string

FromPoint2DCollection() публичный статический Метод

${utility_JsonHelper_method_FromPoint2DCollection_D}
public static FromPoint2DCollection ( Point2DCollection points ) : string
points Point2DCollection
Результат string

FromRectangle2D() публичный статический Метод

${utility_JsonHelper_method_FromRectangle2D_D}
public static FromRectangle2D ( Rectangle2D rectangle2D ) : string
rectangle2D SuperMap.WinRT.Core.Rectangle2D
Результат string

GetBooleanEx() публичный статический Метод

${utility_JsonHelper_method_GetBooleanEx_D}
public static GetBooleanEx ( this json ) : System.Boolean
json this
Результат System.Boolean

GetNumberEx() публичный статический Метод

${utility_JsonHelper_method_GetNumberEx_D}
public static GetNumberEx ( this json ) : double
json this
Результат double

GetObjectEx() публичный статический Метод

${utility_JsonHelper_method_GetObjectEx_D}
public static GetObjectEx ( this json ) : JsonObject
json this
Результат JsonObject

GetStringEx() публичный статический Метод

${utility_JsonHelper_method_GetStringEx_D}
public static GetStringEx ( this json ) : string
json this
Результат string

ToCRS() публичный статический Метод

${utility_JsonHelper_method_ToCRS_D}
public static ToCRS ( JsonObject jsonObject ) : CoordinateReferenceSystem
jsonObject JsonObject
Результат CoordinateReferenceSystem

ToPoint2D() публичный статический Метод

${utility_JsonHelper_method_ToPoint2D_D}
public static ToPoint2D ( JsonObject jsonObject ) : Point2D
jsonObject JsonObject
Результат SuperMap.WinRT.Core.Point2D

ToRect() публичный статический Метод

${utility_JsonHelper_method_ToRect_D}
public static ToRect ( JsonObject jsonObject ) : Rect
jsonObject JsonObject
Результат Rect

ToRectangle2D() публичный статический Метод

${utility_JsonHelper_method_ToRectangle2D_D}
public static ToRectangle2D ( JsonObject jsonObject ) : Rectangle2D
jsonObject JsonObject
Результат SuperMap.WinRT.Core.Rectangle2D

ToStringList() публичный статический Метод

${utility_JsonHelper_method_ToStringList_D}
public static ToStringList ( JsonArray jsonArray ) : List
jsonArray JsonArray
Результат List