C# Class Spatial4n.Core.Shapes.MultiShape

Inheritance: Shape
Afficher le fichier Open project: synhershko/Spatial4n Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetArea() public méthode

public GetArea ( SpatialContext ctx ) : double
ctx Spatial4n.Core.Context.SpatialContext
Résultat double

GetBoundingBox() public méthode

public GetBoundingBox ( ) : Rectangle
Résultat Rectangle

GetCenter() public méthode

public GetCenter ( ) : System.Point
Résultat System.Point

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

HasArea() public méthode

public HasArea ( ) : bool
Résultat bool

MultiShape() public méthode

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

Relate() public méthode

public Relate ( Shape other ) : SpatialRelation
other Shape
Résultat SpatialRelation