EllipsoidComplexSurfaceCurveGetDiscretePoints Method |
Get a set of points which discretely represent the overall curve.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override IList<Cartographic> GetDiscretePoints(
double granularity
)
Public Overrides Function GetDiscretePoints (
granularity As Double
) As IList(Of Cartographic)
public:
virtual IList<Cartographic>^ GetDiscretePoints(
double granularity
) override
abstract GetDiscretePoints :
granularity : float -> IList<Cartographic>
override GetDiscretePoints :
granularity : float -> IList<Cartographic>
Parameters
- granularity
- Type: SystemDouble
The maximum angular distance between the discrete points with respect to the center of
the Ellipsoid. A small granularity will yield a more precise representation
of the curve.
Return Value
Type:
IListCartographicA read only list of discrete planetodetic points which can approximate the overall curve as linear segments.
Exceptions See Also