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

Afficher le fichier Open project: azavea/net-dao-postgresql

Méthodes publiques

Méthode Description
MakeLine ( int x, int y ) : LineClass
MakePoint ( int x, int y ) : PointClass
MakePoly ( int x, int y ) : PolyClass

Private Methods

Méthode 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 méthode

public MakeLine ( int x, int y ) : LineClass
x int
y int
Résultat LineClass

MakePoint() public méthode

public MakePoint ( int x, int y ) : PointClass
x int
y int
Résultat PointClass

MakePoly() public méthode

public MakePoly ( int x, int y ) : PolyClass
x int
y int
Résultat PolyClass