Package com.luciad.format.aixm.util
Interface ILcdAIXMModelFilter
- All Superinterfaces:
ILcdFilter,Predicate,Serializable
A filter to be used while decoding AIXM data.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetModelDescriptor(ILcdModelDescriptor aModelDescriptor) Specifies the model descriptor of the model whose objects will be filtered.Methods inherited from interface com.luciad.util.ILcdFilter
accept, test
-
Method Details
-
setModelDescriptor
Specifies the model descriptor of the model whose objects will be filtered.- Parameters:
aModelDescriptor- the model descriptor of the model being filtered
-