Click or drag to resize

EllipsoidComplexSurfaceCurve Class

Represents a curve comprised of several connected curves on the surface of an ellipsoid
Inheritance Hierarchy
System.Object
  AGI.Foundation.Geometry.Shapes.EllipsoidSurfaceCurve
    AGI.Foundation.Geometry.Shapes.EllipsoidComplexSurfaceCurve

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public class EllipsoidComplexSurfaceCurve : EllipsoidSurfaceCurve

The EllipsoidComplexSurfaceCurve type exposes the following members.

Properties
  NameDescription
Public propertyCurves
Gets a read only list of the constituent curves which comprise the overall curve.
Public propertyEllipsoid
Gets the ellipsoid reference surface on which the curve lies.
(Overrides EllipsoidSurfaceCurve.Ellipsoid.)
Public propertyFinalPoint
Gets the final planetodetic point on the path.
(Overrides EllipsoidSurfaceCurve.FinalPoint.)
Public propertyInitialPoint
Gets the initial planetodetic point on the path.
(Overrides EllipsoidSurfaceCurve.InitialPoint.)
Public propertySurfaceDistance
Gets the total distance along the curve to the location of the final point.
(Overrides EllipsoidSurfaceCurve.SurfaceDistance.)
Top
Methods
  NameDescription
Public methodComputeCartographicExtent
Computes the cartographic bounding box which completely contains all the constituent curves.
(Overrides EllipsoidSurfaceCurve.ComputeCartographicExtent().)
Protected methodComputeHashCode
Computes the hash code for this curve.
(Overrides EllipsoidSurfaceCurve.ComputeHashCode().)
Public methodComputeIntersection
Computes the nearest intersection (if any) between two EllipsoidSurfaceCurves.
(Inherited from EllipsoidSurfaceCurve.)
Public methodStatic memberCreateCurve(EllipsoidSurfaceCurve[])
Constructs a complex curve based on a given set of constituent curves.
Public methodStatic memberCreateCurve(IList<EllipsoidSurfaceCurve>)
Constructs a complex curve based on a given set of constituent curves.
Public methodStatic memberCreateGeodesic
Creates a complex curve made up of EllipsoidGeodesics which connect the given set of nodes on the surface of the ellipsoid shape.
Public methodStatic memberCreateRhumbLine
Creates a complex curve made up of EllipsoidRhumbLines which connect the given set of nodes on the surface of the ellipsoid shape.
Public methodEquals(EllipsoidSurfaceCurve)
Indicates whether the current object is equal to another object of the same type.
(Overrides EllipsoidSurfaceCurve.Equals(EllipsoidSurfaceCurve).)
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Inherited from EllipsoidSurfaceCurve.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindClosestPointOnCurve(Cartographic)
Finds the closest point on the curve from the input point.
(Inherited from EllipsoidSurfaceCurve.)
Public methodFindClosestPointOnCurve(Cartographic, Double)
Finds the closest point on the curve from the input point.
(Overrides EllipsoidSurfaceCurve.FindClosestPointOnCurve(Cartographic, Double).)
Public methodGetDiscretePoints
Get a set of points which discretely represent the overall curve.
(Overrides EllipsoidSurfaceCurve.GetDiscretePoints(Double).)
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from EllipsoidSurfaceCurve.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInterpolateUsingFraction
Provides the location of a point at the indicated portion along the curve.
(Overrides EllipsoidSurfaceCurve.InterpolateUsingFraction(Double).)
Public methodInterpolateUsingSurfaceDistance
Provides the location of a point at the indicated distance along the curve.
(Overrides EllipsoidSurfaceCurve.InterpolateUsingSurfaceDistance(Double).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also