public class FGDBHelper extends Object
| Constructor and Description |
|---|
FGDBHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cleanerReleaseAllInCurrentThread() |
static void |
cleanerTrackObjectsInCurrentThread() |
static List<Dir> |
getAllDirDatasets(File fileGDBPath,
String currentPath) |
static List<DirEntry> |
getAllFileDatasets(File fileGDBPath,
String currentPath) |
static String |
getMetadata(File fileGDBPath,
int datasetType) |
static com.esri.arcgis.geodatabase.IDataset |
getTargetDataset(File fileGDBPath,
int dataType) |
static void |
setMetadata(File fileGDBPath,
int datasetType,
String metadata) |
public static String getMetadata(File fileGDBPath, int datasetType) throws IOException, B3PCatalogException
IOExceptionB3PCatalogExceptionpublic static void setMetadata(File fileGDBPath, int datasetType, String metadata) throws IOException, B3PCatalogException
IOExceptionB3PCatalogExceptionpublic static List<Dir> getAllDirDatasets(File fileGDBPath, String currentPath) throws Exception
Exceptionpublic static List<DirEntry> getAllFileDatasets(File fileGDBPath, String currentPath) throws Exception
Exceptionpublic static com.esri.arcgis.geodatabase.IDataset getTargetDataset(File fileGDBPath, int dataType) throws IOException
IOExceptionpublic static void cleanerTrackObjectsInCurrentThread()
public static void cleanerReleaseAllInCurrentThread()
Copyright © 2016. All rights reserved.