C# Class Spatial4n.Core.Shapes.Nts.NtsPoint

Wraps a {@link com.vividsolutions.jts.geom.Point}.
Inheritance: System.Point
Afficher le fichier Open project: synhershko/Spatial4n

Méthodes publiques

Méthode Description
Equals ( Object o ) : bool
GetArea ( SpatialContext ctx ) : double
GetBoundingBox ( ) : Rectangle
GetCenter ( ) : System.Point
GetGeom ( ) : IPoint
GetHashCode ( ) : int
GetX ( ) : double
GetY ( ) : double
HasArea ( ) : bool
NtsPoint ( IPoint pointGeom, SpatialContext ctx ) : System

A simple constructor without normalization / validation.

Relate ( Shape other ) : SpatialRelation
Reset ( double x, double y ) : void
ToString ( ) : String

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

GetGeom() public méthode

public GetGeom ( ) : IPoint
Résultat IPoint

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetX() public méthode

public GetX ( ) : double
Résultat double

GetY() public méthode

public GetY ( ) : double
Résultat double

HasArea() public méthode

public HasArea ( ) : bool
Résultat bool

NtsPoint() public méthode

A simple constructor without normalization / validation.
public NtsPoint ( IPoint pointGeom, SpatialContext ctx ) : System
pointGeom IPoint
ctx Spatial4n.Core.Context.SpatialContext
Résultat System

Relate() public méthode

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

Reset() public méthode

public Reset ( double x, double y ) : void
x double
y double
Résultat void

ToString() public méthode

public ToString ( ) : String
Résultat String