GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
vinfo.VectorDBInfo Class Reference

Class providing information about attribute tables linked to the vector map. More...

Inheritance diagram for vinfo.VectorDBInfo:
Collaboration diagram for vinfo.VectorDBInfo:

Public Member Functions

def __init__
 
def GetColumns
 Return list of columns names (based on their index) More...
 
def SelectByPoint
 Get attributes by coordinates (all available layers) More...
 
def SelectFromTable
 Select records from the table. More...
 

Detailed Description

Class providing information about attribute tables linked to the vector map.

Definition at line 65 of file vinfo.py.

Constructor & Destructor Documentation

def vinfo.VectorDBInfo.__init__ (   self,
  map 
)

Definition at line 68 of file vinfo.py.

Member Function Documentation

def vinfo.VectorDBInfo.GetColumns (   self,
  table 
)

Return list of columns names (based on their index)

Definition at line 71 of file vinfo.py.

References gselect.VectorDBInfo.tables.

def vinfo.VectorDBInfo.SelectByPoint (   self,
  queryCoords,
  qdist 
)

Get attributes by coordinates (all available layers)

Return line id or None if no line is found

Definition at line 83 of file vinfo.py.

References dialogs.DisplayAttributesDialog.map, dialogs.OptDialog.map, gselect.VectorDBInfo.map, manager.AttributeManager.map, gselect.VectorDBInfo.tables, and vinfo.unicodeValue().


The documentation for this class was generated from the following file: