31 #ifndef GDAL_JP2_ABSTRACT_DATASET_H_INCLUDED
32 #define GDAL_JP2_ABSTRACT_DATASET_H_INCLUDED
35 #include "gdalgeorefpamdataset.h"
37 class CPL_DLL GDALJP2AbstractDataset:
public GDALGeorefPamDataset
39 char* pszWldFilename =
nullptr;
42 char** papszMetadataFiles =
nullptr;
43 int m_nWORLDFILEIndex = -1;
48 int CloseDependentDatasets() override;
51 GDALJP2AbstractDataset();
52 ~GDALJP2AbstractDataset() override;
55 const
char* pszOverrideFilename =
nullptr );
56 void LoadVectorLayers(
int bOpenRemoteResources = FALSE );
58 char **GetFileList(
void ) override;
60 int GetLayerCount() override;
61 OGRLayer *GetLayer(
int i ) override;
Class for dataset open functions.
Definition: gdal_priv.h:265
This class represents a layer of simple features, with access methods.
Definition: ogrsf_frmts.h:70
A set of associated raster bands, usually from one file.
Definition: gdal_priv.h:335
#define CPL_DISALLOW_COPY_ASSIGN(ClassName)
Helper to remove the copy and assignment constructors so that the compiler will not generate the defa...
Definition: cpl_port.h:989