GeographyMultiLineString Class

Represents the multi-line string of geography.

Inheritance Hierarchy

System.Object
  System.Spatial.Geography
    System.Spatial.GeographyCollection
      System.Spatial.GeographyMultiCurve
        System.Spatial.GeographyMultiLineString

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

Syntax

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

The GeographyMultiLineString type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property CoordinateSystem Gets the coordinate system of the geography. (Inherited from Geography.)
Public property Geographies Gets the collection of geographies. (Inherited from GeographyCollection.)
Public property IsEmpty Gets a value that indicates whether the geography is empty. (Inherited from Geography.)
Public property LineStrings Gets the line strings.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether this instance and the specified object have the same value. (Overrides GeographyCollection.Equals(Object).)
Public method Equals(GeographyCollection) Determines whether this instance and another specified geography instance have the same value. (Inherited from GeographyCollection.)
Public method Equals(GeographyMultiLineString) Determines whether this instance and another specified geography instance have the same value.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Gets the hash code. (Overrides GeographyCollection.GetHashCode().)
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 Distance Determines the distance of the geography. (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