Class TLcdKML22Schema
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.extendeddata.TLcdKML22Schema
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Domain class modeling the KML SchemaType type.
OGC KML Specification description:
Specifies a user-defined schema that is used to add user-defined data encoded within a child kml:ExtendedData element of a kml:AbstractFeatureGroup. kml:Schema shall have an id so that instances of it (encoded as kml:SchemaData) may reference it.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theidattribute.static final TLcdDataPropertyData property that maps to thenameattribute.static final TLcdDataPropertyData property that maps to theSchemaExtensionelement.static final TLcdDataPropertyData property that maps to theSimpleFieldelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the value of the property that maps to theidattribute.getName()Returns the value of the property that maps to thenameattribute.Returns the value of the property that maps to theSchemaExtensionelement.Returns the value of the property that maps to theSimpleFieldelement.voidSets the value of the property that maps to theidattribute.voidSets the value of the property that maps to thenameattribute.
-
Field Details
-
ID_PROPERTY
Data property that maps to theidattribute. The possible values for this property are instances ofString. -
NAME_PROPERTY
Data property that maps to thenameattribute. The possible values for this property are instances ofString. -
SIMPLE_FIELD_PROPERTY
Data property that maps to theSimpleFieldelement. The possible values for this property are instances ofList<TLcdKML22SimpleField>. -
SCHEMA_EXTENSION_PROPERTY
Data property that maps to theSchemaExtensionelement. The possible values for this property are instances ofList<Object>.
-
-
Constructor Details
-
TLcdKML22Schema
public TLcdKML22Schema() -
TLcdKML22Schema
-
-
Method Details
-
getId
Returns the value of the property that maps to theidattribute.- Returns:
- the value of the
ID_PROPERTYproperty.
-
setId
Sets the value of the property that maps to theidattribute.- Parameters:
aValue- the value to set for theID_PROPERTYproperty.
-
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.
-
getSimpleField
Returns the value of the property that maps to theSimpleFieldelement.- Returns:
- the value of the
SIMPLE_FIELD_PROPERTYproperty.
-
getSchemaExtension
Returns the value of the property that maps to theSchemaExtensionelement.- Returns:
- the value of the
SCHEMA_EXTENSION_PROPERTYproperty.
-