public class MongoUtil extends Object
| Constructor and Description | 
|---|
| MongoUtil() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Set<String> | findIndexedFields(DBCollection dbc) | 
| static Set<String> | findIndexedFields(DBCollection dbc,
                 String type) | 
| static Set<String> | findIndexedGeometries(DBCollection dbc) | 
| static Map<String,Class<?>> | findMappableFields(DBCollection dbc) | 
| static Map<String,Class<?>> | findMappableFields(DBObject dbo) | 
| static Object | getDBOValue(DBObject dbo,
           Iterator<String> path) | 
| static Object | getDBOValue(DBObject dbo,
           String path) | 
| static Class<?> | mapBSONObjectToJavaType(Object o) | 
| static void | setDBOValue(DBObject dbo,
           Iterator<String> path,
           Object value) | 
| static void | setDBOValue(DBObject dbo,
           String path,
           Object value) | 
Copyright © 1996–2019 Geotools. All rights reserved.