Class TLcdKML22BalloonContentProvider

java.lang.Object
com.luciad.format.kml22.view.swing.TLcdKML22BalloonContentProvider
All Implemented Interfaces:
ILcdBalloonContentProvider

@LcdService(service=ILcdBalloonContentProvider.class, priority=20000) public class TLcdKML22BalloonContentProvider extends Object implements ILcdBalloonContentProvider

A balloon content provider for KML objects.

An instance of this object can create balloon content for every KML feature with a description, a balloon style with a text, or a combination of both.

Since:
10.0
  • Constructor Details

    • TLcdKML22BalloonContentProvider

      public TLcdKML22BalloonContentProvider()
      Creates a balloon content provider for KML features, using a default resource provider.
    • TLcdKML22BalloonContentProvider

      public TLcdKML22BalloonContentProvider(TLcdKML22ResourceProvider aResourceProvider)
      Creates a balloon content provider for KML features, given a resource provider
      Parameters:
      aResourceProvider - A valid resource provider, NullPointerException is thrown if the resource provider is null.
  • Method Details