GeographyBuilder Class
The builder for geography types.
Inheritance Hierarchy
System..::..Object
System.Spatial..::..GeographyChain
System.Spatial..::..GeographyBuilder
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustInherit Class GeographyBuilder _
Inherits GeographyChain _
Implements IGeographyProvider
'Usage
Dim instance As GeographyBuilder
public abstract class GeographyBuilder : GeographyChain,
IGeographyProvider
public ref class GeographyBuilder abstract : public GeographyChain,
IGeographyProvider
[<AbstractClassAttribute>]
type GeographyBuilder =
class
inherit GeographyChain
interface IGeographyProvider
end
public abstract class GeographyBuilder extends GeographyChain implements IGeographyProvider
The GeographyBuilder type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
GeographyBuilder | Creates a new instance of the GeographyBuilder class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
ConstructedGeography | Gets the geography object that was constructed. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
AddGeographicControlPoint | Draws a point in the specified coordinate. (Inherited from GeographyChain.) |
![]() |
BeginFigure | Begins drawing a figure. (Inherited from GeographyChain.) |
![]() |
BeginGeography | Begins drawing a spatial object. (Inherited from GeographyChain.) |
![]() ![]() |
Create | Creates the implementation of the builder. |
![]() |
EndFigure | Ends the current figure. (Inherited from GeographyChain.) |
![]() |
EndGeography | Ends the current spatial object. (Inherited from GeographyChain.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Reset | Sets up the pipeline for reuse. (Inherited from GeographyChain.) |
![]() |
SetCoordinateSystem | Sets the coordinate system. (Inherited from GeographyChain.) |
![]() |
ToString | (Inherited from Object.) |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
ProduceGeography |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)
.gif)
.gif)