C# Class Spatial4n.Core.Shapes.MultiShape

Inheritance: Shape
Exibir arquivo Open project: synhershko/Spatial4n Class Usage Examples

Public Methods

Method Description
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

Method Details

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetArea() public method

public GetArea ( SpatialContext ctx ) : double
ctx Spatial4n.Core.Context.SpatialContext
return double

GetBoundingBox() public method

public GetBoundingBox ( ) : Rectangle
return Rectangle

GetCenter() public method

public GetCenter ( ) : System.Point
return System.Point

GetHashCode() public method

public GetHashCode ( ) : int
return int

HasArea() public method

public HasArea ( ) : bool
return bool

MultiShape() public method

WARNING: geoms is copied by reference.
public MultiShape ( IEnumerable geoms, SpatialContext ctx ) : System
geoms IEnumerable
ctx Spatial4n.Core.Context.SpatialContext
return System

Relate() public method

public Relate ( Shape other ) : SpatialRelation
other Shape
return SpatialRelation