C# Class SuperMap.Web.ISDotNET6.ServerGeometry

${IS6_ServerGeometry_Title}

${IS6_ServerGeometry_Description}

Mostrar archivo Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

Method Description
FromJson ( System.Json.JsonObject jsonObject ) : ServerGeometry

${IS6_ServerGeometry_method_FromJson_D}

ServerGeometry ( ) : System.Collections.Generic

${IS6_ServerGeometry_constructor_None_D}

Private Methods

Method Description
ToGeoLine ( ) : GeoLine
ToGeoPoint ( ) : GeoPoint
ToGeoRegion ( ) : GeoRegion
ToJson ( ServerGeometry serverGeometry ) : string

Method Details

FromJson() public static method

${IS6_ServerGeometry_method_FromJson_D}
public static FromJson ( System.Json.JsonObject jsonObject ) : ServerGeometry
jsonObject System.Json.JsonObject ${IS6_ServerGeometry_method_FromJson_param_jsonObject}
return ServerGeometry

ServerGeometry() public method

${IS6_ServerGeometry_constructor_None_D}
public ServerGeometry ( ) : System.Collections.Generic
return System.Collections.Generic