C# Класс Spatial4n.Core.Shapes.MultiShape

Наследование: Shape
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Equals ( object o ) : bool
GetArea ( SpatialContext ctx ) : double
GetBoundingBox ( ) : Rectangle
GetCenter ( ) : System.Point
GetHashCode ( ) : int
HasArea ( ) : bool
MultiShape ( IEnumerable geoms, SpatialContext ctx ) : System

WARNING: geoms is copied by reference.

Relate ( Shape other ) : SpatialRelation

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

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

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

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

public GetArea ( SpatialContext ctx ) : double
ctx Spatial4n.Core.Context.SpatialContext
Результат double

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

public GetBoundingBox ( ) : Rectangle
Результат Rectangle

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

public GetCenter ( ) : System.Point
Результат System.Point

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

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

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

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

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

WARNING: geoms is copied by reference.
public MultiShape ( IEnumerable geoms, SpatialContext ctx ) : System
geoms IEnumerable
ctx Spatial4n.Core.Context.SpatialContext
Результат System

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

public Relate ( Shape other ) : SpatialRelation
other Shape
Результат SpatialRelation