Method | Description | |
---|---|---|
Clone ( ) : |
Return a copy of this geometry
|
|
Contains ( System.Point point ) : bool | ||
Distance ( System.Point point ) : double |
Returns the shortest distance between any two points in the two geometries as calculated in the spatial reference system of this Geometry.
|
|
Equals ( |
Checks whether this instance is spatially equal to the LineString 'l'
|
|
GetBoundingBox ( ) : BoundingBox |
The minimum bounding box for this Geometry.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
|
|
IsEmpty ( ) : bool |
If true, then this Geometry represents the empty point set, Ø, for the coordinate space.
|
|
IsSimple ( ) : bool |
Returns 'true' if this Geometry has no anomalous geometric points, such as self intersection or self tangency. The description of each instantiable geometric class will include the specific conditions that cause an instance of that class to be classified as not simple.
|
|
LineString ( ) : System |
Initializes an instance of a LineString
|
|
LineString ( IEnumerable |
Initializes an instance of a LineString from a set of vertices
|
|
LineString ( IEnumerable |
Initializes an instance of a LineString
|
|
Point ( int n ) : System.Point |
Returns the specified point N in this Linestring. This method is supplied as part of the OpenGIS Simple Features Specification |
public Contains ( System.Point point ) : bool | ||
point | System.Point | |
return | bool |
public Distance ( System.Point point ) : double | ||
point | System.Point | Geometry to calculate distance to |
return | double |
public Equals ( |
||
lineString | LineString to compare to | |
return | bool |
public LineString ( IEnumerable |
||
vertices | IEnumerable |
|
return | System |
public LineString ( IEnumerable |
||
points | IEnumerable |
|
return | System |