C# 클래스 Mapsui.Geometries.MultiLineString

A MultiLineString is a MultiCurve whose elements are LineStrings.
상속: GeometryCollection
파일 보기 프로젝트 열기: pauldendulk/Mapsui 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Clone() 공개 메소드

Return a copy of this geometry
public Clone ( ) : MultiLineString
리턴 MultiLineString

Distance() 공개 메소드

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
리턴 double

Geometry() 공개 메소드

Returns an indexed geometry in the collection
public Geometry ( int n ) : Geometry
n int Geometry index
리턴 Geometry

GetBoundingBox() 공개 메소드

The minimum bounding box for this Geometry.
public GetBoundingBox ( ) : BoundingBox
리턴 BoundingBox

GetEnumerator() 공개 메소드

Gets an enumerator for enumerating the geometries in the GeometryCollection
public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IsEmpty() 공개 메소드

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

MultiLineString() 공개 메소드

Initializes an instance of a MultiLineString
public MultiLineString ( ) : System.Collections.Generic
리턴 System.Collections.Generic

this() 공개 메소드

Returns an indexed geometry in the collection
public this ( int index ) : LineString
index int Geometry index
리턴 LineString