GeographyOperationsExtensions Class

Represents the extension methods for the geography operations.

Inheritance Hierarchy

System.Object
  System.Spatial.GeographyOperationsExtensions

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

Syntax

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

The GeographyOperationsExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member Distance Determines the distance of the geography.

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