C# Class SuperMap.Web.Core.GeoPoint

Inheritance: Geometry
Show file Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( ) : Geometry

${core_GeoPoint_method_clone_D}

GeoPoint ( ) : System.ComponentModel

${core_GeoPoint_constructor_None_D}

GeoPoint ( Point2D location ) : System.ComponentModel

${core_GeoPoint_constructor_Point2D_D}

GeoPoint ( double x, double y ) : System.ComponentModel

${core_GeoPoint_constructor_Double_D}

Offset ( double dx, double dy ) : void

${core_GeoPoint_method_Offset_D}

ToString ( ) : string

${core_GeoPoint_method_toString_D}

Method Details

Clone() public method

${core_GeoPoint_method_clone_D}
public Clone ( ) : Geometry
return Geometry

GeoPoint() public method

${core_GeoPoint_constructor_None_D}
public GeoPoint ( ) : System.ComponentModel
return System.ComponentModel

GeoPoint() public method

${core_GeoPoint_constructor_Point2D_D}
public GeoPoint ( Point2D location ) : System.ComponentModel
location Point2D ${core_GeoPoint_constructor_Point2D_param_point}
return System.ComponentModel

GeoPoint() public method

${core_GeoPoint_constructor_Double_D}
public GeoPoint ( double x, double y ) : System.ComponentModel
x double ${core_GeoPoint_constructor_Double_param_x}
y double ${core_GeoPoint_constructor_Double_param_y}
return System.ComponentModel

Offset() public method

${core_GeoPoint_method_Offset_D}
public Offset ( double dx, double dy ) : void
dx double ${core_GeoPoint_method_Offset_param_deltaX}
dy double ${core_GeoPoint_method_Offset_param_deltaY}
return void

ToString() public method

${core_GeoPoint_method_toString_D}
public ToString ( ) : string
return string