Revert "Set/get methods for envelope in GetGeometryDataRequest.py"

This reverts commit 336b8d1623.
This commit is contained in:
Michael James 2018-10-14 16:21:59 -06:00
parent 69aa0a28c7
commit 817f9ccd9b

View file

@ -1,3 +1,6 @@
##
##
# File auto-generated against equivalent DynamicSerialize Java class
# and then modified post-generation to make it sub class
# AbstractDataAccessRequest.
@ -7,11 +10,11 @@
# Date Ticket# Engineer Description
# ------------ ---------- ----------- --------------------------
# 05/28/13 #2023 dgilling Initial Creation.
# 10/14/18 mjames@ucar Set/get methods for envelope
#
#
from dynamicserialize.dstypes.com.raytheon.uf.common.dataaccess.request import AbstractDataAccessRequest
from dynamicserialize.dstypes.com.raytheon.uf.common.dataaccess.request import AbstractDataAccessRequest
class GetGeometryDataRequest(AbstractDataAccessRequest):
@ -19,13 +22,6 @@ class GetGeometryDataRequest(AbstractDataAccessRequest):
super(GetGeometryDataRequest, self).__init__()
self.requestedTimes = None
self.requestedPeriod = None
self.envelope = None
def getEnvelope(self):
return self.envelope
def setEnvelope(self, envelope):
self.envelope = envelope
def getRequestedTimes(self):
return self.requestedTimes