Package com.luciad.wms.server.model
Class ALcdWMSServiceMetaData
java.lang.Object
com.luciad.wms.server.model.ALcdWMSServiceMetaData
- Direct Known Subclasses:
TLcdWMSServiceMetaData
Contains information about service meta data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns anTLcdOWSServiceProvidercontaining the contact information of the service ornullif noTLcdOWSServiceProviderwas configured.abstract StringgetKeyword(int aIndex) Returns the keyword at the given index.abstract intReturns the number of keywords.abstract intReturns the maximum number of layers that a client can request in a single request.abstract intReturns the maximum height value that a client is permitted to include in a single request.abstract intReturns the maximum width value that a client is permitted to include in a single request.Returns aTLcdWMSURLrepresenting the online resource.abstract URLDeprecated.abstract StringReturns the abstract of the service.Returns the access constraint of the service.abstract StringReturns the name of the service.abstract StringReturns the title of the service.
-
Constructor Details
-
ALcdWMSServiceMetaData
public ALcdWMSServiceMetaData()
-
-
Method Details
-
getServiceName
Returns the name of the service.- Returns:
- the name of the service.
-
getServiceTitle
Returns the title of the service.- Returns:
- a
Stringwith the service title.
-
getServiceAbstract
Returns the abstract of the service.- Returns:
- the abstract containing a narrative description of the service.
-
getServiceAccessConstraint
Returns the access constraint of the service. The default value is"none".- Returns:
- the access constraint of the service.
- Since:
- 2022.0
-
getContactInformation
Returns anTLcdOWSServiceProvidercontaining the contact information of the service ornullif noTLcdOWSServiceProviderwas configured.- Returns:
- an
TLcdOWSServiceProvidercontaining the contact information of the service ornullif noTLcdOWSServiceProviderwas configured. - Since:
- 2022.0
-
getOnlineResourceURL
Deprecated.Use the methodgetOnlineResource()instead of this method.Returns an online resourceURL.- Returns:
- a
URLwith the resourseURL.
-
getOnlineResource
Returns aTLcdWMSURLrepresenting the online resource.- Returns:
- a
TLcdWMSURLrepresenting the online resource.
-
getLayerLimit
public abstract int getLayerLimit()Returns the maximum number of layers that a client can request in a single request. If no limit is imposed this method should return -1.- Returns:
- the maximum number of layers that a client can request in a single request. If no limit is imposed this method should return -1.
-
getMaxWidth
public abstract int getMaxWidth()Returns the maximum width value that a client is permitted to include in a single request. If no limit is imposed this method should return -1.- Returns:
- the maximum width value that a client is permitted to include in a single request. If no limit is imposed this method should return -1.
-
getMaxHeight
public abstract int getMaxHeight()Returns the maximum height value that a client is permitted to include in a single request. If no limit is imposed this method should return -1.- Returns:
- the maximum height value that a client is permitted to include in a single request. If no limit is imposed this method should return -1.
-
getKeywordCount
public abstract int getKeywordCount()Returns the number of keywords.- Returns:
- the number of keywords.
-
getKeyword
Returns the keyword at the given index.- Parameters:
aIndex- the index of the keyword to return.- Returns:
- the keyword at the given index.
- Throws:
IndexOutOfBoundsException- if invalid index.
-
getOnlineResource()instead of this method.