C# Класс Mapsui.Geometries.MultiPolygon

A MultiPolygon is a MultiSurface whose elements are Polygons.
Наследование: GeometryCollection
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Clone ( ) : MultiPolygon

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

Returns an indexed geometry in the collection

GetBoundingBox ( ) : BoundingBox

Returns the bounding box of the object

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.

MultiPolygon ( ) : System

Instantiates a MultiPolygon

this ( int index ) : Polygon

Returns an indexed geometry in the collection

Описание методов

Clone() публичный Метод

Return a copy of this geometry
public Clone ( ) : MultiPolygon
Результат MultiPolygon

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 ( System.Point point ) : double
point System.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() публичный Метод

Returns the bounding box of the object
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

MultiPolygon() публичный Метод

Instantiates a MultiPolygon
public MultiPolygon ( ) : System
Результат System

this() публичный Метод

Returns an indexed geometry in the collection
public this ( int index ) : Polygon
index int Geometry index
Результат Polygon