Share via


SpatialImplementation Class

Definition

Class responsible for knowing how to create the Geography and Geometry builders for a particular implementation of Spatial types

public abstract class SpatialImplementation
type SpatialImplementation = class
Public MustInherit Class SpatialImplementation
Inheritance
SpatialImplementation

Constructors

SpatialImplementation()

Properties

CurrentImplementation

Returns an instance of SpatialImplementation that is currently being used.

Operations

Gets or sets the Spatial operations implementation.

Methods

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.

Applies to