14#ifndef GDAL_JP2_ABSTRACT_DATASET_H_INCLUDED
15#define GDAL_JP2_ABSTRACT_DATASET_H_INCLUDED
18#include "gdalgeorefpamdataset.h"
20class CPL_DLL GDALJP2AbstractDataset :
public GDALGeorefPamDataset
22 char *pszWldFilename =
nullptr;
25 char **papszMetadataFiles =
nullptr;
26 int m_nWORLDFILEIndex = -1;
32 int CloseDependentDatasets()
override;
40 GDALJP2AbstractDataset();
41 ~GDALJP2AbstractDataset()
override;
44 const char *pszOverrideFilename =
nullptr,
46 void LoadVectorLayers(
int bOpenRemoteResources = FALSE);
48 char **GetFileList(
void)
override;
50 char **GetMetadata(
const char *pszDomain =
"")
override;
51 const char *GetMetadataItem(
const char *pszName,
52 const char *pszDomain =
"")
override;
54 int GetLayerCount()
const override;
55 OGRLayer *GetLayer(
int i)
const override;
String list class designed around our use of C "char**" string lists.
Definition cpl_string.h:454
A set of associated raster bands, usually from one file.
Definition gdal_dataset.h:76
Class for dataset open functions.
Definition gdal_openinfo.h:28
This class represents a layer of simple features, with access methods.
Definition ogrsf_frmts.h:61
#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:936
Virtual file handle.
Definition cpl_vsi_virtual.h:48