LuciadCPillar C# 2024.0.08
Luciad.Geometries.Ring Class Reference

A ring is a curve that is closed. More...

Inheritance diagram for Luciad.Geometries.Ring:
Luciad.Geometries.Curve Luciad.Geometries.Geometry Luciad.Geometries.CircleBy3Points Luciad.Geometries.CircleByCenterPoint Luciad.Geometries.CompositeRing Luciad.Geometries.Ellipse Luciad.Geometries.ArcBand Luciad.Geometries.PolylineRing

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...
 

Detailed Description

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.