Package org.geotools.data.mongodb
Class MongoUtil
Object
MongoUtil
- Author:
- tkunicki@boundlessgeo.com
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
static File
extractZipFile
(File destDir, File zipFile) findIndexedFields
(DBCollection dbc) findIndexedFields
(DBCollection dbc, String type) findIndexedFields
(List<DBObject> indices, String type) findIndexedGeometries
(DBCollection dbc) findMappableFields
(DBCollection dbc) findMappableFields
(DBObject dbo) static Object
getDBOValue
(DBObject dbo, String path) static Object
getDBOValue
(DBObject dbo, Iterator<String> path) static boolean
static boolean
static Class<?>
static void
setDBOValue
(DBObject dbo, String path, Object value) static void
setDBOValue
(DBObject dbo, Iterator<String> path, Object value)
-
Constructor Details
-
MongoUtil
public MongoUtil()
-
-
Method Details
-
getDBOValue
-
getDBOValue
-
setDBOValue
-
setDBOValue
-
findIndexedGeometries
-
findIndexedFields
-
findIndexedFields
-
findIndexedFields
-
findMappableFields
-
findMappableFields
-
mapBSONObjectToJavaType
-
extractFilesNameFromUrl
- Throws:
MalformedURLException
-
isZipFile
- Throws:
IOException
-
isZipFile
- Throws:
IOException
URISyntaxException
-
extractZipFile
- Throws:
ZipException
IOException
-