org.geotools.data.ows
Class Service

java.lang.Object
  extended byorg.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.


Constructor Summary
Service()
           
 
Method Summary
 java.lang.String get_abstract()
           
 org.opengis.metadata.citation.ResponsibleParty getContactInformation()
          Information about a contact person for the service.
 java.lang.String[] getKeywordList()
           
 int getLayerLimit()
           
 int getMaxHeight()
           
 int getMaxWidth()
           
 java.lang.String getName()
           
 java.net.URL getOnlineResource()
           
 java.lang.String getTitle()
           
 void set_abstract(java.lang.String _abstract)
           
 void setContactInformation(org.opengis.metadata.citation.ResponsibleParty contactInformation)
           
 void setKeywordList(java.lang.String[] keywordList)
           
 void setLayerLimit(int layerLimit)
           
 void setMaxHeight(int maxHeight)
           
 void setMaxWidth(int maxWidth)
           
 void setName(java.lang.String name)
           
 void setOnlineResource(java.net.URL onlineResource)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Service

public Service()
Method Detail

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.