C# Класс DataInterop.Polygon

Defines the Polygon type. Coordinates of a Polygon are a list of linear rings coordinate arrays. The first element in the array represents the exterior ring. Any subsequent elements represent interior rings (or holes).
Наследование: GeoJSONObject, IGeometryObject
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Equals ( object obj ) : bool
GetHashCode ( ) : int
Polygon ( List coordinates ) : System

Initializes a new instance of the Polygon class.

operator ( ) : bool

Защищенные методы

Метод Описание
Equals ( Polygon other ) : bool

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

Equals() защищенный Метод

protected Equals ( Polygon other ) : bool
other Polygon
Результат bool

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

public Equals ( object obj ) : bool
obj object
Результат bool

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

public GetHashCode ( ) : int
Результат int

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

Initializes a new instance of the Polygon class.
public Polygon ( List coordinates ) : System
coordinates List /// The linear rings with the first element /// in the array representing the exterior ring. Any subsequent elements represent interior rings (or holes). ///
Результат System

operator() публичный статический Метод

public static operator ( ) : bool
Результат bool