SpatialPipeline Class

Represents a link of a geospatial pipeline.

Inheritance Hierarchy

System.Object
  System.Spatial.SpatialPipeline
    System.Spatial.SpatialBuilder

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Class SpatialPipeline
'Usage
Dim instance As SpatialPipeline
public class SpatialPipeline
public ref class SpatialPipeline
type SpatialPipeline =  class end
public class SpatialPipeline

The SpatialPipeline type exposes the following members.

Constructors

  Name Description
Public method SpatialPipeline() Initializes a new instance of the SpatialPipeline class.
Public method SpatialPipeline(GeographyPipeline, GeometryPipeline) Initializes a new instance of the SpatialPipeline class.

Top

Properties

  Name Description
Public property GeographyPipeline Gets the geography side of the pipeline.
Public property GeometryPipeline Gets the geometry side of the pipeline.
Public property StartingLink Gets or sets the starting link.

Top

Methods

  Name Description
Public method ChainTo Adds the next pipeline.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Operators

  Name Description
Public operatorStatic member Implicit(SpatialPipeline to GeographyPipeline)
Public operatorStatic member Implicit(SpatialPipeline to GeometryPipeline)

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.

See Also

Reference

System.Spatial Namespace