Method | Description | |
---|---|---|
Clone ( ) : |
Return a copy of this geometry
|
|
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.
|
|
Geometry ( int n ) : System.Point |
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.
|
|
MultiPoint ( ) : System |
Initializes a new MultiPoint collection
|
|
MultiPoint ( IEnumerable |
Initializes a new MultiPoint collection
|
|
this ( int n ) : System.Point |
Gets the n'th point in the MultiPoint collection
|
public Distance ( System.Point point ) : double | ||
point | System.Point | Geometry to calculate distance to |
return | double |
public Geometry ( int n ) : System.Point | ||
n | int | Geometry index |
return | System.Point |
public MultiPoint ( IEnumerable |
||
points | IEnumerable |
|
return | System |
public this ( int n ) : System.Point | ||
n | int | Index in collection |
return | System.Point |