Click or drag to resize

SpecifiedExtentEllipsoidSurfaceRegionBuilder Class

An EllipsoidSurfaceRegionBuilder that builds a surface region based upon an input CartographicExtent.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.GeometryEllipsoidSurfaceRegionBuilder
    AGI.Foundation.GeometrySpecifiedExtentEllipsoidSurfaceRegionBuilder

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class SpecifiedExtentEllipsoidSurfaceRegionBuilder : EllipsoidSurfaceRegionBuilder

The SpecifiedExtentEllipsoidSurfaceRegionBuilder type exposes the following members.

Constructors
  NameDescription
Public methodSpecifiedExtentEllipsoidSurfaceRegionBuilder
Initializes an instance of the builder. The default granularity, π / 360.0, is used.
Public methodSpecifiedExtentEllipsoidSurfaceRegionBuilder(CartographicExtent)
Initializes an instance of the builder with the input extent. The default granularity, π / 360.0, is used.
Public methodSpecifiedExtentEllipsoidSurfaceRegionBuilder(Ellipsoid, CartographicExtent)
Initializes an instance of the builder with the input extent. The default granularity, π / 360.0, is used.
Public methodSpecifiedExtentEllipsoidSurfaceRegionBuilder(Ellipsoid, Double, CartographicExtent)
Initializes an instance of the builder with the input extent.
Top
Properties
  NameDescription
Public propertyExtent
Gets or sets the CartographicExtent that specifies the surface region.
Public propertyGranularity
Gets or sets the granularity of the EllipsoidSurfaceRegion's borders. By default this is π / 360.0.
(Inherited from EllipsoidSurfaceRegionBuilder.)
Public propertyHoles
Gets EllipsoidSurfaceRegionBuilders that describe the holes in the produced surface region.
(Inherited from EllipsoidSurfaceRegionBuilder.)
Public propertyReferenceSurface
Gets or sets the Ellipsoid upon which the surface region will be defined.
(Inherited from EllipsoidSurfaceRegionBuilder.)
Top
Methods
  NameDescription
Protected methodBuildHole
A method that constructs an EllipsoidSurfaceRegionHole based upon the builder's configuration.
(Overrides EllipsoidSurfaceRegionBuilderBuildHole.)
Protected methodBuildRegion
A method that constructs an EllipsoidSurfaceRegion based upon the builder's configuration.
(Overrides EllipsoidSurfaceRegionBuilderBuildRegion(IListEllipsoidSurfaceRegionHole).)
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.
(Inherited from EllipsoidSurfaceRegionBuilder.)
Public methodGetEllipsoidSurfaceRegion (Inherited from EllipsoidSurfaceRegionBuilder.)
Public methodGetEllipsoidSurfaceRegionHole (Inherited from EllipsoidSurfaceRegionBuilder.)
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