GeographicLineString Class

A geographic line string consisting of an array of geo points.

Inheritance Hierarchy

System..::..Object
  System.Spatial..::..Geography
    System.Spatial..::..GeographicCurve
      System.Spatial..::..GeographicLineString

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

Syntax

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

The GeographicLineString type exposes the following members.

Constructors

  Name Description
Protected method GeographicLineString Creates a new instance of the GeographicLineString class.

Top

Properties

  Name Description
Public property CoordinateSystem The SRID of this instance of geography. (Inherited from Geography.)
Public property IsEmpty The is geography empty reference. (Inherited from Geography.)
Public property Points The point list.

Top

Methods

  Name Description
Protected method CopyFrom The copy initializer. (Inherited from Geography.)
Public method Equals(Object) Determines whether this instance and another specified geography instance have the same value. (Inherited from Geography.)
Public method Equals(Geography) Determines whether this instance and another specified geography instance have the same value. (Inherited from Geography.)
Public method Equals(Geography, SpatialEquality) (Inherited from Geography.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode() () () () Computes the hash code for this geography instance. (Inherited from Geography.)
Public method GetHashCode(SpatialEquality) Computes the hash code for this geography instance using the given spatial equality instance. (Inherited from Geography.)
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 Geography.)
Public method ToString (Inherited from Object.)

Top

Extension Methods

  Name Description
Public Extension Method Boundary The geographic boundary. (Defined by GeographyOperationsExtensions.)
Public Extension Method Buffer The geographic buffer. (Defined by GeographyOperationsExtensions.)
Public Extension Method Contains The geographic contains. (Defined by GeographyOperationsExtensions.)
Public Extension Method ConvexHull The geographic convex hull. (Defined by GeographyOperationsExtensions.)
Public Extension Method Crosses The geographic crosses. (Defined by GeographyOperationsExtensions.)
Public Extension Method Difference The geographic difference. (Defined by GeographyOperationsExtensions.)
Public Extension Method Distance The geographic distance. (Defined by GeographyOperationsExtensions.)
Public Extension Method Envelope The geographic envelope. (Defined by GeographyOperationsExtensions.)
Public Extension Method GeographicEquals The geographic equals. (Defined by GeographyOperationsExtensions.)
Public Extension Method GetBounds The geographic get bounds. (Defined by GeographyOperationsExtensions.)
Public Extension Method Intersection The geographic intersection. (Defined by GeographyOperationsExtensions.)
Public Extension Method Intersects The geographic intersects. (Defined by GeographyOperationsExtensions.)
Public Extension Method IsSimple The geographic is simple. (Defined by GeographyOperationsExtensions.)
Public Extension Method IsValid The geographic is valid. (Defined by GeographyOperationsExtensions.)
Public Extension Method Length The geographic length. (Defined by GeographyOperationsExtensions.)
Public Extension Method MakeValid The geographic make valid. (Defined by GeographyOperationsExtensions.)
Public Extension Method Overlaps The geographic overlaps. (Defined by GeographyOperationsExtensions.)
Public Extension Method Reduce The geographic reduce. (Defined by GeographyOperationsExtensions.)
Public Extension Method SymmetricDifference The geographic symmetric difference. (Defined by GeographyOperationsExtensions.)
Public Extension Method Touches The geographic touches. (Defined by GeographyOperationsExtensions.)
Public Extension Method Union The geographic union. (Defined by GeographyOperationsExtensions.)
Public Extension Method 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.

See Also

Reference

System.Spatial Namespace