C# Class RosReestrImp.Geometry.TPoint

Внутренний формат для представления геометрии - точки
Inheritance: RosReestrImp.Geometry.TGeometry
Mostrar archivo Open project: triroakenshield/RosReestrImpLib Class Usage Examples

Public Properties

Property Type Description
Coord RosReestrImp.Geometry.MyPoint
Type string

Public Methods

Method Description
GetGeometryType ( ) : GeometryType

Тип геометрии, всегда возвращает - TGeometry.GeometryType.Point

GetMBR ( ) : RosReestrImp.Geometry.TMBR
GetXYArray ( ) : double[]
GetZArray ( ) : double[]
IsEmpty ( ) : bool
IsValid ( ) : bool
TPoint ( double nX, double nY )

Создание 2D точки (Z = 0)

TPoint ( double nX, double nY, double nZ )

Создание 3D точки

ToShortWKT2D ( ) : string
ToWKT2D ( ) : string

Получение геометрии в виде wkt-строки (2D) - POINT(X Y)

Method Details

GetGeometryType() public method

Тип геометрии, всегда возвращает - TGeometry.GeometryType.Point
public GetGeometryType ( ) : GeometryType
return GeometryType

GetMBR() public method

public GetMBR ( ) : RosReestrImp.Geometry.TMBR
return RosReestrImp.Geometry.TMBR

GetXYArray() public method

public GetXYArray ( ) : double[]
return double[]

GetZArray() public method

public GetZArray ( ) : double[]
return double[]

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

IsValid() public method

public IsValid ( ) : bool
return bool

TPoint() public method

Создание 2D точки (Z = 0)
public TPoint ( double nX, double nY )
nX double Координата X
nY double Координата Y

TPoint() public method

Создание 3D точки
public TPoint ( double nX, double nY, double nZ )
nX double Координата X
nY double Координата Y
nZ double Координата Z

ToShortWKT2D() public method

public ToShortWKT2D ( ) : string
return string

ToWKT2D() public method

Получение геометрии в виде wkt-строки (2D) - POINT(X Y)
public ToWKT2D ( ) : string
return string

Property Details

Coord public_oe property

Координаты точки (MyPoint)
public MyPoint,RosReestrImp.Geometry Coord
return RosReestrImp.Geometry.MyPoint

Type public_oe static_oe property

Имя типа
public static string Type
return string