C# Class Azavea.Open.DAO.PostgreSQL.Tests.DaoGeometryTests

Datei anzeigen Open project: azavea/net-dao-postgresql

Public Methods

Method Description
MakeLine ( int x, int y ) : LineClass
MakePoint ( int x, int y ) : PointClass
MakePoly ( int x, int y ) : PolyClass

Private Methods

Method Description
SetUp ( ) : void
SetupLines ( ) : void
SetupPoints ( ) : void
SetupPolys ( ) : void
TestBatchInsert ( ) : void
TestGetAllLines ( ) : void
TestGetAllPoints ( ) : void
TestGetAllPolys ( ) : void
TestGetContainedBy ( ) : void
TestGetIntersects ( ) : void
TestGetMultipleCriteria ( ) : void

Method Details

MakeLine() public method

public MakeLine ( int x, int y ) : LineClass
x int
y int
return LineClass

MakePoint() public method

public MakePoint ( int x, int y ) : PointClass
x int
y int
return PointClass

MakePoly() public method

public MakePoly ( int x, int y ) : PolyClass
x int
y int
return PolyClass