Package com.luciad.wms.sld.model
Class TLcdSLDInlineFeature
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.wms.sld.model.TLcdSLDInlineFeature
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
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 Summary
ConstructorDescriptionDefault constructor.TLcdSLDInlineFeature
(TLcdDataType aType) Default constructor -
Method Summary
-
Constructor Details
-
TLcdSLDInlineFeature
public TLcdSLDInlineFeature()Default constructor. -
TLcdSLDInlineFeature
Default constructor- Parameters:
aType
- The inline feature data type.- See Also:
-
-
Method Details
-
getAny
Returns the value of the any property.- Returns:
- the value of the
ANY_PROPERTY
property.
-