| |
|
| java.lang.Object org.geotools.data.ows.Service
Service | public class Service (Code) | | 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.
|
getContactInformation | public ResponsibleParty getContactInformation()(Code) | | 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.
|
getLayerLimit | public int getLayerLimit()(Code) | | |
getMaxHeight | public int getMaxHeight()(Code) | | |
getMaxWidth | public int getMaxWidth()(Code) | | |
getOnlineResource | public URL getOnlineResource()(Code) | | |
setContactInformation | public void setContactInformation(ResponsibleParty contactInformation)(Code) | | |
setKeywordList | public void setKeywordList(String[] keywordList)(Code) | | |
setLayerLimit | public void setLayerLimit(int layerLimit)(Code) | | |
setMaxHeight | public void setMaxHeight(int maxHeight)(Code) | | |
setMaxWidth | public void setMaxWidth(int maxWidth)(Code) | | |
setOnlineResource | public void setOnlineResource(URL onlineResource)(Code) | | |
set_abstract | public void set_abstract(String _abstract)(Code) | | |
|
|
|