Package com.luciad.lucy.map
Class ALcyMapComponentFactory
java.lang.Object
com.luciad.lucy.map.ALcyMapComponentFactory
- Direct Known Subclasses:
TLcyMapComponentFactory
Factory for the creation of
ILcyMapComponent
instances.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract ILcyMapComponent
Creates and initializes a newILcyMapComponent
instance.abstract ILcyLucyEnv
Returns the associated lucy environment.abstract void
setLucyEnv
(ILcyLucyEnv aLucyEnv) Sets the associated lucy environment.
-
Constructor Details
-
ALcyMapComponentFactory
public ALcyMapComponentFactory()
-
-
Method Details
-
getLucyEnv
Returns the associated lucy environment.- Returns:
- the associated lucy environment.
- See Also:
-
setLucyEnv
Sets the associated lucy environment.- Parameters:
aLucyEnv
- The lucy environment.- See Also:
-
createMapComponent
Creates and initializes a newILcyMapComponent
instance.- Returns:
- a newly created and initialized
ILcyMapComponent
instance.
-