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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the authority.Returns an online resource document specifying the meaning of identifier values.void
setAuthorityName
(String aAuthorityName) Sets the name of the authority.void
setOnlineResource
(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:ALcdWMSAuthorityURL
Returns the name of the authority.- Specified by:
getAuthorityName
in 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:ALcdWMSAuthorityURL
Returns an online resource document specifying the meaning of identifier values.- Specified by:
getOnlineResource
in 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
-