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 | |
---|---|---|
GeographyPipeline | Initializes a new instance of the GeographyPipeline class. |
Top
Methods
Name | Description | |
---|---|---|
BeginFigure | Begins drawing a figure. | |
BeginGeography | Begins drawing a spatial object. | |
EndFigure | Ends the current figure. | |
EndGeography | Ends the current spatial object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LineTo | Draws a point in the specified coordinate. | |
MemberwiseClone | (Inherited from Object.) | |
Reset | Resets the pipeline. | |
SetCoordinateSystem | Sets the coordinate system. | |
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.