Package com.luciad.model
Interface ILcdFeatureIndexedAnd2DBoundsIndexedModel
- All Superinterfaces:
AutoCloseable
,ILcd2DBoundsIndexedModel
,ILcd2DBoundsInteractable
,ILcdBounded
,ILcdDisposable
,ILcdFeatureIndexedModel
,ILcdModel
,Serializable
- All Known Implementing Classes:
TLcdFeatureIndexedAnd2DBoundsIndexedModel
@Deprecated
public interface ILcdFeatureIndexedAnd2DBoundsIndexedModel
extends ILcd2DBoundsIndexedModel, ILcdFeatureIndexedModel
Deprecated.
Combines
ILcdFeatureIndexedModel
and ILcd2DBoundsIndexedModel
.
Therefore this interface represents an ILcdModel
that can be queried in
two ways:
- based on the values of certain features (sometimes called attributes),
- spatially, using 2D bounds.
- Since:
- 6.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.luciad.model.ILcdModel
ILcdModel.Query
-
Field Summary
Fields inherited from interface com.luciad.model.ILcdModel
FIRE_LATER, FIRE_NOW, NO_EVENT
-
Method Summary
Methods inherited from interface com.luciad.model.ILcd2DBoundsIndexedModel
applyOnInteract2DBounds, applyOnInteract2DBounds, query
Methods inherited from interface com.luciad.shape.ILcdBounded
getBounds
Methods inherited from interface com.luciad.util.ILcdDisposable
close
Methods inherited from interface com.luciad.model.ILcdFeatureIndexedModel
addIndex, canAddIndex, removeIndex, retrieveByIndex, retrieveByUniqueIndex
Methods inherited from interface com.luciad.model.ILcdModel
addElement, addElements, addModelListener, canAddElement, canRemoveElement, dispose, elementChanged, elements, elementsChanged, fireCollectedModelChanges, getModelDescriptor, getModelEncoder, getModelMetadata, getModelReference, removeAllElements, removeElement, removeElements, removeModelListener
ILcdFeatured
interface has been deprecated in favor ofILcdDataObject
andTLcdDataModel
.