Package com.luciad.wms.server.model
Class TLcdWMSAuthorityURL
java.lang.Object
com.luciad.wms.server.model.ALcdWMSAuthorityURL
com.luciad.wms.server.model.TLcdWMSAuthorityURL
Default implementation of
ALcdWMSAuthorityURL.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the authority.Returns an online resource document specifying the meaning of identifier values.voidsetAuthorityName(String aAuthorityName) Sets the name of the authority.voidsetOnlineResource(URL aOnlineResource) Sets the URL of the document defining the meaning of the Identifier values.toString()
-
Constructor Details
-
TLcdWMSAuthorityURL
public TLcdWMSAuthorityURL()
-
-
Method Details
-
getAuthorityName
Description copied from class:ALcdWMSAuthorityURLReturns the name of the authority.- Specified by:
getAuthorityNamein classALcdWMSAuthorityURL- Returns:
- the name of the authority.
-
setAuthorityName
Sets the name of the authority.- Parameters:
aAuthorityName- the name of the authority.- See Also:
-
getOnlineResource
Description copied from class:ALcdWMSAuthorityURLReturns an online resource document specifying the meaning of identifier values.- Specified by:
getOnlineResourcein classALcdWMSAuthorityURL- Returns:
- an online resource document specifying the meaning of identifier values.
-
setOnlineResource
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
-