public abstract class ALcdWMSServiceMetaData
extends java.lang.Object
Constructor and Description |
---|
ALcdWMSServiceMetaData() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getKeyword(int aIndex)
Returns the keyword at the given index.
|
abstract int |
getKeywordCount()
Returns the number of keywords.
|
abstract int |
getLayerLimit()
Returns the maximum number of layers that a client can request in a single request.
|
abstract int |
getMaxHeight()
Returns the maximum height value that a client is permitted to include in a single request.
|
abstract int |
getMaxWidth()
Returns the maximum width value that a client is permitted to include in a single request.
|
TLcdWMSURL |
getOnlineResource()
Returns a
TLcdWMSURL representing the online resource. |
abstract java.net.URL |
getOnlineResourceURL()
Deprecated.
Use the method
getOnlineResource() instead of this method. |
abstract java.lang.String |
getServiceAbstract()
Returns the abstract of the service.
|
abstract java.lang.String |
getServiceName()
Returns the name of the service.
|
abstract java.lang.String |
getServiceTitle()
Returns the title of the service.
|
public abstract java.lang.String getServiceName()
public abstract java.lang.String getServiceTitle()
String
with the service title.public abstract java.lang.String getServiceAbstract()
public abstract java.net.URL getOnlineResourceURL()
getOnlineResource()
instead of this method.URL
with the resourseURL.public TLcdWMSURL getOnlineResource()
TLcdWMSURL
representing the online resource.TLcdWMSURL
representing the online resource.public abstract int getLayerLimit()
public abstract int getMaxWidth()
public abstract int getMaxHeight()
public abstract int getKeywordCount()
public abstract java.lang.String getKeyword(int aIndex) throws java.lang.IndexOutOfBoundsException
aIndex
- the index of the keyword to return.java.lang.IndexOutOfBoundsException
- if invalid index.