Class TLcdWMSIdentifier

java.lang.Object
com.luciad.wms.server.model.TLcdWMSIdentifier

public final class TLcdWMSIdentifier extends Object
An identifier is an ID number or a label defined by a particular authority.
  • Constructor Details

    • TLcdWMSIdentifier

      public TLcdWMSIdentifier(String aAuthority, String aIdentifierValue)
      Constructs a TLcdWMSIdentifier with the name of the authority and the value of the identifier.
      Parameters:
      aAuthority - the name of the defining authority.
      aIdentifierValue - the value of the identifier.
  • Method Details

    • getAuthority

      public String getAuthority()
      Returns the name of the defining authority.
      Returns:
      the name of the defining authority.
    • getIdentifierValue

      public String getIdentifierValue()
      Returns the value of the identifier.
      Returns:
      the value of the identifier.
    • toString

      public String toString()
      Overrides:
      toString in class Object