GeographicFullGlobe Class
Inheritance Hierarchy
System..::..Object
System.Spatial..::..Geography
System.Spatial..::..GeographicSurface
System.Spatial..::..GeographicFullGlobe
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustInherit Class GeographicFullGlobe _
Inherits GeographicSurface
'Usage
Dim instance As GeographicFullGlobe
public abstract class GeographicFullGlobe : GeographicSurface
public ref class GeographicFullGlobe abstract : public GeographicSurface
[<AbstractClassAttribute>]
type GeographicFullGlobe =
class
inherit GeographicSurface
end
public abstract class GeographicFullGlobe extends GeographicSurface
The GeographicFullGlobe type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
GeographicFullGlobe | Initializes a new instance of the GeographicFullGlobe class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
CoordinateSystem | The SRID of this instance of geography. (Inherited from Geography.) |
![]() |
IsEmpty | The is geography empty reference. (Inherited from Geography.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
CopyFrom | The copy initializer. (Inherited from Geography.) |
![]() |
Equals(Object) | Determines whether this instance and another specified geography instance have the same value. (Inherited from Geography.) |
![]() |
Equals(Geography) | Determines whether this instance and another specified geography instance have the same value. (Inherited from Geography.) |
![]() |
Equals(Geography, SpatialEquality) | (Inherited from Geography.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode() () () () | Computes the hash code for this geography instance. (Inherited from Geography.) |
![]() |
GetHashCode(SpatialEquality) | Computes the hash code for this geography instance using the given spatial equality instance. (Inherited from Geography.) |
![]() |
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 | |
|---|---|---|
![]() |
Area | The geographic area. (Defined by GeographyOperationsExtensions.) |
![]() |
Boundary | The geographic boundary. (Defined by GeographyOperationsExtensions.) |
![]() |
Buffer | The geographic buffer. (Defined by GeographyOperationsExtensions.) |
![]() |
Centroid | The geographic centroid. (Defined by GeographyOperationsExtensions.) |
![]() |
Contains | The geographic contains. (Defined by GeographyOperationsExtensions.) |
![]() |
ConvexHull | The geographic convex hull. (Defined by GeographyOperationsExtensions.) |
![]() |
Crosses | The geographic crosses. (Defined by GeographyOperationsExtensions.) |
![]() |
Difference | The geographic difference. (Defined by GeographyOperationsExtensions.) |
![]() |
Distance | The geographic distance. (Defined by GeographyOperationsExtensions.) |
![]() |
Envelope | The geographic envelope. (Defined by GeographyOperationsExtensions.) |
![]() |
GeographicEquals | The geographic equals. (Defined by GeographyOperationsExtensions.) |
![]() |
GetBounds | The geographic get bounds. (Defined by GeographyOperationsExtensions.) |
![]() |
Intersection | The geographic intersection. (Defined by GeographyOperationsExtensions.) |
![]() |
Intersects | The geographic intersects. (Defined by GeographyOperationsExtensions.) |
![]() |
IsSimple | The geographic is simple. (Defined by GeographyOperationsExtensions.) |
![]() |
IsValid | The geographic is valid. (Defined by GeographyOperationsExtensions.) |
![]() |
MakeValid | The geographic make valid. (Defined by GeographyOperationsExtensions.) |
![]() |
Overlaps | The geographic overlaps. (Defined by GeographyOperationsExtensions.) |
![]() |
PointOnSurface | The geographic point on surface. (Defined by GeographyOperationsExtensions.) |
![]() |
Reduce | The geographic reduce. (Defined by GeographyOperationsExtensions.) |
![]() |
SymmetricDifference | The geographic symmetric difference. (Defined by GeographyOperationsExtensions.) |
![]() |
Touches | The geographic touches. (Defined by GeographyOperationsExtensions.) |
![]() |
Union | The geographic union. (Defined by GeographyOperationsExtensions.) |
![]() |
Within | The geographic within. (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.
.gif)
.gif)
.gif)
.gif)