GeographySurface Class
Represents the geography surface.
Inheritance Hierarchy
System.Object
System.Spatial.Geography
System.Spatial.GeographySurface
System.Spatial.GeographyFullGlobe
System.Spatial.GeographyPolygon
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustInherit Class GeographySurface _
Inherits Geography
'Usage
Dim instance As GeographySurface
public abstract class GeographySurface : Geography
public ref class GeographySurface abstract : public Geography
[<AbstractClassAttribute>]
type GeographySurface =
class
inherit Geography
end
public abstract class GeographySurface extends Geography
The GeographySurface type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GeographySurface | Initializes a new instance of the GeographySurface class. |
Top
Properties
Name | Description | |
---|---|---|
CoordinateSystem | Gets the coordinate system of the geography. (Inherited from Geography.) | |
IsEmpty | Gets a value that indicates whether the geography is empty. (Inherited from Geography.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SendTo | Sends the current spatial object to the given pipeline. (Inherited from Geography.) | |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
Distance | Determines the distance of the geography. (Defined by GeographyOperationsExtensions.) |
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.