Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
CoordinateSystem | Gets the coordinate system. |
![]() |
IsEmpty | Gets a value that indicates whether the spatial type is empty. |
Top
Extension Methods
Name | Description | |
---|---|---|
![]() |
SendTo | Allows the delegation of the call to the proper type (geography or Geometry). (Defined by SpatialTypeExtensions.) |
Top