15#ifndef GDAL_JP2_ABSTRACT_DATASET_H_INCLUDED
16#define GDAL_JP2_ABSTRACT_DATASET_H_INCLUDED
19#include "gdalgeorefpamdataset.h"
21class CPL_DLL GDALJP2AbstractDataset :
public GDALGeorefPamDataset
23 char *pszWldFilename =
nullptr;
26 char **papszMetadataFiles =
nullptr;
27 int m_nWORLDFILEIndex = -1;
33 int CloseDependentDatasets()
override;
41 GDALJP2AbstractDataset();
42 ~GDALJP2AbstractDataset()
override;
45 const char *pszOverrideFilename =
nullptr,
47 void LoadVectorLayers(
int bOpenRemoteResources = FALSE);
49 char **GetFileList(
void)
override;
51 char **GetMetadata(
const char *pszDomain =
"")
override;
52 const char *GetMetadataItem(
const char *pszName,
53 const char *pszDomain =
"")
override;
55 int GetLayerCount()
override;
String list class designed around our use of C "char**" string lists.
Definition: cpl_string.h:436
A set of associated raster bands, usually from one file.
Definition: gdal_priv.h:495
Class for dataset open functions.
Definition: gdal_priv.h:293
This class represents a layer of simple features, with access methods.
Definition: ogrsf_frmts.h:58
#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:1030
Virtual file handle.
Definition: cpl_vsi_virtual.h:47