C# Класс Azavea.Open.DAO.PostgreSQL.Tests.DaoGeometryTests

Показать файл Открыть проект

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

Метод Описание
MakeLine ( int x, int y ) : LineClass
MakePoint ( int x, int y ) : PointClass
MakePoly ( int x, int y ) : PolyClass

Приватные методы

Метод Описание
SetUp ( ) : void
SetupLines ( ) : void
SetupPoints ( ) : void
SetupPolys ( ) : void
TestBatchInsert ( ) : void
TestGetAllLines ( ) : void
TestGetAllPoints ( ) : void
TestGetAllPolys ( ) : void
TestGetContainedBy ( ) : void
TestGetIntersects ( ) : void
TestGetMultipleCriteria ( ) : void

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

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

public MakeLine ( int x, int y ) : LineClass
x int
y int
Результат LineClass

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

public MakePoint ( int x, int y ) : PointClass
x int
y int
Результат PointClass

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

public MakePoly ( int x, int y ) : PolyClass
x int
y int
Результат PolyClass