public interface FeatureReference
Feature
. It is used to keep references on features
without maintaining the whole feature in memory, thus improving
memory needs.Modifier and Type | Method and Description |
---|---|
Feature |
getFeature()
Returns the referenced
Feature |
Feature |
getFeature(FeatureType featureType)
Returns the referenced
Feature |
boolean |
isNewFeature()
Inform that represented feature is not stored in the original data store
|
Feature getFeature() throws DataException
Feature
Feature
identified by this FeatureReference
DataException
Feature getFeature(FeatureType featureType) throws DataException
Feature
featureType
- The FeatureType
to which the referenced
Feature
belongs.Feature
identified by this FeatureReference
DataException
boolean isNewFeature()