PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ get_value()

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: