org.geotools.data.ows
Class Service
java.lang.Object
org.geotools.data.ows.Service
- public class Service
- extends java.lang.Object
This is a data model for the OGC WMS Service metadata. Feel
free to extend it to other OGC services. Name, Title and
OnlineResource are Required. Everything else is optional.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Service
public Service()
get_abstract
public java.lang.String get_abstract()
set_abstract
public void set_abstract(java.lang.String _abstract)
getKeywordList
public java.lang.String[] getKeywordList()
setKeywordList
public void setKeywordList(java.lang.String[] keywordList)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getOnlineResource
public java.net.URL getOnlineResource()
setOnlineResource
public void setOnlineResource(java.net.URL onlineResource)
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
getLayerLimit
public int getLayerLimit()
setLayerLimit
public void setLayerLimit(int layerLimit)
getMaxHeight
public int getMaxHeight()
setMaxHeight
public void setMaxHeight(int maxHeight)
getMaxWidth
public int getMaxWidth()
setMaxWidth
public void setMaxWidth(int maxWidth)
getContactInformation
public org.opengis.metadata.citation.ResponsibleParty getContactInformation()
- Information about a contact person for the service. Uses the GeoAPI
citation metadata model, which does not map directly to the WMS
specification, but it is close.
The Role field is not used.
- Returns:
setContactInformation
public void setContactInformation(org.opengis.metadata.citation.ResponsibleParty contactInformation)
Copyright © GeoTools. All Rights Reserved.