Package com.luciad.wms.server.model
Class TLcdWMSIdentifier
java.lang.Object
com.luciad.wms.server.model.TLcdWMSIdentifier
An identifier is an ID number or a label defined by a particular
authority.
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdWMSIdentifier(String aAuthority, String aIdentifierValue) Constructs aTLcdWMSIdentifierwith the name of the authority and the value of the identifier. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the defining authority.Returns the value of the identifier.toString()
-
Constructor Details
-
TLcdWMSIdentifier
Constructs aTLcdWMSIdentifierwith 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