![]() |
LuciadCPillar C# 2025.0
|
Represents a composite curve. More...
Public Member Functions | |
virtual Luciad.Geometries.Curve | GetCurveAt (uint index) |
Returns the curve for the requested index. More... | |
![]() | |
virtual Luciad.Cartesian.Coordinate | ComputePoint (double parameter) |
Computes a point of the curve, defined by the given parameter. More... | |
![]() | |
void | Dispose () |
Properties | |
uint | CurveCount [get] |
The number of curves in this composite. More... | |
![]() | |
double | Length2D [get] |
The length of the curve. More... | |
![]() | |
Luciad.Geometries.Bounds | Bounds [get] |
The bounds for the geometry object. More... | |
Luciad.Geodesy.CoordinateReference | Reference [get] |
The coordinate reference of the geometry. More... | |
Represents a composite curve.
|
inlinevirtual |
Returns the curve for the requested index.
index | the curve index |
System.ArgumentException | when requesting an invalid index. |
CurveCount
|
get |
The number of curves in this composite.
Returns the number of curves in this composite.
GetCurveAt