Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the geometry multi-line string.
Inheritance Hierarchy
System.Object
System.Spatial.Geometry
System.Spatial.GeometryCollection
System.Spatial.GeometryMultiCurve
System.Spatial.GeometryMultiLineString
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustInherit Class GeometryMultiLineString _
Inherits GeometryMultiCurve
'Usage
Dim instance As GeometryMultiLineString
public abstract class GeometryMultiLineString : GeometryMultiCurve
public ref class GeometryMultiLineString abstract : public GeometryMultiCurve
[<AbstractClassAttribute>]
type GeometryMultiLineString =
class
inherit GeometryMultiCurve
end
public abstract class GeometryMultiLineString extends GeometryMultiCurve
The GeometryMultiLineString type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
GeometryMultiLineString | Initializes a new instance of the GeometryMultiLineString class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
CoordinateSystem | Gets the SRID of this instance of geometry. (Inherited from Geometry.) |
![]() |
Geometries | Gets the geometry instances in this collection. (Inherited from GeometryCollection.) |
![]() |
IsEmpty | Gets a value that indicates whether geometry is empty. (Inherited from Geometry.) |
![]() |
LineStrings | Gets a collection of line strings. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals(Object) | Determines whether this instance and the specified object have the same value. (Overrides GeometryCollection.Equals(Object).) |
![]() |
Equals(GeometryCollection) | Determines whether this instance and another specified geometry instance have the same value. (Inherited from GeometryCollection.) |
![]() |
Equals(GeometryMultiLineString) | Determines whether this instance and another specified geometry instance have the same value. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Gets the hash code. (Overrides GeometryCollection.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SendTo | Sends the current spatial object to the given pipeline. (Inherited from Geometry.) |
![]() |
ToString | (Inherited from Object.) |
Top
Extension Methods
| Name | Description | |
|---|---|---|
![]() |
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.
.gif)
.gif)
.gif)
.gif)