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 a geometry surface.
Inheritance Hierarchy
System.Object
System.Spatial.Geometry
System.Spatial.GeometrySurface
System.Spatial.GeometryPolygon
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustInherit Class GeometrySurface _
Inherits Geometry
'Usage
Dim instance As GeometrySurface
public abstract class GeometrySurface : Geometry
public ref class GeometrySurface abstract : public Geometry
[<AbstractClassAttribute>]
type GeometrySurface =
class
inherit Geometry
end
public abstract class GeometrySurface extends Geometry
The GeometrySurface type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CoordinateSystem | Gets the SRID of this instance of geometry. (Inherited from Geometry.) |
![]() |
IsEmpty | Gets a value that indicates whether geometry is empty. (Inherited from Geometry.) |
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 Geometry.) |
![]() |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
![]() |
Distance | Determines the distance of the geometry. (Defined by GeometryOperationsExtensions.) |
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.