maptek.vulcan.mapio

Proxy of C++ mapio class.


General

class

maptek.vulcan.mapio (* args, **kwargs )
 

Bases

maptek.vulcan.db_common
 
open (mapio self, std::string const & name, std::string const mode, std::string const env, std::string const project) → int
 
select (mapio self, std::string const & selection) → int
 
close ( mapio self) → int
 
table_list (mapio self) → string_list
 
field_list (mapio self, std::string const & table_name) → string_list
 
field_list_numbers (mapio self, std::string const & table_name) → string_list
 
field_list_strings (mapio self, std::string const & table_name) → string_list
 
is_field (mapio self, std::string const & field, std::string const & table_name) → bool
 
is_field (mapio self, int const & field_index, std::string const & table_name) → bool
 
is_number (mapio self, std::string const & field, std::string const & table_name) → bool
 
is_number (mapio self, int const & field_index, std::string const & table_name) → bool
 
is_string (mapio self, std::string const & field, std::string const & table_name) → bool
 
is_string (mapio self, int const & field_index, std::string const & table_name) → bool
 
get_table_name (mapio self) → std::string
 
put_table_name (mapio self, std::string const & rec_type) → int
 
get (mapio self, std::string const & name) → double
 
get (mapio self, int k) → double
 
get_string (mapio self, std::string const & name) → std::string
 
get_string (mapio self, int i) → std::string
 
field_index (mapio self, std::string const & name, std::string const & table) → int
 
put (mapio self, std::string const & name, double v)
 
put (mapio self, std::string const & name, std::string const & v)
 
put (mapio self, int k, double v)
 
put_string ( mapio self, std::string const & name, std::string const & v)
 
put_string (mapio self, std::string const & name, double v)
 
put_string (mapio self, int k, std::string const & v)
 
get_position (mapio self) → double
 
set_position (mapio self, double pos) → int
 
find_key (mapio self, std::string const & key) → int
 
next_key (mapio self) → int
 
field_size (mapio self, std::string const & field, std::string const & table_name) → int
 
next (mapio self) → int
 
rewind (mapio self) → int
 
write (mapio self) → int
 
append (mapio self) → int