Class ALcyMapComponentFactory

java.lang.Object
com.luciad.lucy.map.ALcyMapComponentFactory
Direct Known Subclasses:
TLcyMapComponentFactory

public abstract class ALcyMapComponentFactory extends Object
Factory for the creation of ILcyMapComponent instances.
  • Constructor Details

    • ALcyMapComponentFactory

      public ALcyMapComponentFactory()
  • Method Details

    • getLucyEnv

      public abstract ILcyLucyEnv getLucyEnv()
      Returns the associated lucy environment.
      Returns:
      the associated lucy environment.
      See Also:
    • setLucyEnv

      public abstract void setLucyEnv(ILcyLucyEnv aLucyEnv)
      Sets the associated lucy environment.
      Parameters:
      aLucyEnv - The lucy environment.
      See Also:
    • createMapComponent

      public abstract ILcyMapComponent createMapComponent()
      Creates and initializes a new ILcyMapComponent instance.
      Returns:
      a newly created and initialized ILcyMapComponent instance.