Class TLcdKML22Alias

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdKML22Alias extends TLcdKML22AbstractObject
Domain class modeling the KML AliasType type.

OGC KML Specification description:

 This element can be used wherever the following element is referenced: 
  
  -kml:AbstractObjectGroup
  
 Contains a mapping from kml:sourceHref to kml:targetHref. Both should be specified 
 ouside of an update context, that is when not a descendant of kml:Update. 
 

Since:
10.0
  • Field Details

    • TARGET_HREF_PROPERTY

      public static final TLcdDataProperty TARGET_HREF_PROPERTY
      Data property that maps to the targetHref element. The possible values for this property are instances of String.
    • SOURCE_HREF_PROPERTY

      public static final TLcdDataProperty SOURCE_HREF_PROPERTY
      Data property that maps to the sourceHref element. The possible values for this property are instances of String.
    • ALIAS_SIMPLE_EXTENSION_GROUP_PROPERTY

      public static final TLcdDataProperty ALIAS_SIMPLE_EXTENSION_GROUP_PROPERTY
      Data property that maps to the AliasSimpleExtensionGroup element. The possible values for this property are instances of List<String>.
    • ALIAS_OBJECT_EXTENSION_GROUP_PROPERTY

      public static final TLcdDataProperty ALIAS_OBJECT_EXTENSION_GROUP_PROPERTY
      Data property that maps to the AliasObjectExtensionGroup element. The possible values for this property are instances of List<TLcdKML22AbstractObject>.
  • Constructor Details

    • TLcdKML22Alias

      public TLcdKML22Alias()
    • TLcdKML22Alias

      public TLcdKML22Alias(TLcdDataType aType)
  • Method Details

    • getTargetHref

      public String getTargetHref()
      Returns the value of the property that maps to the targetHref element.
      Returns:
      the value of the TARGET_HREF_PROPERTY property.
    • setTargetHref

      public void setTargetHref(String aValue)
      Sets the value of the property that maps to the targetHref element.
      Parameters:
      aValue - the value to set for the TARGET_HREF_PROPERTY property.
    • getSourceHref

      public String getSourceHref()
      Returns the value of the property that maps to the sourceHref element.
      Returns:
      the value of the SOURCE_HREF_PROPERTY property.
    • setSourceHref

      public void setSourceHref(String aValue)
      Sets the value of the property that maps to the sourceHref element.
      Parameters:
      aValue - the value to set for the SOURCE_HREF_PROPERTY property.