Share via


SpatialOperations Class

Definition

Class responsible for knowing how to perform operations for a particular implementation of Spatial types

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

Constructors

SpatialOperations()

Methods

Distance(Geography, Geography)

Indicates a Geography Distance.

Distance(Geometry, Geometry)

Indicates the Geometry Distance.

Intersects(Geography, Geography)

Indicates a Geography Intersects() method.

Intersects(Geometry, Geometry)

Indicates the Geometry Intersects() method.

Length(Geography)

Indicates a Geography LineString's length.

Length(Geometry)

Indicates the Geometry LineString's length.

Applies to