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 | |
---|---|---|
SpatialOperations | Initializes a new instance of the SpatialOperations class. |
Top
Methods
Name | Description | |
---|---|---|
Distance(Geography, Geography) | Indicates a Geography Distance. | |
Distance(Geometry, Geometry) | Indicates the Geometry Distance. | |
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.