Share via


SpatialPipeline Class

Definition

One link of a geospatial pipeline

public class SpatialPipeline
type SpatialPipeline = class
Public Class SpatialPipeline
Inheritance
SpatialPipeline
Derived

Constructors

SpatialPipeline()

Initializes a new instance of the SpatialPipeline class.

SpatialPipeline(GeographyPipeline, GeometryPipeline)

Initializes a new instance of the SpatialPipeline class.

Properties

GeographyPipeline

Gets the geography side of the pipeline.

GeometryPipeline

Gets the geometry side of the pipeline.

StartingLink

Gets or sets the starting link.

Methods

ChainTo(SpatialPipeline)

Adds the next pipeline.

Operators

Implicit(SpatialPipeline to GeographyPipeline)

Performs an implicit conversion from SpatialPipeline to GeographyPipeline.

Implicit(SpatialPipeline to GeometryPipeline)

Performs an implicit conversion from SpatialPipeline to GeometryPipeline.

Applies to