Метод | Описание | |
---|---|---|
FromGeoPoint ( |
${utility_JsonHelper_method_FromGeoPoint_D}
|
|
FromIList ( IList param ) : string |
${utility_JsonHelper_method_FromIList_D}
|
|
FromPoint2D ( |
${utility_JsonHelper_method_FromPoint2D_D}
|
|
FromPoint2DCollection ( Point2DCollection points ) : string |
${utility_JsonHelper_method_FromPoint2DCollection_D}
|
|
FromRectangle2D ( |
${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 ) : |
${utility_JsonHelper_method_ToPoint2D_D}
|
|
ToRect ( JsonObject jsonObject ) : Rect |
${utility_JsonHelper_method_ToRect_D}
|
|
ToRectangle2D ( JsonObject jsonObject ) : |
${utility_JsonHelper_method_ToRectangle2D_D}
|
|
ToStringList ( JsonArray jsonArray ) : List |
${utility_JsonHelper_method_ToStringList_D}
|
public static FromGeoPoint ( |
||
point | ||
Результат | string |
public static FromIList ( IList param ) : string | ||
param | IList | |
Результат | string |
public static FromPoint2D ( |
||
point | ||
Результат | string |
public static FromPoint2DCollection ( Point2DCollection points ) : string | ||
points | Point2DCollection | |
Результат | string |
public static FromRectangle2D ( |
||
rectangle2D | ||
Результат | string |
public static GetBooleanEx ( this json ) : System.Boolean | ||
json | this | |
Результат | System.Boolean |
public static GetNumberEx ( this json ) : double | ||
json | this | |
Результат | double |
public static GetObjectEx ( this json ) : JsonObject | ||
json | this | |
Результат | JsonObject |
public static GetStringEx ( this json ) : string | ||
json | this | |
Результат | string |
public static ToCRS ( JsonObject jsonObject ) : CoordinateReferenceSystem | ||
jsonObject | JsonObject | |
Результат | CoordinateReferenceSystem |
public static ToPoint2D ( JsonObject jsonObject ) : |
||
jsonObject | JsonObject | |
Результат |
public static ToRect ( JsonObject jsonObject ) : Rect | ||
jsonObject | JsonObject | |
Результат | Rect |
public static ToRectangle2D ( JsonObject jsonObject ) : |
||
jsonObject | JsonObject | |
Результат |
public static ToStringList ( JsonArray jsonArray ) : List |
||
jsonArray | JsonArray | |
Результат | List |