Mapbender 3.0.6.1 API documenation
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Namespaces

  • FOM
    • CoreBundle
      • Component
      • DependencyInjection
      • Doctrine
        • Types
      • Form
        • DataTransformer
        • Type
    • ManagerBundle
      • Component
      • Configuration
      • Controller
      • DependencyInjection
        • Compiler
      • Form
        • Type
      • Routing
    • UserBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
        • Factory
      • Entity
      • EventListener
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Firewall
  • Mapbender
    • Component
    • CoreBundle
      • Asset
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
          • Application
      • DependencyInjection
        • Compiler
      • Element
        • DataTransformer
        • EventListener
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
      • Tests
        • Controller
      • Utils
      • Validator
        • Constraints
    • DataSourceBundle
      • Component
        • Drivers
          • Interfaces
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Extension
      • Tests
    • DigitizerBundle
      • Component
      • Element
        • Type
      • Entity
      • Utils
    • DrupalIntegrationBundle
      • DependencyInjection
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Factory
        • Firewall
        • User
      • Session
    • KmlBundle
      • Element
    • ManagerBundle
      • Component
        • Exception
      • Controller
      • Form
        • DataTransformer
        • Type
      • Template
    • MobileBundle
      • DependencyInjection
      • Template
    • PrintBundle
      • Component
      • Element
        • Type
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • Type
      • Tests
        • Component
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • DataTransformer
        • EventListener
        • Type
      • Entity
      • Event
      • Form
        • DataTransformer
        • EventListener
        • Type
  • None
  • OwsProxy3
    • CoreBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Entity
      • Event
      • EventListener
      • Worker
  • PHP

Classes

  • DataStoreServiceTest
  • FeaturesTest
  • FeatureTypeTest
  • SymfonyTest

Class FeatureTypeTest

Class FeatureTypeTest

Symfony\Bundle\FrameworkBundle\Test\WebTestCase
Extended by Mapbender\DataSourceBundle\Tests\SymfonyTest
Extended by 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

Methods summary

public
# setUp( )
public
# testGeometries( )

Test save and recognize geometries

Test save and recognize geometries

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
#

Properties inherited from Mapbender\DataSourceBundle\Tests\SymfonyTest

$client, $container

Mapbender 3.0.6.1 API documenation API documentation generated by ApiGen 2.8.0