根据指定的参数来构造一个 GeoChord 的新对象。

命名空间:  SuperMap.Data
程序集:  SuperMap.Data (in SuperMap.Data)
版本: dll

语法

C#
public GeoChord(
	Point2D center,
	double semimajorAxis,
	double semiminorAxis,
	double startAngle,
	double sweepAngle,
	double rotation
)

参数

center
Type: SuperMap.Data..::.Point2D
弓形几何对象所在椭圆的圆心。
semimajorAxis
Type: System..::.Double
弓形几何对象所在椭圆的长半轴长度。
semiminorAxis
Type: System..::.Double
弓形几何对象所在椭圆的短半轴长度。
startAngle
Type: System..::.Double
弓形几何对象对应的椭圆弧的起始角度。
sweepAngle
Type: System..::.Double
弓形几何对象对应的椭圆弧扫过的角度。
rotation
Type: System..::.Double
弓形几何对象的旋转角度。旋转基点为弓形几何对象所在椭圆的圆心。

版本信息

SuperMap iObjects .NET


请参见