SpatialOperations Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |