LuciadCPillar C# 2024.0.08
Luciad.Geometries.Line Class Reference

Represents a line. More...

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

Properties

Luciad.Cartesian.Coordinate EndPoint [get]
 The end point of the line segment. More...
 
Luciad.Geodesy.LineInterpolationType InterpolationType [get]
 The interpolation type of the line segment. More...
 
Luciad.Cartesian.Coordinate StartPoint [get]
 The start point of the line segment. 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 line.

See also
GeometryFactory.CreateLine

Property Documentation

◆ EndPoint

Luciad.Cartesian.Coordinate Luciad.Geometries.Line.EndPoint
get

The end point of the line segment.

[get]

Returns the end point of the line segment.

◆ InterpolationType

Luciad.Geodesy.LineInterpolationType Luciad.Geometries.Line.InterpolationType
get

The interpolation type of the line segment.

[get]

Returns the interpolation type of the line segment. One of

  • LineInterpolationType::geodesic
  • LineInterpolationType::rhumb
  • LineInterpolationType::linear

◆ StartPoint

Luciad.Cartesian.Coordinate Luciad.Geometries.Line.StartPoint
get

The start point of the line segment.

[get]

Returns the start point of the line segment.