LuciadCPillar C# 2024.0.08
Luciad.Geometries.CircularArcByCenterPoint Class Reference

Represents a circular arc defined by a center point, radius, start angle, end angle, and angle direction. More...

Inheritance diagram for Luciad.Geometries.CircularArcByCenterPoint:
Luciad.Geometries.Curve Luciad.Geometries.Geometry

Properties

Luciad.Cartesian.Angle.Direction AngleDirection [get]
 The orientation of the arc. More...
 
Luciad.Cartesian.Coordinate Center [get]
 The center of the circular arc. More...
 
Luciad.Cartesian.Angle EndAngle [get]
 The end angle of the circular arc. More...
 
double Radius [get]
 The radius of the circular arc. More...
 
Luciad.Cartesian.Angle StartAngle [get]
 The start angle of the circular arc. More...
 
- Properties inherited from Luciad.Geometries.Curve
double Length2D [get]
 The length of the curve. More...
 
- Properties inherited from Luciad.Geometries.Geometry
Luciad.Geometries.Bounds Bounds [get]
 The bounds for the geometry object. More...
 
Luciad.Geodesy.CoordinateReference Reference [get]
 The coordinate reference of the geometry. More...
 

Additional Inherited Members

- Public Member Functions inherited from Luciad.Geometries.Curve
virtual Luciad.Cartesian.Coordinate ComputePoint (double parameter)
 Computes a point of the curve, defined by the given parameter. More...
 
- Public Member Functions inherited from Luciad.Geometries.Geometry
void Dispose ()
 

Detailed Description

Represents a circular arc defined by a center point, radius, start angle, end angle, and angle direction.

See also
GeometryFactory.CreateCircularArcByCenterPoint

Property Documentation

◆ AngleDirection

Luciad.Cartesian.Angle.Direction Luciad.Geometries.CircularArcByCenterPoint.AngleDirection
get

The orientation of the arc.

[get]

Returns the orientation of the arc. This property determines in which direction the arc extends from the start to the end angle.

◆ Center

Luciad.Cartesian.Coordinate Luciad.Geometries.CircularArcByCenterPoint.Center
get

The center of the circular arc.

[get]

Returns the center of the circular arc.

◆ EndAngle

Luciad.Cartesian.Angle Luciad.Geometries.CircularArcByCenterPoint.EndAngle
get

The end angle of the circular arc.

[get]

Returns the end angle of the circular arc.

◆ Radius

double Luciad.Geometries.CircularArcByCenterPoint.Radius
get

The radius of the circular arc.

[get]

Returns the radius of the circular arc. If the coordinate reference is a geodetic reference, this is expressed in meters. Otherwise the unit of the reference is used.

◆ StartAngle

Luciad.Cartesian.Angle Luciad.Geometries.CircularArcByCenterPoint.StartAngle
get

The start angle of the circular arc.

[get]

Returns the start angle of the circular arc.