| java.lang.Object org.geotools.catalog.defaults.DefaultServiceInfo
DefaultServiceInfo | public class DefaultServiceInfo implements ServiceInfo(Code) | | Implementation of ServiceInfo.
author: Justin Deoliveira, The Open Planning Project |
sourcepublisher | protected URI sourcepublisher(Code) | | |
titledescription_abstract | protected String titledescription_abstract(Code) | | |
DefaultServiceInfo | protected DefaultServiceInfo()(Code) | | |
getAbstract | public String getAbstract()(Code) | | Return the service abstract
|
getDescription | public String getDescription()(Code) | | Returns the service description
|
getIcon | public Icon getIcon()(Code) | | Base symbology (with out decorators) representing this IService.
The Icon returned should conform the the Eclipse User Interface Guidelines (16x16
image with a 16x15 glyph centered).
This plug-in provides default images based on service type:
<b>return</b> ISharedImages.getImagesDescriptor( IService );
Any LabelProvider should use the default image, a label decorator should be used to pick up
these images in a separate thread. This allows services like WFS make blocking request to
pick up the image from their GetCapabilities.
Icon symbolizing this IService. |
getKeywords | public String[] getKeywords()(Code) | | Returns the service keywords. Maps to the Dublin Core Subject element.
|
getPublisher | public URI getPublisher()(Code) | | Return the service publisher
|
getSchema | public URI getSchema()(Code) | | Returns the xml schema namespace for this service type. Maps to the Dublin Code Format
element
|
getSource | public URI getSource()(Code) | | Returns the service source. Maps to the Dublin Core Server Element
|
getTitle | public String getTitle()(Code) | | Returns the service title, may be empty or null if unsupported.
Note this is always metadata, and is in user terms.
title, may be empty, null if unsupported. |
setDescription | public void setDescription(String description)(Code) | | |
setPublisher | public void setPublisher(URI publisher)(Code) | | |
setSchema | public void setSchema(URI schema)(Code) | | |
setSource | public void setSource(URI source)(Code) | | |
|
|