GeographyPipeline Class

Represents the pipeline of geography.

Inheritance Hierarchy

System.Object
  System.Spatial.GeographyPipeline

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public MustInherit Class GeographyPipeline
'Usage
Dim instance As GeographyPipeline
public abstract class GeographyPipeline
public ref class GeographyPipeline abstract
[<AbstractClassAttribute>]
type GeographyPipeline =  class end
public abstract class GeographyPipeline

The GeographyPipeline type exposes the following members.

Constructors

  Name Description
Protected method GeographyPipeline Initializes a new instance of the GeographyPipeline class.

Top

Methods

  Name Description
Public method BeginFigure Begins drawing a figure.
Public method BeginGeography Begins drawing a spatial object.
Public method EndFigure Ends the current figure.
Public method EndGeography Ends the current spatial object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method LineTo Draws a point in the specified coordinate.
Protected method MemberwiseClone (Inherited from Object.)
Public method Reset Resets the pipeline.
Public method SetCoordinateSystem Sets the coordinate system.
Public method ToString (Inherited from Object.)

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