Class TLcdKML22Snippet
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.style.TLcdKML22Snippet
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Domain class modeling the KML SnippetType type.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to themaxLinesattribute.static final TLcdDataPropertyData property that maps to the value defined by the simple content. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of the property that maps to themaxLinesattribute.Returns the value of the property that maps to the value defined by the simple content.voidsetMaxLines(int aValue) Sets the value of the property that maps to themaxLinesattribute.voidsetValueObject(String aValue) Sets the value of the property that maps to the value defined by the simple content.
-
Field Details
-
VALUE_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofString. -
MAX_LINES_PROPERTY
Data property that maps to themaxLinesattribute. The possible values for this property are instances ofint.
-
-
Constructor Details
-
TLcdKML22Snippet
public TLcdKML22Snippet() -
TLcdKML22Snippet
-
-
Method Details
-
getValueObject
Returns the value of the property that maps to the value defined by the simple content.- Returns:
- the value of the
VALUE_PROPERTYproperty.
-
setValueObject
Sets the value of the property that maps to the value defined by the simple content.- Parameters:
aValue- the value to set for theVALUE_PROPERTYproperty.
-
getMaxLines
public int getMaxLines()Returns the value of the property that maps to themaxLinesattribute.- Returns:
- the value of the
MAX_LINES_PROPERTYproperty.
-
setMaxLines
public void setMaxLines(int aValue) Sets the value of the property that maps to themaxLinesattribute.- Parameters:
aValue- the value to set for theMAX_LINES_PROPERTYproperty.
-