EllipsoidSurfaceCurve Class |
Namespace: AGI.Foundation.Geometry.Shapes
The EllipsoidSurfaceCurve type exposes the following members.
| Name | Description | |
|---|---|---|
| EllipsoidSurfaceCurve | Initializes a new instance. |
| Name | Description | |
|---|---|---|
| Ellipsoid |
Gets the ellipsoid reference surface on which the curve lies.
| |
| FinalPoint |
Gets the final planetodetic point on the path.
| |
| InitialPoint |
Gets the initial planetodetic point on the path.
| |
| SurfaceDistance |
Gets the total distance along the curve to the location of the final point.
|
| Name | Description | |
|---|---|---|
| ComputeCartographicExtent |
Computes the cartographic bounding box which completely contains the surface curve.
| |
| ComputeHashCode |
Computes the hash code for this curve.
| |
| ComputeIntersection |
Computes the nearest intersection (if any) between two EllipsoidSurfaceCurves.
| |
| Equals(EllipsoidSurfaceCurve) | Indicates whether the current object is equal to another object of the same type. | |
| Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ObjectEquals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FindClosestPointOnCurve(Cartographic) |
Finds the closest point on the curve from the input point.
| |
| FindClosestPointOnCurve(Cartographic, Double) |
Finds the closest point on the curve from the input point.
| |
| GetDiscretePoints |
Get a set of points which represent the curve discretely based on a given granularity.
| |
| GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InterpolateUsingFraction |
Provides the location of a point at the indicated portion along the curve.
| |
| InterpolateUsingSurfaceDistance |
Provides the location of a point at the indicated distance along the curve.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |