Omaha #3706 Adding auto-generated python files to gain region lookup functionality by using regions.xml.

Change-Id: Ifee9297729b814983634d438bff355f6eddb0008

Former-commit-id: bbcb4f18bc [formerly da4f5de40f] [formerly caee4eba19] [formerly caee4eba19 [formerly 9bef0b91f8]] [formerly bbcb4f18bc [formerly da4f5de40f] [formerly caee4eba19] [formerly caee4eba19 [formerly 9bef0b91f8]] [formerly f8661bdb73 [formerly caee4eba19 [formerly 9bef0b91f8] [formerly f8661bdb73 [formerly 8c609041f3cabc11588d282b0a91b514a569073a]]]]]
Former-commit-id: f8661bdb73
Former-commit-id: 74f821f801 [formerly 7023892239] [formerly 58d4b90920] [formerly 2d2662bf41eed4368e7c7d55e3aac893976e75bc [formerly ca938621e5e22a7d3ede60b023930d1d80849b48] [formerly 58d4b90920 [formerly 153fdb982f]]]
Former-commit-id: 135fa050cdaf1c17766957b6a6d4351d5e4ea223 [formerly e436a49aa33b5a2de79281f279c0843d92c4a5ba] [formerly 869d81c170 [formerly d18cb00dc1]]
Former-commit-id: 869d81c170
Former-commit-id: fbd1a740f6
This commit is contained in:
Robert Blum 2014-10-07 17:11:44 -05:00
parent 1b1efa8e71
commit 35186d54e5
5 changed files with 129 additions and 0 deletions

View file

@ -21,6 +21,7 @@
# File auto-generated by PythonFileGenerator
__all__ = [
'events',
'gfe',
'grib',
'grid',

View file

@ -0,0 +1,27 @@
##
# This software was developed and / or modified by Raytheon Company,
# pursuant to Contract DG133W-05-CQ-1067 with the US Government.
#
# U.S. EXPORT CONTROLLED TECHNICAL DATA
# This software product contains export-restricted data whose
# export/transfer/disclosure is restricted by U.S. law. Dissemination
# to non-U.S. persons whether in the United States or abroad requires
# an export license or other authorization.
#
# Contractor Name: Raytheon Company
# Contractor Address: 6825 Pine Street, Suite 340
# Mail Stop B8
# Omaha, NE 68106
# 402.291.0100
#
# See the AWIPS II Master Rights File ("Master Rights File.pdf") for
# further licensing information.
##
# File auto-generated by PythonFileGenerator
__all__ = [
'hazards'
]

View file

@ -0,0 +1,27 @@
##
# This software was developed and / or modified by Raytheon Company,
# pursuant to Contract DG133W-05-CQ-1067 with the US Government.
#
# U.S. EXPORT CONTROLLED TECHNICAL DATA
# This software product contains export-restricted data whose
# export/transfer/disclosure is restricted by U.S. law. Dissemination
# to non-U.S. persons whether in the United States or abroad requires
# an export license or other authorization.
#
# Contractor Name: Raytheon Company
# Contractor Address: 6825 Pine Street, Suite 340
# Mail Stop B8
# Omaha, NE 68106
# 402.291.0100
#
# See the AWIPS II Master Rights File ("Master Rights File.pdf") for
# further licensing information.
##
# File auto-generated by PythonFileGenerator
__all__ = [
'requests'
]

View file

@ -0,0 +1,46 @@
##
# This software was developed and / or modified by Raytheon Company,
# pursuant to Contract DG133W-05-CQ-1067 with the US Government.
#
# U.S. EXPORT CONTROLLED TECHNICAL DATA
# This software product contains export-restricted data whose
# export/transfer/disclosure is restricted by U.S. law. Dissemination
# to non-U.S. persons whether in the United States or abroad requires
# an export license or other authorization.
#
# Contractor Name: Raytheon Company
# Contractor Address: 6825 Pine Street, Suite 340
# Mail Stop B8
# Omaha, NE 68106
# 402.291.0100
#
# See the AWIPS II Master Rights File ("Master Rights File.pdf") for
# further licensing information.
##
# File auto-generated against equivalent DynamicSerialize Java class
#
# SOFTWARE HISTORY
#
# Date Ticket# Engineer Description
# ------------ ---------- ----------- --------------------------
# Oct 08, 2014 reblum Generated
class RegionLookupRequest(object):
def __init__(self):
self.region = None
self.site = None
def getRegion(self):
return self.region
def setRegion(self, region):
self.region = region
def getSite(self):
return self.site
def setSite(self, site):
self.site = site

View file

@ -0,0 +1,28 @@
##
# This software was developed and / or modified by Raytheon Company,
# pursuant to Contract DG133W-05-CQ-1067 with the US Government.
#
# U.S. EXPORT CONTROLLED TECHNICAL DATA
# This software product contains export-restricted data whose
# export/transfer/disclosure is restricted by U.S. law. Dissemination
# to non-U.S. persons whether in the United States or abroad requires
# an export license or other authorization.
#
# Contractor Name: Raytheon Company
# Contractor Address: 6825 Pine Street, Suite 340
# Mail Stop B8
# Omaha, NE 68106
# 402.291.0100
#
# See the AWIPS II Master Rights File ("Master Rights File.pdf") for
# further licensing information.
##
# File auto-generated by PythonFileGenerator
__all__ = [
'RegionLookupRequest'
]
from RegionLookupRequest import RegionLookupRequest