Class TLcdKML22SimpleField
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.extendeddata.TLcdKML22SimpleField
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Domain class modeling the KML SimpleFieldType type.
OGC KML Specification description:
Specifies a user-defined field. The name and type attributes shall be specified.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thedisplayName
element.static final TLcdDataProperty
Data property that maps to thename
attribute.static final TLcdDataProperty
Data property that maps to theSimpleFieldExtension
element.static final TLcdDataProperty
Data property that maps to thetype
attribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thedisplayName
element.getName()
Returns the value of the property that maps to thename
attribute.Returns the value of the property that maps to theSimpleFieldExtension
element.getType()
Returns the value of the property that maps to thetype
attribute.void
setDisplayName
(String aValue) Sets the value of the property that maps to thedisplayName
element.void
Sets the value of the property that maps to thename
attribute.void
Sets the value of the property that maps to thetype
attribute.
-
Field Details
-
NAME_PROPERTY
Data property that maps to thename
attribute. The possible values for this property are instances ofString
. -
TYPE_PROPERTY
Data property that maps to thetype
attribute. The possible values for this property are the publicQName
constants defined in this class. -
DISPLAY_NAME_PROPERTY
Data property that maps to thedisplayName
element. The possible values for this property are instances ofString
. -
SIMPLE_FIELD_EXTENSION_PROPERTY
Data property that maps to theSimpleFieldExtension
element. The possible values for this property are instances ofList<Object>
.
-
-
Constructor Details
-
Method Details
-
getName
Returns the value of the property that maps to thename
attribute.- Returns:
- the value of the
NAME_PROPERTY
property.
-
setName
Sets the value of the property that maps to thename
attribute.- Parameters:
aValue
- the value to set for theNAME_PROPERTY
property.
-
getType
Returns the value of the property that maps to thetype
attribute.The possible values for this property are the public
QName
constants defined in this class.- Returns:
- the value of the
TYPE_PROPERTY
property.
-
setType
Sets the value of the property that maps to thetype
attribute.The possible values for this property are the public
QName
constants defined in this class.- Parameters:
aValue
- the value to set for theTYPE_PROPERTY
property.
-
getDisplayName
Returns the value of the property that maps to thedisplayName
element.- Returns:
- the value of the
DISPLAY_NAME_PROPERTY
property.
-
setDisplayName
Sets the value of the property that maps to thedisplayName
element.- Parameters:
aValue
- the value to set for theDISPLAY_NAME_PROPERTY
property.
-
getSimpleFieldExtension
Returns the value of the property that maps to theSimpleFieldExtension
element.- Returns:
- the value of the
SIMPLE_FIELD_EXTENSION_PROPERTY
property.
-