Mapbender 3.0.6.2 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

  • Application
  • ApplicationYAMLMapper
  • BoundingBox
  • Element
  • EntityHandler
  • InstanceConfiguration
  • InstanceConfigurationOptions
  • KeywordUpdater
  • MapbenderBundle
  • ProxyService
  • SecurityContext
  • Signer
  • Size
  • SourceEntityHandler
  • SourceInstanceEntityHandler
  • SourceInstanceItemEntityHandler
  • SourceItemEntityHandler
  • SourceMetadata
  • SQLSearchEngine
  • StateHandler
  • Template
  • Utils
  • XmlValidator

Interfaces

  • ContainingKeyword
  • ExtendedCollection
  • SearchEngine

Class SQLSearchEngine

Class SQLSearchEngine

Namespace: Mapbender\CoreBundle\Component
Package: Mapbender\CoreBundle\Component
Deprecated: and will be removed in 3.0.7 release
Located at Mapbender/CoreBundle/Component/SQLSearchEngine.php

Methods summary

public
# __construct( Symfony\Component\DependencyInjection\ContainerInterface $container )

SQLSearchEngine constructor.

SQLSearchEngine constructor.

Parameters

$container
public array
# autocomplete( array $config, String $key, String $value, Object $properties, String $srs, array $extent )

SQL Autocomplete method

SQL Autocomplete method

Parameters

$config
Search configuration
$key
Autocomplete field nme
$value
Autocomplete value
$properties
All form values
$srs
Current map SRS
$extent
Current map extent

Returns

array
Autocomplete suggestions

Todo

Make like search configurable (exact, left, right, both)
Make case invariant configurable
Limit results
public array
# search( array $config, array $data, string $srs, array $extent )

Actual SQL search method

Actual SQL search method

Parameters

$config
Search configuration
$data
Form data
$srs
Search extent SRS
$extent
Search extent

Returns

array
Search results

Todo

Make like search configurable (exact, left, right, both)
Make case invariant configurable
Paging
protected Doctrine\DBAL\Connection
# getConnection( mixed $config )

Parameters

$config

Returns

Doctrine\DBAL\Connection
$connection

Magic methods summary

Properties summary

protected Symfony\Component\DependencyInjection\ContainerInterface $container
#
Mapbender 3.0.6.2 API documenation API documentation generated by ApiGen 2.8.0