PHP Class CrEOF\Spatial\Tests\PHP\Types\Geometry\PolygonTest

Author: Derek J. Lambert ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: creof/doctrine2-spatial

Public Methods

Method Description
testEmptyPolygon ( )
testJson ( )
testOpenPolygonRing ( ) Test Polygon with open ring
testRingPolygonFromObjectsGetLastRing ( )
testRingPolygonFromObjectsGetSingleRing ( )
testSolidPolygonFromArrayAddRings ( )
testSolidPolygonFromArraysGetRings ( )
testSolidPolygonFromArraysToString ( )
testSolidPolygonFromObjectsToArray ( )

Method Details

testEmptyPolygon() public method

public testEmptyPolygon ( )

testJson() public method

public testJson ( )

testOpenPolygonRing() public method

Test Polygon with open ring
public testOpenPolygonRing ( )

testRingPolygonFromObjectsGetLastRing() public method

testRingPolygonFromObjectsGetSingleRing() public method

testSolidPolygonFromArrayAddRings() public method

testSolidPolygonFromArraysGetRings() public method

testSolidPolygonFromArraysToString() public method

testSolidPolygonFromObjectsToArray() public method