C# Класс Spatial4n.Core.Shapes.Nts.NtsPoint

Wraps a {@link com.vividsolutions.jts.geom.Point}.
Наследование: System.Point
Показать файл Открыть проект

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

Метод Описание
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

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

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

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

public GetGeom ( ) : IPoint
Результат IPoint

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

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

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

public GetX ( ) : double
Результат double

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

public GetY ( ) : double
Результат double

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

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

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

A simple constructor without normalization / validation.
public NtsPoint ( IPoint pointGeom, SpatialContext ctx ) : System
pointGeom IPoint
ctx Spatial4n.Core.Context.SpatialContext
Результат System

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

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

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

public Reset ( double x, double y ) : void
x double
y double
Результат void

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

public ToString ( ) : String
Результат String