GeometrySurface Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a geometry surface.
public abstract class GeometrySurface : Microsoft.Spatial.Geometry
type GeometrySurface = class
inherit Geometry
Public MustInherit Class GeometrySurface
Inherits Geometry
- Inheritance
- 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). |