C# Class DataInterop.LineString

Inheritance: GeoJSONObject, IGeometryObject
ファイルを表示 Open project: DigitalGlobe/DGConnect-ESRI Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsClosed ( ) : bool

Determines whether this instance has its first and last coordinate at the same position and thereby is closed.

IsLinearRing ( ) : bool

Determines whether this LineString is a LinearRing.

LineString ( IEnumerable coordinates ) : System

Initializes a new instance of the LineString class.

operator ( ) : bool

Protected Methods

Method Description
Equals ( LineString other ) : bool
LineString ( ) : System

Method Details

Equals() protected method

protected Equals ( LineString other ) : bool
other LineString
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsClosed() public method

Determines whether this instance has its first and last coordinate at the same position and thereby is closed.
public IsClosed ( ) : bool
return bool

IsLinearRing() public method

Determines whether this LineString is a LinearRing.
public IsLinearRing ( ) : bool
return bool

LineString() protected method

protected LineString ( ) : System
return System

LineString() public method

Initializes a new instance of the LineString class.
public LineString ( IEnumerable coordinates ) : System
coordinates IEnumerable The coordinates.
return System

operator() public static method

public static operator ( ) : bool
return bool