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 | |
---|---|---|
SpatialPipeline() | Initializes a new instance of the SpatialPipeline class. | |
SpatialPipeline(GeographyPipeline, GeometryPipeline) | Initializes a new instance of the SpatialPipeline class. |
Top
Properties
Name | Description | |
---|---|---|
GeographyPipeline | Gets the geography side of the pipeline. | |
GeometryPipeline | Gets the geometry side of the pipeline. | |
StartingLink | Gets or sets the starting link. |
Top
Methods
Name | Description | |
---|---|---|
ChainTo | Adds the next pipeline. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
Implicit(SpatialPipeline to GeographyPipeline) | ||
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.