C# Class SuperMap.WindowsPhone.REST.Bridge

${WP_REST_Bridge_Title}

${WP_REST_Bridge_Description}

显示文件 Open project: SuperMap/iClient-for-Win8

Public Methods

Method Description
ToColor ( this color ) : Color

${WP_REST_Bridge_method_ServerColorToColor_D}

ToFeature ( this feature ) : Feature

${WP_REST_Bridge_method_ToFeature}

ToGeometry ( this geo ) : Geometry

${WP_REST_Bridge_method_ServerGeometryToGeometry_D}

ToServerColor ( this color ) : ServerColor

${WP_REST_Bridge_method_ColorToServerColor_D}

ToServerFeature ( this feature ) : ServerFeature

${WP_REST_Bridge_method_ToServerFeature}

ToServerGeometry ( this geo ) : ServerGeometry

${WP_REST_Bridge_method_GeometryToServerGeometry_D}

Method Details

ToColor() public static method

${WP_REST_Bridge_method_ServerColorToColor_D}
public static ToColor ( this color ) : Color
color this ${WP_REST_Bridge_method_ServerColorToColor_param_color}
return System.Windows.Media.Color

ToFeature() public static method

${WP_REST_Bridge_method_ToFeature}
public static ToFeature ( this feature ) : Feature
feature this ${WP_REST_Bridge_method_ToFeature_param_feature}
return SuperMap.WindowsPhone.Core.Feature

ToGeometry() public static method

${WP_REST_Bridge_method_ServerGeometryToGeometry_D}
public static ToGeometry ( this geo ) : Geometry
geo this ${WP_REST_Bridge_method_ServerGeometryToGeometry_param_geo}
return SuperMap.WindowsPhone.Core.Geometry

ToServerColor() public static method

${WP_REST_Bridge_method_ColorToServerColor_D}
public static ToServerColor ( this color ) : ServerColor
color this ${WP_REST_Bridge_method_ColorToServerColor_param_color}
return ServerColor

ToServerFeature() public static method

${WP_REST_Bridge_method_ToServerFeature}
public static ToServerFeature ( this feature ) : ServerFeature
feature this ${WP_REST_Bridge_method_ToServerFeature_param_feature}
return ServerFeature

ToServerGeometry() public static method

${WP_REST_Bridge_method_GeometryToServerGeometry_D}
public static ToServerGeometry ( this geo ) : ServerGeometry
geo this ${WP_REST_Bridge_method_GeometryToServerGeometry_param_geo}
return ServerGeometry