GeographyPipeline Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the pipeline of geography.
public abstract class GeographyPipeline
type GeographyPipeline = class
Public MustInherit Class GeographyPipeline
- Inheritance
-
GeographyPipeline
Constructors
GeographyPipeline() |
Methods
BeginFigure(GeographyPosition) |
Begins drawing a figure. |
BeginGeography(SpatialType) |
Begins drawing a spatial object. |
EndFigure() |
Ends the current figure. |
EndGeography() |
Ends the current spatial object. |
LineTo(GeographyPosition) |
Draws a point in the specified coordinate. |
Reset() |
Resets the pipeline. |
SetCoordinateSystem(CoordinateSystem) |
Sets the coordinate system. |