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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ILcyMapComponentCreates and initializes a newILcyMapComponentinstance.abstract ILcyLucyEnvReturns the associated lucy environment.abstract voidsetLucyEnv(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 newILcyMapComponentinstance.- Returns:
- a newly created and initialized
ILcyMapComponentinstance.
-