Share via


GeographyPipeline Class

Definition

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.

Applies to