Show / Hide Table of Contents

Struct GeoCoordinateBasic.PtIsOnGeodesicResult

Struct to hold the results of the calculation if a point lies on a geodesic - WGS84PtIsOnGeodesic()

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public struct GeoCoordinateBasic.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
bool
  • View Source
In this article
Back to top Copyright 2018-2025 CADology Limited