Click or drag to resize

EllipsoidSurfaceRegionBuilder Class

Creates an EllipsoidSurfaceRegion or EllipsoidSurfaceRegionHole based upon the set properties.
Inheritance Hierarchy

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract class EllipsoidSurfaceRegionBuilder : IGetEllipsoidSurfaceRegion, 
	IGetEllipsoidSurfaceRegionHole

The EllipsoidSurfaceRegionBuilder type exposes the following members.

Constructors
  NameDescription
Protected methodEllipsoidSurfaceRegionBuilder
Initializes a new instance.
Protected methodEllipsoidSurfaceRegionBuilder(Ellipsoid)
Initializes a new instance with the specified ellipsoid.
Protected methodEllipsoidSurfaceRegionBuilder(Ellipsoid, Double)
Initializes a new instance with the specified ellipsoid and border granularity.
Top
Properties
  NameDescription
Public propertyGranularity
Gets or sets the granularity of the EllipsoidSurfaceRegion's borders. By default this is π / 360.0.
Public propertyHoles
Gets EllipsoidSurfaceRegionBuilders that describe the holes in the produced surface region.
Public propertyReferenceSurface
Gets or sets the Ellipsoid upon which the surface region will be defined.
Top
Methods
  NameDescription
Protected methodBuildHole
A method that constructs an EllipsoidSurfaceRegionHole based upon the builder's configuration.
Protected methodBuildRegion
A method that constructs an EllipsoidSurfaceRegion based upon the builder's configuration.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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.)
Protected methodGetCentroid
Computes the centroid of the input points.
Protected methodStatic memberGetClosedPoints
Closes a set of input points by checking the final point. If the final point is equal to the initial point, the set of points is returned. If not, then the initial point is added to the end of the list of points.
Public methodGetEllipsoidSurfaceRegion
Public methodGetEllipsoidSurfaceRegionHole
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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