Overview

Namespaces

  • api
  • config
  • database
  • None
  • PHP
  • Slim
    • Exception
    • Http
    • Middleware
  • utiliy

Classes

  • Api
  • PisApi
  • PssApi
  • SpsApi
  • Overview
  • Namespace
  • Class
  • Tree

Class SpsApi

This class provides some spezial SpsAPI methods

Slim\Slim
Extended by api\Api
Extended by api\SpsApi
Namespace: api
Author: stubbfel
Since: 20.06.2013
Located at api/SpsApi.php
Methods summary
public
# __construct( array[assoc] $headers = array() )

Constructor

Constructor

Parameters

$headers
array[assoc]
$headers - RequestHeader

Overrides

api\Api::__construct()
public
# __destruct( )

Default-DeConstructor

Default-DeConstructor

Overrides

api\Api::__destruct()
public querry
# sendSpsAliasQuery( array $queryArgs )

Method start a sps-query(alias)

Method start a sps-query(alias)

Parameters

$queryArgs
array
$queryArgs

Returns

querry
result as xml
public querry
# sendSpsCoordinateQuery( array $queryArgs )

Method start a sps-query(Coordinates)

Method start a sps-query(Coordinates)

Parameters

$queryArgs
array
$queryArgs

Returns

querry
result as xml
Methods inherited from api\Api
connect()
Methods inherited from Slim\Slim
add(), applyHook(), autoload(), call(), callErrorHandler(), cleanBuffer(), clearHooks(), config(), configureMode(), contentType(), defaultError(), defaultNotFound(), delete(), deleteCookie(), environment(), error(), etag(), expires(), flash(), flashKeep(), flashNow(), generateTemplateMarkup(), get(), getCookie(), getDefaultSettings(), getEncryptedCookie(), getHooks(), getInstance(), getLog(), getMode(), getName(), halt(), handleErrors(), hook(), lastModified(), map(), mapRoute(), notFound(), options(), pass(), post(), put(), redirect(), registerAutoloader(), render(), request(), response(), root(), router(), run(), setCookie(), setEncryptedCookie(), setName(), status(), stop(), urlFor(), view()
Constants inherited from Slim\Slim
VERSION
Properties summary
public static string $routeParameterAlias "/alias/:alias"
#

Route string for the alias paramter

Route string for the alias paramter

public static string $routeParameterDomain "(/domain/:domain)"
#

Route string for the domain paramter

Route string for the domain paramter

public static string $routeParameterRange "(/range/:range)"
#

Route string for the range paramter

Route string for the range paramter

public static string $routeParameterLongitude "/longitude/:longitude"
#

Route string for the Longitude paramter

Route string for the Longitude paramter

public static string $routeParameterLatitude "/latitude/:latitude"
#

Route string for the latitude paramter

Route string for the latitude paramter

public static string $keyAlias "alias"
#

Keyword for alias arguments

Keyword for alias arguments

public static string $keyDomain "domain"
#

Keyword for domain arguments

Keyword for domain arguments

public static string $keyPoly "poly"
#

Keyword for polygon arguments

Keyword for polygon arguments

public static string $keyLong "longitude"
#

Keyword for longitude arguments

Keyword for longitude arguments

public static string $keyLat "latitude"
#

Keyword for latitude arguments

Keyword for latitude arguments

public static string $keyRange "range"
#

Keyword for range arguments

Keyword for range arguments

Properties inherited from api\Api
$contentypeJson, $contentypeXML, $serialManager, $sqlManager
Properties inherited from Slim\Slim
$apps, $environment, $error, $hooks, $middleware, $mode, $name, $notFound, $request, $response, $router, $settings, $view
GeoApi API documentation generated by ApiGen 2.8.0