Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSGeo/gdal
/ Load
Method
Load
apps/gdalalg_vector_sort.cpp:183–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
{
182
public:
183
std::unique_ptr<OGRFeature> Load(std::size_t i) override
184
{
185
return std::unique_ptr<OGRFeature>(m_features[i]->Clone());
186
}
187
188
size_t Size() const override
189
{
Callers
2
GetNextProcessedFeature
Method · 0.45
ParseCommandLineArguments
Method · 0.45
Calls
1
Clone
Method · 0.45
Tested by
no test coverage detected