LuciadCPillar C# 2024.0.08
|
A ring is a curve that is closed. 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 () |
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... | |
A ring is a curve that is closed.
The start point and the end point of the curve are the same.
You can read more about the available geometries here.