C# Class Mapsui.Geometries.MultiLineString

A MultiLineString is a MultiCurve whose elements are LineStrings.
Inheritance: GeometryCollection
Afficher le fichier Open project: pauldendulk/Mapsui Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : MultiLineString

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 ) : LineString

Returns an indexed geometry in the collection

Method Details

Clone() public méthode

Return a copy of this geometry
public Clone ( ) : MultiLineString
Résultat MultiLineString

Distance() public méthode

Returns the shortest distance between any two points in the two geometries as calculated in the spatial reference system of this Geometry.
public Distance ( Point point ) : double
point Point Geometry to calculate distance to
Résultat double

Geometry() public méthode

Returns an indexed geometry in the collection
public Geometry ( int n ) : Geometry
n int Geometry index
Résultat Geometry

GetBoundingBox() public méthode

The minimum bounding box for this Geometry.
public GetBoundingBox ( ) : BoundingBox
Résultat BoundingBox

GetEnumerator() public méthode

Gets an enumerator for enumerating the geometries in the GeometryCollection
public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IsEmpty() public méthode

If true, then this Geometry represents the empty point set, Ø, for the coordinate space.
public IsEmpty ( ) : bool
Résultat bool

MultiLineString() public méthode

Initializes an instance of a MultiLineString
public MultiLineString ( ) : System.Collections.Generic
Résultat System.Collections.Generic

this() public méthode

Returns an indexed geometry in the collection
public this ( int index ) : LineString
index int Geometry index
Résultat LineString