SpatialBuilder Class
Creates a geometry or geography instances from spatial data pipelines.
Inheritance Hierarchy
System.Object
System.Spatial.SpatialPipeline
System.Spatial.SpatialBuilder
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Class SpatialBuilder _
Inherits SpatialPipeline _
Implements IShapeProvider, IGeographyProvider, IGeometryProvider
'Usage
Dim instance As SpatialBuilder
public class SpatialBuilder : SpatialPipeline,
IShapeProvider, IGeographyProvider, IGeometryProvider
public ref class SpatialBuilder : public SpatialPipeline,
IShapeProvider, IGeographyProvider, IGeometryProvider
type SpatialBuilder =
class
inherit SpatialPipeline
interface IShapeProvider
interface IGeographyProvider
interface IGeometryProvider
end
public class SpatialBuilder extends SpatialPipeline implements IShapeProvider, IGeographyProvider, IGeometryProvider
The SpatialBuilder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SpatialBuilder | Initializes a new instance of the SpatialBuilder class. |
Top
Properties
Name | Description | |
---|---|---|
ConstructedGeography | Gets the geography object that was constructed most recently. | |
ConstructedGeometry | Gets the geometry object that was constructed most recently. | |
GeographyPipeline | Gets the geography side of the pipeline. (Inherited from SpatialPipeline.) | |
GeometryPipeline | Gets the geometry side of the pipeline. (Inherited from SpatialPipeline.) | |
StartingLink | Gets or sets the starting link. (Inherited from SpatialPipeline.) |
Top
Methods
Name | Description | |
---|---|---|
ChainTo | Adds the next pipeline. (Inherited from SpatialPipeline.) | |
Create | Creates an implementation of the builder. | |
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
Events
Name | Description | |
---|---|---|
ProduceGeography | Fires when the provider constructs geography object. | |
ProduceGeometry | Fires when the provider constructs geometry object. |
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.