Class FeatureTypeTest
Class FeatureTypeTest
- Symfony\Bundle\FrameworkBundle\Test\WebTestCase
-
Mapbender\DataSourceBundle\Tests\SymfonyTest
-
Mapbender\DataSourceBundle\Tests\FeatureTypeTest
Namespace: Mapbender\DataSourceBundle\Tests
Package: Mapbender\DigitizerBundle\Tests
Author: Andriy Oblivantsev <eslider@gmail.com>
Located at data-source/Tests/FeatureTypeTest.php
Package: Mapbender\DigitizerBundle\Tests
Author: Andriy Oblivantsev <eslider@gmail.com>
Located at data-source/Tests/FeatureTypeTest.php
Methods summary
public
|
|
public
|
Methods inherited from Mapbender\DataSourceBundle\Tests\SymfonyTest
get()
,
getClassConfiguration()
,
getClient()
,
getConfiguration()
,
getParameter()
,
setUpBeforeClass()
Magic methods summary
Constants summary
boolean |
REMOVE_TEST_TABLES
|
# false |
string |
WKT_POINT
|
# "POINT(0 0)" |
string |
WKT_LINESTRING
|
# "LINESTRING(0 0,1 1,1 2)" |
string |
WKT_POLYGON
|
# "POLYGON((0 0,4 0,4 4,0 4,0 0),(1 1, 2 1, 2 2, 1 2,1 1))" |
string |
WKT_MULTIPOINT
|
# "MULTIPOINT(0 0,1 2)" |
string |
WKT_MULTILINESTRING
|
# "MULTILINESTRING((0 0,1 1,1 2),(2 3,3 2,5 4))" |
string |
WKT_MULTIPOLYGON
|
# "MULTIPOLYGON(((0 0,4 0,4 4,0 4,0 0),(1 1,2 1,2 2,1 2,1 1)), ((-1 -1,-1 -2,-2 -2,-2 -1,-1 -1)))" |
string |
WKT_GEOMETRYCOLLECTION
|
# "GEOMETRYCOLLECTION(POINT(2 3),LINESTRING(2 3,3 4))" |
string |
WKT_MULTIPOINTM
|
# "MULTIPOINTM(0 0 0,1 2 1)" |
string |
WKT_GEOMETRYCOLLECTIONM
|
# "GEOMETRYCOLLECTIONM( POINTM(2 3 9), LINESTRINGM(2 3 4, 3 4 5) )" |
string |
WKT_MULTICURVE
|
# "MULTICURVE( (0 0, 5 5), CIRCULARSTRING(4 0, 4 4, 8 4) )( (0 0, 5 5), CIRCULARSTRING(4 0, 4 4, 8 4) )" |
string |
WKT_POLYHEDRALSURFACE
|
# "POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0
0 0)), ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 1)) )" |
string |
WKT_TRIANGLE
|
# "TRIANGLE ((0 0, 0 9, 9 0, 0 0))" |
string |
WKT_TIN
|
# "TIN( ((0 0 0, 0 0 1, 0 1 0, 0 0 0)), ((0 0 0, 0 1 0, 1 1 0, 0 0 0)) )" |
string |
WKT_CIRCULARSTRING
|
# "CIRCULARSTRING(0 0, 1 1, 1 0)" |
string |
WKT_COMPOUNDCURVE
|
# "COMPOUNDCURVE(CIRCULARSTRING(0 0, 1 1, 1 0),(1 0, 0 1))" |
string |
WKT_CURVEPOLYGON
|
# "CURVEPOLYGON(CIRCULARSTRING(0 0, 4 0, 4 4, 0 4, 0 0),(1 1, 3 3, 3 1, 1 1))" |
string |
WKT_MULTISURFACE
|
# "MULTISURFACE(CURVEPOLYGON(CIRCULARSTRING(0 0, 4 0, 4 4, 0 4, 0 0),(1 1, 3 3, 3 1, 1 1)),((10 10, 14 12, 11 10,
10 10),(11 11, 11.5 11, 11 11.5, 11 11)))" |
Properties summary
protected
mixed
|
$configuration
|