GeometryCurve Class

Represents the geometry curve.

Inheritance Hierarchy

System.Object
  System.Spatial.Geometry
    System.Spatial.GeometryCurve
      System.Spatial.GeometryLineString

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public MustInherit Class GeometryCurve _
    Inherits Geometry
'Usage
Dim instance As GeometryCurve
public abstract class GeometryCurve : Geometry
public ref class GeometryCurve abstract : public Geometry
[<AbstractClassAttribute>]
type GeometryCurve =  
    class 
        inherit Geometry 
    end
public abstract class GeometryCurve extends Geometry

The GeometryCurve type exposes the following members.

Constructors

  Name Description
Protected method GeometryCurve Initializes a new instance of the GeometryCurve class.

Top

Properties

  Name Description
Public property CoordinateSystem Gets the SRID of this instance of geometry. (Inherited from Geometry.)
Public property IsEmpty Gets a value that indicates whether geometry is empty. (Inherited from Geometry.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SendTo Sends the current spatial object to the given pipeline. (Inherited from Geometry.)
Public method ToString (Inherited from Object.)

Top

Extension Methods

  Name Description
Public Extension Method 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.

See Also

Reference

System.Spatial Namespace