Class TLcdOWSAbstractReferenceBase

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSAbstractReferenceBase
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdOWSReference

public class TLcdOWSAbstractReferenceBase extends TLcdDataObject
Base for a reference to a remote or local resource.

This type contains only a restricted and annotated set of the attributes from the xlink:simpleAttrs attributeGroup.

  • Field Details Link icon

    • TYPE_PROPERTY Link icon

      public static final TLcdDataProperty TYPE_PROPERTY
      Data property that maps to the type attribute. The possible values for this property are the public QName constants defined in this class.
  • Constructor Details Link icon

    • TLcdOWSAbstractReferenceBase Link icon

      public TLcdOWSAbstractReferenceBase()
    • TLcdOWSAbstractReferenceBase Link icon

      public TLcdOWSAbstractReferenceBase(TLcdDataType aType)
  • Method Details Link icon

    • getType Link icon

      public String getType()
      Returns the value of the property that maps to the type 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 Link icon

      public void setType(String aValue)
      Sets the value of the property that maps to the type attribute.

      The possible values for this property are the public QName constants defined in this class.

      Parameters:
      aValue - the value to set for the TYPE_PROPERTY property.