SpatialTypeExtensions Class

Provides a place to add extension methods that work with ISpatial.

Inheritance Hierarchy

System.Object
  System.Spatial.SpatialTypeExtensions

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

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class SpatialTypeExtensions
'Usage
public static class SpatialTypeExtensions
[ExtensionAttribute]
public ref class SpatialTypeExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type SpatialTypeExtensions =  class end
public final class SpatialTypeExtensions

The SpatialTypeExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member SendTo Allows the delegation of the call to the proper type (geography or Geometry).

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