PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
get_value()
def rtreader.RasterReader.get_value
(
self
,
band
,
x
,
y
)
Definition at line
73
of file
rtreader.py
.
References
rtreader.RasterReader._query_value()
.
73
def
get_value(self, band, x, y):
74
return
self._query_value(band, x, y)
75
Here is the call graph for this function:
rtreader
RasterReader
Generated by
1.8.13