Struct GeoCoordinateBasic.PtIsOnGeodesicResult
Struct to hold the results of the calculation if a point lies on a geodesic - WGS84PtIsOnGeodesic()
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public struct PtIsOnGeodesicResult
Properties
View SourceGeoEnd
Geodetic coordinate of line end point
Declaration
public GeoCoordinateBasic GeoEnd { get; set; }
Property Value
Type | Description |
---|---|
GeoCoordinateBasic |
GeoPt
Geodetic coordinate of the point to test
Declaration
public GeoCoordinateBasic GeoPt { get; set; }
Property Value
Type | Description |
---|---|
GeoCoordinateBasic |
GeoStart
Geodetic coordinate of line start point
Declaration
public GeoCoordinateBasic GeoStart { get; set; }
Property Value
Type | Description |
---|---|
GeoCoordinateBasic |
LengthCode
Enum specifies extent of line 0: geodesic exists only between geoStart and geoEnd. 1: geodesic extends beyound geoEnd
Declaration
public GeoCoordinateBasic.GeodesicLengthCodes LengthCode { get; set; }
Property Value
Type | Description |
---|---|
GeoCoordinateBasic.GeodesicLengthCodes |
Result
If calculation was successful
Declaration
public bool Result { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |