SpatialOperations Class

Represents a class responsible for knowing how to perform operations for a particular implementation of Spatial types.

Inheritance Hierarchy

System.Object
  System.Spatial.SpatialOperations

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public MustInherit Class SpatialOperations
'Usage
Dim instance As SpatialOperations
public abstract class SpatialOperations
public ref class SpatialOperations abstract
[<AbstractClassAttribute>]
type SpatialOperations =  class end
public abstract class SpatialOperations

The SpatialOperations type exposes the following members.

Constructors

  Name Description
Protected method SpatialOperations Initializes a new instance of the SpatialOperations class.

Top

Methods

  Name Description
Public method Distance(Geography, Geography) Indicates a Geography Distance.
Public method Distance(Geometry, Geometry) Indicates the Geometry Distance.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

System.Spatial Namespace