Package mapnik :: Package ogcserver :: Module common :: Class BaseServiceHandler

Class BaseServiceHandler

Known Subclasses:

Instance Methods
 
processParameters(self, requestname, params)
 
processServiceCapabilities(self, capetree)
Class Variables
  CONF_CONTACT_PERSON_PRIMARY = [['contactperson', 'ContactPerso...
  CONF_CONTACT_ADDRESS = [['addresstype', 'AddressType', <type '...
  CONF_CONTACT = [['contactposition', 'ContactPosition', <type '...
Class Variable Details

CONF_CONTACT_PERSON_PRIMARY

Value:
[['contactperson', 'ContactPerson', <type 'str'>],
 ['contactorganization', 'ContactOrganization', <type 'str'>]]

CONF_CONTACT_ADDRESS

Value:
[['addresstype', 'AddressType', <type 'str'>],
 ['address', 'Address', <type 'str'>],
 ['city', 'City', <type 'str'>],
 ['stateorprovince', 'StateOrProvince', <type 'str'>],
 ['postcode', 'PostCode', <type 'str'>],
 ['country', 'Country', <type 'str'>]]

CONF_CONTACT

Value:
[['contactposition', 'ContactPosition', <type 'str'>],
 ['contactvoicetelephone', 'ContactVoiceTelephone', <type 'str'>],
 ['contactelectronicmailaddress',
  'ContactElectronicMailAddress',
  <type 'str'>]]