Method | Description | |
---|---|---|
Clone ( ) : |
Return a copy of this geometry
|
|
Distance ( 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.
|
|
Geometry ( int n ) : Geometry |
Returns an indexed geometry in the collection
|
|
GetBoundingBox ( ) : BoundingBox |
The minimum bounding box for this Geometry.
|
|
GetEnumerator ( ) : IEnumerator |
Gets an enumerator for enumerating the geometries in the GeometryCollection
|
|
IsEmpty ( ) : bool |
If true, then this Geometry represents the empty point set, Ø, for the coordinate space.
|
|
MultiLineString ( ) : System.Collections.Generic |
Initializes an instance of a MultiLineString
|
|
this ( int index ) : |
Returns an indexed geometry in the collection
|
public Distance ( Point point ) : double | ||
point | Point | Geometry to calculate distance to |
return | double |
public MultiLineString ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public this ( int index ) : |
||
index | int | Geometry index |
return |