Exemplo n.º 1
0
 def __init__(self, name="uniformdb"):
   """
   Constructor.
   """
   SpatialDBObj.__init__(self, name)
   from pyre.units import parser
   self.parser = parser()
   return
Exemplo 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
Exemplo n.º 3
0
 def __init__(self, name="compositedb"):
   """
   Constructor.
   """
   SpatialDBObj.__init__(self, name)
   return
Exemplo n.º 4
0
 def __init__(self, name="simpledb"):
   """
   Constructor.
   """
   SpatialDBObj.__init__(self, name)
   return
Exemplo n.º 5
0
 def __init__(self, name="compositedb"):
     """
 Constructor.
 """
     SpatialDBObj.__init__(self, name)
     return
Exemplo n.º 6
0
 def __init__(self, name="gravityfield"):
     """
 Constructor.
 """
     SpatialDBObj.__init__(self, name)
     return
Exemplo n.º 7
0
 def __init__(self, name="simpledb"):
     """
 Constructor.
 """
     SpatialDBObj.__init__(self, name)
     return
Exemplo n.º 8
0
 def __init__(self, name="sceccvmh"):
   """
   Constructor.
   """
   SpatialDBObj.__init__(self, name)
   return
Exemplo n.º 9
0
 def __init__(self, name="gravityfield"):
   """
   Constructor.
   """
   SpatialDBObj.__init__(self, name)
   return
Exemplo n.º 10
0
 def __init__(self, name="sceccvmh"):
     """
 Constructor.
 """
     SpatialDBObj.__init__(self, name)
     return