C# Class SuperMap.WinRT.REST.Bridge

${REST_Bridge_Title}

${REST_Bridge_Description}

Afficher le fichier Open project: SuperMap/iClient-for-Win8

Méthodes publiques

Méthode Description
ToColor ( this color ) : Color

${REST_Bridge_method_ServerColorToColor_D}

ToFeature ( this feature ) : Feature

${REST_Bridge_method_ToFeature}

ToGeometry ( this geo ) : Geometry

${REST_Bridge_method_ServerGeometryToGeometry_D}

ToServerColor ( this color ) : ServerColor

${REST_Bridge_method_ColorToServerColor_D}

ToServerFeature ( this feature ) : ServerFeature

${REST_Bridge_method_ToServerFeature}

ToServerGeometry ( this geo ) : ServerGeometry

${REST_Bridge_method_GeometryToServerGeometry_D}

Private Methods

Méthode Description
ToDictionary ( this style ) : string>.Dictionary

${REST_Bridge_method_ToDictionary_D}

Method Details

ToColor() public static méthode

${REST_Bridge_method_ServerColorToColor_D}
public static ToColor ( this color ) : Color
color this ${REST_Bridge_method_ServerColorToColor_param_color}
Résultat Windows.UI.Color

ToFeature() public static méthode

${REST_Bridge_method_ToFeature}
public static ToFeature ( this feature ) : Feature
feature this ${REST_Bridge_method_ToFeature_param_feature}
Résultat SuperMap.WinRT.Core.Feature

ToGeometry() public static méthode

${REST_Bridge_method_ServerGeometryToGeometry_D}
public static ToGeometry ( this geo ) : Geometry
geo this ${REST_Bridge_method_ServerGeometryToGeometry_param_geo}
Résultat SuperMap.WinRT.Core.Geometry

ToServerColor() public static méthode

${REST_Bridge_method_ColorToServerColor_D}
public static ToServerColor ( this color ) : ServerColor
color this ${REST_Bridge_method_ColorToServerColor_param_color}
Résultat ServerColor

ToServerFeature() public static méthode

${REST_Bridge_method_ToServerFeature}
public static ToServerFeature ( this feature ) : ServerFeature
feature this ${REST_Bridge_method_ToServerFeature_param_feature}
Résultat ServerFeature

ToServerGeometry() public static méthode

${REST_Bridge_method_GeometryToServerGeometry_D}
public static ToServerGeometry ( this geo ) : ServerGeometry
geo this ${REST_Bridge_method_GeometryToServerGeometry_param_geo}
Résultat ServerGeometry