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 TLcdDataProperty
Data property that maps to themaxLines
attribute.static final TLcdDataProperty
Data property that maps to the value defined by the simple content. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of the property that maps to themaxLines
attribute.Returns the value of the property that maps to the value defined by the simple content.void
setMaxLines
(int aValue) Sets the value of the property that maps to themaxLines
attribute.void
setValueObject
(String aValue) Sets the value of the property that maps to the value defined by the simple content.
-
Field Details
-
Constructor Details
-
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_PROPERTY
property.
-
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_PROPERTY
property.
-
getMaxLines
public int getMaxLines()Returns the value of the property that maps to themaxLines
attribute.- Returns:
- the value of the
MAX_LINES_PROPERTY
property.
-
setMaxLines
public void setMaxLines(int aValue) Sets the value of the property that maps to themaxLines
attribute.- Parameters:
aValue
- the value to set for theMAX_LINES_PROPERTY
property.
-