public class SpatialManager extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
isFullExtentDirty |
Constructor and Description |
---|
SpatialManager(FeatureStore featureStore,
Envelope originalEnvelope) |
Modifier and Type | Method and Description |
---|---|
void |
cancelModifies() |
void |
clear() |
void |
deleteFeature(Feature feature)
DOCUMENT ME!
|
Envelope |
getEnvelope() |
void |
insertFeature(Feature feature)
DOCUMENT ME!
|
void |
updateFeature(Feature feature,
Feature oldFeature)
DOCUMENT ME!
|
public SpatialManager(FeatureStore featureStore, Envelope originalEnvelope) throws DataException
DataException
public void updateFeature(Feature feature, Feature oldFeature)
feature
- DOCUMENT ME!oldFeature
- DOCUMENT ME!public void insertFeature(Feature feature)
feature
- DOCUMENT ME!public void deleteFeature(Feature feature)
feature
- DOCUMENT ME!public void clear()
public Envelope getEnvelope() throws DataException
DataException
public void cancelModifies()