Class TLcdOWSDCP

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSDCP
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdOWSDCP extends TLcdDataObject
  • Field Details

    • HTTP_PROPERTY

      public static final TLcdDataProperty HTTP_PROPERTY
      Data property that maps to the HTTP element. The possible values for this property are instances of TLcdOWSHTTP.
  • Constructor Details

    • TLcdOWSDCP

      public TLcdOWSDCP()
    • TLcdOWSDCP

      public TLcdOWSDCP(TLcdDataType aType)
  • Method Details

    • getHTTP

      public TLcdOWSHTTP getHTTP()
      Returns the value of the property that maps to the HTTP element.

      Connect point URLs for the HTTP Distributed Computing Platform (DCP). Normally, only one Get and/or one Post is included in this element. More than one Get and/or Post is allowed to support including alternative URLs for uses such as load balancing or backup.

      Returns:
      the value of the HTTP_PROPERTY property.
    • setHTTP

      public void setHTTP(TLcdOWSHTTP aValue)
      Sets the value of the property that maps to the HTTP element.

      Connect point URLs for the HTTP Distributed Computing Platform (DCP). Normally, only one Get and/or one Post is included in this element. More than one Get and/or Post is allowed to support including alternative URLs for uses such as load balancing or backup.

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