GDAL
|
This is the complete list of members for CPLJSONDocument, including all inherited members.
GetRoot() | CPLJSONDocument | |
GetRoot() const | CPLJSONDocument | |
Load(const std::string &osPath) | CPLJSONDocument | |
LoadChunks(const std::string &osPath, size_t nChunkSize=16384, GDALProgressFunc pfnProgress=nullptr, void *pProgressArg=nullptr) | CPLJSONDocument | |
LoadMemory(const std::string &osStr) | CPLJSONDocument | |
LoadMemory(const GByte *pabyData, int nLength=-1) | CPLJSONDocument | |
LoadUrl(const std::string &osUrl, const char *const *papszOptions, GDALProgressFunc pfnProgress=nullptr, void *pProgressArg=nullptr) | CPLJSONDocument | |
Save(const std::string &osPath) const | CPLJSONDocument | |
SaveAsString() const | CPLJSONDocument | |
SetRoot(const CPLJSONObject &oRoot) | CPLJSONDocument |