Class TLcdWMSAuthorityURL

java.lang.Object
com.luciad.wms.server.model.ALcdWMSAuthorityURL
com.luciad.wms.server.model.TLcdWMSAuthorityURL

public class TLcdWMSAuthorityURL extends ALcdWMSAuthorityURL
Default implementation of ALcdWMSAuthorityURL.
  • Constructor Details

    • TLcdWMSAuthorityURL

      public TLcdWMSAuthorityURL()
  • Method Details

    • getAuthorityName

      public String getAuthorityName()
      Description copied from class: ALcdWMSAuthorityURL
      Returns the name of the authority.
      Specified by:
      getAuthorityName in class ALcdWMSAuthorityURL
      Returns:
      the name of the authority.
    • setAuthorityName

      public void setAuthorityName(String aAuthorityName)
      Sets the name of the authority.
      Parameters:
      aAuthorityName - the name of the authority.
      See Also:
    • getOnlineResource

      public URL getOnlineResource()
      Description copied from class: ALcdWMSAuthorityURL
      Returns an online resource document specifying the meaning of identifier values.
      Specified by:
      getOnlineResource in class ALcdWMSAuthorityURL
      Returns:
      an online resource document specifying the meaning of identifier values.
    • setOnlineResource

      public void setOnlineResource(URL aOnlineResource)
      Sets the URL of the document defining the meaning of the Identifier values.
      Parameters:
      aOnlineResource - the URL of the document defining the meaning of the Identifier values.
      See Also:
    • toString

      public String toString()
      Overrides:
      toString in class Object