Class TLcdSLDRemoteOWS

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.wms.sld.model.TLcdSLDRemoteOWS
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdSLDRemoteOWS extends TLcdDataObject
Represents a reference to a remote WFS or WCS server.
  • Constructor Details

    • TLcdSLDRemoteOWS

      public TLcdSLDRemoteOWS()
      Creates a new TLcdSLDRemoteOWS instance.
    • TLcdSLDRemoteOWS

      public TLcdSLDRemoteOWS(String aService, TLcdSLDOnlineResource aOnlineResource)
      Creates a new TLcdSLDRemoteOWS instance with the given service and online resource identification.
      Parameters:
      aService - The service of the remote server.
      aOnlineResource - The location of the remote server.
    • TLcdSLDRemoteOWS

      public TLcdSLDRemoteOWS(TLcdDataType aTLcdDataType)
      Creates a new TLcdSLDRemoteOWS instance.
  • Method Details

    • getService

      public String getService()
      Returns the value of the property that maps to the Service element.

      A Service refers to the type of a remote OWS server, this must be either 'WFS' or 'WCS'.

      Returns:
      the value of the SERVICE_PROPERTY property.
    • setService

      public void setService(String aValue)
      Sets the value of the property that maps to the Service element.

      A Service refers to the type of a remote OWS server, this must be either 'WFS' or 'WCS'.

      Parameters:
      aValue - the value to set for the SERVICE_PROPERTY property.
    • getOnlineResource

      public TLcdSLDOnlineResource getOnlineResource()
      Returns the value of the property that maps to the OnlineResource element.
      Returns:
      the value of the ONLINE_RESOURCE_PROPERTY property.
    • setOnlineResource

      public void setOnlineResource(TLcdSLDOnlineResource aValue)
      Sets the value of the property that maps to the OnlineResource element.
      Parameters:
      aValue - the value to set for the ONLINE_RESOURCE_PROPERTY property.