Class TLcdAIXMMarkerModelDescriptor

All Implemented Interfaces:
ILcdDataModelDescriptor, ILcdModelDescriptor, ILcdFeaturedDescriptor, Serializable

public class TLcdAIXMMarkerModelDescriptor extends TLcdMarkerModelDescriptor
A model descriptor for AIXM models containing ILcdMarker objects.

The type name (getTypeName()) and the display name (getDisplayName()) are respectively set to "AIXM" and TLcdAIXMMarkerModelDescriptor.DISPLAY_NAME.

See Also:
  • Field Details

    • DISPLAY_NAME

      public static final String DISPLAY_NAME
      The display name associated with this model descriptor.
      See Also:
  • Constructor Details

    • TLcdAIXMMarkerModelDescriptor

      @Deprecated public TLcdAIXMMarkerModelDescriptor(String aSourceName, String[] aFeatureNames, Class[] aFeatureClasses)
      Deprecated.
      Constructs a new TLcdMarkerModelDescriptor object.
      Parameters:
      aSourceName - the name of the data source
      aFeatureNames - the feature names
      aFeatureClasses - the feature classes
    • TLcdAIXMMarkerModelDescriptor

      public TLcdAIXMMarkerModelDescriptor(String aSourceName, TLcdDataType aDataType)
      Constructs a new TLcdMarkerModelDescriptor object.
      Parameters:
      aSourceName - the name of the data source
      aDataType - the type of the elements of this descriptor's model
    • TLcdAIXMMarkerModelDescriptor

      public TLcdAIXMMarkerModelDescriptor(String aSourceName)
      Constructs a new TLcdMarkerModelDescriptor object with TLcdAIXMDataTypes.Marker as model element type.
      Parameters:
      aSourceName - the name of the data source