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, scan
addHandler, addHandler, dispose, getHandler, getHandler, getHandlers, onVisibilityConditions, removeHandler
public ShapefileContentResolver(MapView mv, DataSourceFeatureDataStore db)
public void addHandler(java.io.File f)
SpatialDbContentResolver
addHandler
in class SpatialDbContentResolver
f
- Content fileprotected ShapefileContentHandler createHandler(java.io.File file, java.util.List<java.lang.Long> featureSetIds, Envelope bounds)
SpatialDbContentResolver
createHandler
in class SpatialDbContentResolver
file
- Content filefeatureSetIds
- List of associated feature set IDsbounds
- Complete bounds (null if N/A)