Package org.geotools.data.ows
Class Service
Object
Service
- Direct Known Subclasses:
WMTSService
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInformation about a contact person for the service.String[]intintintgetName()getTitle()voidset_abstract(String _abstract) voidsetContactInformation(ResponsibleParty contactInformation) voidsetKeywordList(String... keywordList) voidsetLayerLimit(int layerLimit) voidsetMaxHeight(int maxHeight) voidsetMaxWidth(int maxWidth) voidvoidsetOnlineResource(URL onlineResource) void
-
Constructor Details
-
Service
public Service()
-
-
Method Details
-
get_abstract
-
set_abstract
-
getKeywordList
-
setKeywordList
-
getName
-
setName
-
getOnlineResource
-
setOnlineResource
-
getTitle
-
setTitle
-
getLayerLimit
public int getLayerLimit() -
setLayerLimit
public void setLayerLimit(int layerLimit) -
getMaxDimension
-
getMaxHeight
public int getMaxHeight() -
setMaxHeight
public void setMaxHeight(int maxHeight) -
getMaxWidth
public int getMaxWidth() -
setMaxWidth
public void setMaxWidth(int maxWidth) -
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
-