org.geotools.data.ows
Class Service

Object
  extended by Service

public class Service
extends Object

This is a data model for the Open Web Service (OWS) metadata. This should be extended while implementing other OWSs. Name, Title and OnlineResource are required. Everything else is optional.

Module:
modules/library/main (gt-main.jar)

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

Constructor Detail

Service

public Service()
Method Detail

get_abstract

public String get_abstract()

set_abstract

public void set_abstract(String _abstract)

getKeywordList

public String[] getKeywordList()

setKeywordList

public void setKeywordList(String[] keywordList)

getName

public String getName()

setName

public void setName(String name)

getOnlineResource

public URL getOnlineResource()

setOnlineResource

public void setOnlineResource(URL onlineResource)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getLayerLimit

public int getLayerLimit()

setLayerLimit

public void setLayerLimit(int layerLimit)

getMaxDimension

public Dimension getMaxDimension()

getMaxHeight

public int getMaxHeight()

setMaxHeight

public void setMaxHeight(int maxHeight)

getMaxWidth

public int getMaxWidth()

setMaxWidth

public void setMaxWidth(int maxWidth)

getContactInformation

public 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.


setContactInformation

public void setContactInformation(ResponsibleParty contactInformation)


Copyright © 1996-2009 Geotools. All Rights Reserved.