ISpatial Interface

Represents the spatial interface.

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

Syntax

'Declaration
Public Interface ISpatial
'Usage
Dim instance As ISpatial
public interface ISpatial
public interface class ISpatial
type ISpatial =  interface end
public interface ISpatial

The ISpatial type exposes the following members.

Properties

  Name Description
Public property CoordinateSystem Gets the coordinate system.
Public property IsEmpty Gets a value that indicates whether the spatial type is empty.

Top

Extension Methods

  Name Description
Public Extension Method SendTo Allows the delegation of the call to the proper type (geography or Geometry). (Defined by SpatialTypeExtensions.)

Top

See Also

Reference

System.Spatial Namespace