Esempio n. 1
0
 def __init__(self, name="uniformdb"):
   """
   Constructor.
   """
   SpatialDBObj.__init__(self, name)
   from pyre.units import parser
   self.parser = parser()
   return
Esempio n. 2
0
  def __init__(self, name="userfunctiondb"):
    """
    Constructor.
    """
    SpatialDBObj.__init__(self, name)

    # This data member should be initialized in derived classes.
    #
    # self.functions = [(name, pointer_to_queryfn, units)]
    self.functions = []
    return
Esempio n. 3
0
 def __init__(self, name="compositedb"):
   """
   Constructor.
   """
   SpatialDBObj.__init__(self, name)
   return
Esempio n. 4
0
 def __init__(self, name="simpledb"):
   """
   Constructor.
   """
   SpatialDBObj.__init__(self, name)
   return
Esempio n. 5
0
 def __init__(self, name="compositedb"):
     """
 Constructor.
 """
     SpatialDBObj.__init__(self, name)
     return
Esempio n. 6
0
 def __init__(self, name="gravityfield"):
     """
 Constructor.
 """
     SpatialDBObj.__init__(self, name)
     return
Esempio n. 7
0
 def __init__(self, name="simpledb"):
     """
 Constructor.
 """
     SpatialDBObj.__init__(self, name)
     return
Esempio n. 8
0
 def __init__(self, name="sceccvmh"):
   """
   Constructor.
   """
   SpatialDBObj.__init__(self, name)
   return
Esempio n. 9
0
 def __init__(self, name="gravityfield"):
   """
   Constructor.
   """
   SpatialDBObj.__init__(self, name)
   return
Esempio n. 10
0
 def __init__(self, name="sceccvmh"):
     """
 Constructor.
 """
     SpatialDBObj.__init__(self, name)
     return