Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSGeo/gdal
/ ZonesAreFeature
Function
ZonesAreFeature
alg/zonal.cpp:951–954 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
949
950
public:
951
bool ZonesAreFeature() const
952
{
953
return std::holds_alternative<OGRLayer *>(m_zones);
954
}
955
956
bool Process(GDALProgressFunc pfnProgress, void *pProgressData)
957
{
Callers
2
Init
Function · 0.85
Process
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected