Package com.luciad.lucy.realtime
Interface ILcySimulatorModelFactory
- All Known Implementing Classes:
TLcyCompositeSimulatorModelFactory
Deprecated.
Interface for factories that are able to create a simulator model for a given
ILcdModel.
This factory is often used in combination with
TLcyPreviewAddOn. Please refer to the developer guide
for more extensive information and examples on how to use this factory.-
Method Summary
Modifier and TypeMethodDescriptionbooleancanCreateSimulatorModel(ILcdModel aModel) Deprecated.This method shall return true if thisILcySimulatorModelFactorycan create aILcdSimulatorModelfor the givenILcdModel, false other wisecreateSimulatorModel(ILcdModel aModel) Deprecated.Creates aILcdSimulatorModelfor the givenILcdModel.
-
Method Details
-
canCreateSimulatorModel
Deprecated.This method shall return true if thisILcySimulatorModelFactorycan create aILcdSimulatorModelfor the givenILcdModel, false other wise- Parameters:
aModel- theILcdModelto consider- Returns:
- true if a
ILcdSimulatorModelcan be created, false otherwise
-
createSimulatorModel
Deprecated.Creates aILcdSimulatorModelfor the givenILcdModel.- Parameters:
aModel- The model to create a simulator model for.- Returns:
- The newly created
ILcdSimulatorModel - Throws:
IllegalArgumentException- If the factory cannot create a simulator model for the given model.
-
ILcdModelimplementation implementILcdMultiDimensionalModelas well, and expose aTLcdDimensionAxiswith aDatetype (for exampleTLcdDimensionAxis.TIME_AXIS). TheTLcyPreviewAddOnhas been adjusted to work with suchILcdMultiDimensionalModelinstances. The Lucy Fundamental sample illustrates this.