Class TLcdSLDInlineFeature

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.wms.sld.model.TLcdSLDInlineFeature
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdSLDInlineFeature extends TLcdDataObject
An SLD inline feature. This object can contain arbitrary GML/XML features that are encoded inline. Preferably, the features are contained in a GML feature collection, but other collection types may also be used.
Since:
2012.1
See Also:
  • Constructor Details

    • TLcdSLDInlineFeature

      public TLcdSLDInlineFeature()
      Default constructor.
    • TLcdSLDInlineFeature

      public TLcdSLDInlineFeature(TLcdDataType aType)
      Default constructor
      Parameters:
      aType - The inline feature data type.
      See Also:
  • Method Details

    • getAny

      public List<Object> getAny()
      Returns the value of the any property.
      Returns:
      the value of the ANY_PROPERTY property.