public class FGDBHelperProxy extends Object
| Constructor and Description |
|---|
FGDBHelperProxy() |
| 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 File |
getRootFGDBDir(File file) |
static String |
getRootFGDBDirname(File file) |
static Object |
getTargetDataset(File fileGDBPath,
int dataType) |
static boolean |
isFGDBDir(File file) |
static boolean |
isFGDBDirOrInsideFGDBDir(File file) |
static boolean |
isInsideFGDBDir(File file) |
static void |
setMetadata(File fileGDBPath,
int datasetType,
String metadata) |
public static boolean isFGDBDirOrInsideFGDBDir(File file)
public static boolean isInsideFGDBDir(File file)
public static boolean isFGDBDir(File file)
public static Object getTargetDataset(File fileGDBPath, int dataType) throws IOException, B3PCatalogException
IOExceptionB3PCatalogExceptionpublic 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 void cleanerTrackObjectsInCurrentThread()
throws B3PCatalogException
B3PCatalogExceptionpublic static void cleanerReleaseAllInCurrentThread()
throws B3PCatalogException
B3PCatalogExceptionCopyright © 2016. All rights reserved.