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

Class BaseServiceHandler

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

CONF_CONTACT_PERSON_PRIMARY

Value:
[['contactperson', 'ContactPerson', str], ['contactorganization', 'Con\
tactOrganization', str]]

CONF_CONTACT_ADDRESS

Value:
[['addresstype', 'AddressType', str], ['address', 'Address', str], ['c\
ity', 'City', str], ['stateorprovince', 'StateOrProvince', str], ['pos\
tcode', 'PostCode', str], ['country', 'Country', str]]

CONF_CONTACT

Value:
[['contactposition', 'ContactPosition', str], ['contactvoicetelephone'\
, 'ContactVoiceTelephone', str], ['contactelectronicmailaddress', 'Con\
tactElectronicMailAddress', str]]