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
Protected method GeographyBuilder Creates a new instance of the GeographyBuilder class.

Top

Properties

  Name Description
Public property ConstructedGeography Gets the geography object that was constructed.

Top

Methods

  Name Description
Public method AddGeographicControlPoint Draws a point in the specified coordinate. (Inherited from GeographyChain.)
Public method BeginFigure Begins drawing a figure. (Inherited from GeographyChain.)
Public method BeginGeography Begins drawing a spatial object. (Inherited from GeographyChain.)
Public methodStatic member Create Creates the implementation of the builder.
Public method EndFigure Ends the current figure. (Inherited from GeographyChain.)
Public method EndGeography Ends the current spatial object. (Inherited from GeographyChain.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Reset Sets up the pipeline for reuse. (Inherited from GeographyChain.)
Public method SetCoordinateSystem Sets the coordinate system. (Inherited from GeographyChain.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event 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.

See Also

Reference

System.Spatial Namespace