SpatialImplementation Class
Represents a class responsible for knowing how to create the Geography and Geometry builders for a particular implementation of Spatial types.
Inheritance Hierarchy
System.Object
System.Spatial.SpatialImplementation
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustInherit Class SpatialImplementation
'Usage
Dim instance As SpatialImplementation
public abstract class SpatialImplementation
public ref class SpatialImplementation abstract
[<AbstractClassAttribute>]
type SpatialImplementation = class end
public abstract class SpatialImplementation
The SpatialImplementation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SpatialImplementation | Initializes a new instance of the SpatialImplementation class. |
Top
Properties
Name | Description | |
---|---|---|
CurrentImplementation | Returns an instance of SpatialImplementation that is currently being used. | |
Operations | Gets or sets the Spatial operations implementation. |
Top
Methods
Name | Description | |
---|---|---|
CreateBuilder | Creates a SpatialBuilder for this implementation. | |
CreateGeoJsonObjectFormatter | Creates a Formatter for Json Object. | |
CreateGmlFormatter | Creates a GmlFormatter for this implementation. | |
CreateValidator | Creates a spatial Validator. | |
CreateWellKnownTextSqlFormatter() | Creates a WellKnownTextSqlFormatter for this implementation. | |
CreateWellKnownTextSqlFormatter(Boolean) | Creates a WellKnownTextSqlFormatter for this implementation. | |
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
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.