def __init__(self, name="uniformvelmodel"):
   """
   Constructor. This function is called automatically when the Python
   UniformVelModel object is created.
   """
   SpatialDBObj.__init__(self, name)
   return
示例#2
0
 def __init__(self, name="uniformvelmodel"):
     """
     Constructor. This function is called automatically when the Python
     UniformVelModel object is created.
     """
     SpatialDBObj.__init__(self, name)
     return
 def __init__(self, name="cencalvmdb"):
     """
 Constructor.
 """
     SpatialDBObj.__init__(self, name)
     return