Show / Hide Table of Contents

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 Source

GeoEnd

Geodetic coordinate of line end point

Declaration
public GeoCoordinateBasic GeoEnd { get; set; }
Property Value
Type Description
GeoCoordinateBasic
View Source

GeoPt

Geodetic coordinate of the point to test

Declaration
public GeoCoordinateBasic GeoPt { get; set; }
Property Value
Type Description
GeoCoordinateBasic
View Source

GeoStart

Geodetic coordinate of line start point

Declaration
public GeoCoordinateBasic GeoStart { get; set; }
Property Value
Type Description
GeoCoordinateBasic
View Source

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
View Source

Result

If calculation was successful

Declaration
public bool Result { get; set; }
Property Value
Type Description
System.Boolean
  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited