ENCX SDK
5.5.0.926
|
A line of a specified shape between two points on the Earth's surface. More...
import"encxcom.idl";
Public Member Functions | |
HRESULT | SetPoint1 ([in] DOUBLE LatGeodeticDegrees, [in] DOUBLE LonDegrees) |
Setting the position of one end of the line. More... | |
HRESULT | SetPoint2 ([in] DOUBLE LatGeodeticDegrees, [in] DOUBLE LonDegrees) |
Setting the position of the other end of the line. More... | |
HRESULT | CreateFromBearingAndLength ([in] enum GeoLineType lineType, [in] IGeoPoint *start, [in] DOUBLE bearing, [in] DOUBLE lengthInMeters) |
Construct line from length and bearing. More... | |
Properties | |
IGeoPoint | Point1 [get, set] |
One end of the line. More... | |
IGeoPoint | Point2 [get, set] |
The other end of the line. More... | |
GeoLineType | LineType [get, set] |
The shape of the path to be used between the ends. More... | |
DOUBLE | LengthInMetres [get] |
Length in metres. More... | |
DOUBLE | BearingStart [get] |
Bearing at start. More... | |
DOUBLE | BearingEnd [get] |
Bearing at end of line. More... | |
A line of a specified shape between two points on the Earth's surface.
Properties and methods via IGeoLine.
Definition at line 4038 of file encxcom.idl.
|
inherited |
Construct line from length and bearing.
|
inherited |
Setting the position of one end of the line.
|
inherited |
Setting the position of the other end of the line.
|
getinherited |
Bearing at end of line.
|
getinherited |
Bearing at start.
|
getinherited |
Length in metres.
|
getsetinherited |
The shape of the path to be used between the ends.
|
getsetinherited |
One end of the line.
Setting the position of one end of the line.
|
getsetinherited |
The other end of the line.
Setting the position of the other end of the line.