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
Modifier 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
-
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
-
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 themaxLines
attribute. 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_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.
-