Class TLcdGeoborderFeatureClassMapper

java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.geoborder.TLcdGeoborderFeatureClassMapper
All Implemented Interfaces:
ILcdFeatureClassMapper
Direct Known Subclasses:
TLcdAIXMGeoborderFeatureClassMapper

public class TLcdGeoborderFeatureClassMapper extends TLcdFeatureClassMapper
This class defines a feature class mapper for geographical borders.

For each feature defined in the ILcdGeoborderFeature interface, it keeps track of a Class object.

See Also:
  • Constructor Details

    • TLcdGeoborderFeatureClassMapper

      protected TLcdGeoborderFeatureClassMapper()
      Constructs a new TLcdGeoborderFeatureClassMapper object.

      The new instance will contain a feature class mapping for each feature in the ILcdGeoborderFeature interface.

      This protected constructor was added to allow users to make extensions of this class.

  • Method Details

    • getInstance

      public static ILcdFeatureClassMapper getInstance()
      Returns a TLcdGeoborderFeatureClassMapper object.

      This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the ILcdGeoborderFeature interface.

      Returns:
      a TLcdGeoborderFeatureClassMapper object