LuciadCPillar C# 2024.0.08
|
Represents a line. More...
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 () |
Represents a line.
GeometryFactory.CreateLine
|
get |
The end point of the line segment.
Returns the end point of the line segment.
|
get |
The interpolation type of the line segment.
Returns the interpolation type of the line segment. One of
|
get |
The start point of the line segment.
Returns the start point of the line segment.