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

  • CSSColorParser
  • ImageExportService
  • OdgParser
  • PDF_Extensions
  • PrintService

Class OdgParser

Class OdgParser

Namespace: Mapbender\PrintBundle\Component
Located at Mapbender/PrintBundle/Component/OdgParser.php

Methods summary

public
# __construct( mixed $container )

OdgParser constructor.

OdgParser constructor.

Parameters

$container
public string
# getMapSize( mixed $template )

Get map geometry size as JSON object

Get map geometry size as JSON object

Parameters

$template

Returns

string
JSON object {width: n, height: n}
public array
# getConf( mixed $template )

Get print configuration

Get print configuration

Parameters

$template

Returns

array
array
public static mixed
# parseNodeAttribute( DOMElement $node, string $xPath, mixed $defaultValue = '' )

Parse node attribute

Parse node attribute

Parameters

$node
$xPath
$defaultValue

Returns

mixed
mixed
public static mixed
# parseNumericNodeAttribute( DOMElement $node, string $xPath, mixed $defaultValue = 0 )

Parse float node attribute

Parse float node attribute

Parameters

$node
$xPath
$defaultValue

Returns

mixed
mixed
public static array
# parseShape( mixed $customShape )

Parse shape parameters

Parse shape parameters

Parameters

$customShape

Returns

array
array

Magic methods summary

Constants summary

string DEFAULT_ORIENTATION

Default orientation

Default orientation

#'landscape'
string DEFAULT_FONT_NAME

Default font name

Default font name

#'Arial'
string DEFAULT_FONT_COLOR

Default font color

Default font color

#'#000000'
string DEFAULT_FONT_SIZE

Default font size

Default font size

#'10pt'

Properties summary

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