PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ get_value()

def rtreader.RasterReader.get_value (   self,
  band,
  x,
  y 
)

Definition at line 73 of file rtreader.py.

73  def get_value(self, band, x, y):
74  return self._query_value(band, x, y)
75 

References rtreader.RasterReader._query_value().

Here is the call graph for this function: