C# Class SuperMap.Web.iServerJava2.ServerGeometry

${iServer2_ServerGeometry_Title}

${iServer2_ServerGeometry_Description}

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

Public Methods

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

${iServer2_ServerGeometry_method_FromJson_D}

ServerGeometry ( ) : System.Collections.Generic

${iServer2_ServerGeometry_constructor_None_D}

Private Methods

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

Method Details

FromJson() public static method

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

ServerGeometry() public method

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