Share via


GeometrySurface Class

Definition

Represents a geometry surface.

public abstract class GeometrySurface : Microsoft.Spatial.Geometry
type GeometrySurface = class
    inherit Geometry
Public MustInherit Class GeometrySurface
Inherits Geometry
Inheritance
GeometrySurface
Derived

Properties

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)

Methods

SendTo(GeometryPipeline)

Sends the current spatial object to the given pipeline.

(Inherited from Geometry)

Extension Methods

Distance(Geometry, Geometry)

Determines the distance of the geometry.

Intersects(Geometry, Geometry)

Determines if geometry point and polygon will intersect.

Length(Geometry)

Determines the Length of the geometry LineString.

SendTo(ISpatial, SpatialPipeline)

Allows the delegation of the call to the proper type (geography or Geometry).

Applies to