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 TLcdDataPropertyData property that maps to thedisplayNameelement.static final TLcdDataPropertyData property that maps to thenameattribute.static final TLcdDataPropertyData property that maps to theSimpleFieldExtensionelement.static final TLcdDataPropertyData property that maps to thetypeattribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thedisplayNameelement.getName()Returns the value of the property that maps to thenameattribute.Returns the value of the property that maps to theSimpleFieldExtensionelement.getType()Returns the value of the property that maps to thetypeattribute.voidsetDisplayName(String aValue) Sets the value of the property that maps to thedisplayNameelement.voidSets the value of the property that maps to thenameattribute.voidSets the value of the property that maps to thetypeattribute.
-
Field Details
-
NAME_PROPERTY
Data property that maps to thenameattribute. The possible values for this property are instances ofString. -
TYPE_PROPERTY
Data property that maps to thetypeattribute. The possible values for this property are the publicQNameconstants defined in this class. -
DISPLAY_NAME_PROPERTY
Data property that maps to thedisplayNameelement. The possible values for this property are instances ofString. -
SIMPLE_FIELD_EXTENSION_PROPERTY
Data property that maps to theSimpleFieldExtensionelement. The possible values for this property are instances ofList<Object>.
-
-
Constructor Details
-
TLcdKML22SimpleField
public TLcdKML22SimpleField() -
TLcdKML22SimpleField
-
-
Method Details
-
getName
Returns the value of the property that maps to thenameattribute.- Returns:
- the value of the
NAME_PROPERTYproperty.
-
setName
Sets the value of the property that maps to thenameattribute.- Parameters:
aValue- the value to set for theNAME_PROPERTYproperty.
-
getType
Returns the value of the property that maps to thetypeattribute.The possible values for this property are the public
QNameconstants defined in this class.- Returns:
- the value of the
TYPE_PROPERTYproperty.
-
setType
Sets the value of the property that maps to thetypeattribute.The possible values for this property are the public
QNameconstants defined in this class.- Parameters:
aValue- the value to set for theTYPE_PROPERTYproperty.
-
getDisplayName
Returns the value of the property that maps to thedisplayNameelement.- Returns:
- the value of the
DISPLAY_NAME_PROPERTYproperty.
-
setDisplayName
Sets the value of the property that maps to thedisplayNameelement.- Parameters:
aValue- the value to set for theDISPLAY_NAME_PROPERTYproperty.
-
getSimpleFieldExtension
Returns the value of the property that maps to theSimpleFieldExtensionelement.- Returns:
- the value of the
SIMPLE_FIELD_EXTENSION_PROPERTYproperty.
-