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 | |
|---|---|---|
![]() |
GeographicLineString | Creates a new instance of the GeographicLineString class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
CoordinateSystem | The SRID of this instance of geography. (Inherited from Geography.) |
![]() |
IsEmpty | The is geography empty reference. (Inherited from Geography.) |
![]() |
Points | The point list. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
CopyFrom | The copy initializer. (Inherited from Geography.) |
![]() |
Equals(Object) | Determines whether this instance and another specified geography instance have the same value. (Inherited from Geography.) |
![]() |
Equals(Geography) | Determines whether this instance and another specified geography instance have the same value. (Inherited from Geography.) |
![]() |
Equals(Geography, SpatialEquality) | (Inherited from Geography.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode() () () () | Computes the hash code for this geography instance. (Inherited from Geography.) |
![]() |
GetHashCode(SpatialEquality) | Computes the hash code for this geography instance using the given spatial equality instance. (Inherited from Geography.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SendTo | Sends the current spatial object to the given pipeline. (Inherited from Geography.) |
![]() |
ToString | (Inherited from Object.) |
Top
Extension Methods
| Name | Description | |
|---|---|---|
![]() |
Boundary | The geographic boundary. (Defined by GeographyOperationsExtensions.) |
![]() |
Buffer | The geographic buffer. (Defined by GeographyOperationsExtensions.) |
![]() |
Contains | The geographic contains. (Defined by GeographyOperationsExtensions.) |
![]() |
ConvexHull | The geographic convex hull. (Defined by GeographyOperationsExtensions.) |
![]() |
Crosses | The geographic crosses. (Defined by GeographyOperationsExtensions.) |
![]() |
Difference | The geographic difference. (Defined by GeographyOperationsExtensions.) |
![]() |
Distance | The geographic distance. (Defined by GeographyOperationsExtensions.) |
![]() |
Envelope | The geographic envelope. (Defined by GeographyOperationsExtensions.) |
![]() |
GeographicEquals | The geographic equals. (Defined by GeographyOperationsExtensions.) |
![]() |
GetBounds | The geographic get bounds. (Defined by GeographyOperationsExtensions.) |
![]() |
Intersection | The geographic intersection. (Defined by GeographyOperationsExtensions.) |
![]() |
Intersects | The geographic intersects. (Defined by GeographyOperationsExtensions.) |
![]() |
IsSimple | The geographic is simple. (Defined by GeographyOperationsExtensions.) |
![]() |
IsValid | The geographic is valid. (Defined by GeographyOperationsExtensions.) |
![]() |
Length | The geographic length. (Defined by GeographyOperationsExtensions.) |
![]() |
MakeValid | The geographic make valid. (Defined by GeographyOperationsExtensions.) |
![]() |
Overlaps | The geographic overlaps. (Defined by GeographyOperationsExtensions.) |
![]() |
Reduce | The geographic reduce. (Defined by GeographyOperationsExtensions.) |
![]() |
SymmetricDifference | The geographic symmetric difference. (Defined by GeographyOperationsExtensions.) |
![]() |
Touches | The geographic touches. (Defined by GeographyOperationsExtensions.) |
![]() |
Union | The geographic union. (Defined by GeographyOperationsExtensions.) |
![]() |
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.
.gif)
.gif)
.gif)
.gif)