public class SpatialManager
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isFullExtentDirty |
| Constructor and Description |
|---|
SpatialManager(DefaultFeatureStore featureStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
deleteFeature(Feature feature) |
Envelope |
getEnvelope() |
void |
insertFeature(Feature feature) |
void |
updateFeature(Feature feature,
Feature oldFeature) |
public SpatialManager(DefaultFeatureStore featureStore) throws DataException
DataExceptionpublic void insertFeature(Feature feature)
public void deleteFeature(Feature feature)
public void clear()
public Envelope getEnvelope() throws DataException
DataException