SpatialPipeline 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.
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. |