GDAL
|
This is the complete list of members for GDALGroup, including all inherited members.
ClearStatistics() | GDALGroup | virtual |
CopyFrom(const std::shared_ptr< GDALGroup > &poDstRootGroup, GDALDataset *poSrcDS, const std::shared_ptr< GDALGroup > &poSrcGroup, bool bStrict, GUInt64 &nCurCost, const GUInt64 nTotalCost, GDALProgressFunc pfnProgress, void *pProgressData, CSLConstList papszOptions=nullptr) | GDALGroup | virtual |
CreateAttribute(const std::string &osName, const std::vector< GUInt64 > &anDimensions, const GDALExtendedDataType &oDataType, CSLConstList papszOptions=nullptr) | GDALIHasAttribute | virtual |
CreateDimension(const std::string &osName, const std::string &osType, const std::string &osDirection, GUInt64 nSize, CSLConstList papszOptions=nullptr) | GDALGroup | virtual |
CreateGroup(const std::string &osName, CSLConstList papszOptions=nullptr) | GDALGroup | virtual |
CreateMDArray(const std::string &osName, const std::vector< std::shared_ptr< GDALDimension >> &aoDimensions, const GDALExtendedDataType &oDataType, CSLConstList papszOptions=nullptr) | GDALGroup | virtual |
DeleteAttribute(const std::string &osName, CSLConstList papszOptions=nullptr) | GDALIHasAttribute | virtual |
DeleteGroup(const std::string &osName, CSLConstList papszOptions=nullptr) | GDALGroup | virtual |
DeleteMDArray(const std::string &osName, CSLConstList papszOptions=nullptr) | GDALGroup | virtual |
GetAttribute(const std::string &osName) const | GDALIHasAttribute | virtual |
GetAttributeFromAttributes(const std::string &osName) const | GDALIHasAttribute | protected |
GetAttributes(CSLConstList papszOptions=nullptr) const | GDALIHasAttribute | virtual |
GetDimensions(CSLConstList papszOptions=nullptr) const | GDALGroup | virtual |
GetFullName() const | GDALGroup | inline |
GetGroupNames(CSLConstList papszOptions=nullptr) const | GDALGroup | virtual |
GetMDArrayNames(CSLConstList papszOptions=nullptr) const | GDALGroup | virtual |
GetName() const | GDALGroup | inline |
GetStructuralInfo() const | GDALGroup | virtual |
GetTotalCopyCost() const | GDALGroup | |
GetVectorLayerNames(CSLConstList papszOptions=nullptr) const | GDALGroup | virtual |
OpenDimensionFromFullname(const std::string &osFullName) const | GDALGroup | |
OpenGroup(const std::string &osName, CSLConstList papszOptions=nullptr) const | GDALGroup | virtual |
OpenGroupFromFullname(const std::string &osFullName, CSLConstList papszOptions=nullptr) const | GDALGroup | |
OpenMDArray(const std::string &osName, CSLConstList papszOptions=nullptr) const | GDALGroup | virtual |
OpenMDArrayFromFullname(const std::string &osFullName, CSLConstList papszOptions=nullptr) const | GDALGroup | |
OpenVectorLayer(const std::string &osName, CSLConstList papszOptions=nullptr) const | GDALGroup | virtual |
Rename(const std::string &osNewName) | GDALGroup | virtual |
ResolveMDArray(const std::string &osName, const std::string &osStartingPath, CSLConstList papszOptions=nullptr) const | GDALGroup | |
SubsetDimensionFromSelection(const std::string &osSelection) const | GDALGroup | |
~GDALGroup() (defined in GDALGroup) | GDALGroup | virtual |
~GDALIHasAttribute() (defined in GDALIHasAttribute) | GDALIHasAttribute | virtual |