public class ShapefileContentResolver extends SpatialDbContentResolver
_database, _mapView_handlers, _validExts| Constructor and Description |
|---|
ShapefileContentResolver(MapView mv,
DataSourceFeatureDataStore db) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHandler(java.io.File f)
Add or update a content handler
|
protected ShapefileContentHandler |
createHandler(java.io.File file,
java.util.List<java.lang.Long> featureSetIds,
Envelope bounds)
Create a new content handler
|
query, scanaddHandler, addHandler, dispose, getHandler, getHandler, getHandlers, onVisibilityConditions, removeHandlerpublic ShapefileContentResolver(MapView mv, DataSourceFeatureDataStore db)
public void addHandler(java.io.File f)
SpatialDbContentResolveraddHandler in class SpatialDbContentResolverf - Content fileprotected ShapefileContentHandler createHandler(java.io.File file, java.util.List<java.lang.Long> featureSetIds, Envelope bounds)
SpatialDbContentResolvercreateHandler in class SpatialDbContentResolverfile - Content filefeatureSetIds - List of associated feature set IDsbounds - Complete bounds (null if N/A)