- Direct Known Subclasses:
TLcdWMSAuthorityURL
public abstract class ALcdWMSAuthorityURL
extends Object
Defines a particular authority.
-
Constructor Summary 
Constructors
-
Method Summary 
Returns the name of the authority.
Returns an online resource document specifying the meaning of identifier values.
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
ALcdWMSAuthorityURL 
public ALcdWMSAuthorityURL()
-
Method Details 
-
getAuthorityName 
public abstract String getAuthorityName()
Returns the name of the authority.
- Returns:
- the name of the authority.
-
getOnlineResource 
public abstract URL getOnlineResource()
Returns an online resource document specifying the meaning of identifier values.
- Returns:
- an online resource document specifying the meaning of identifier values.