org.geotools.data.shapefile
Class ShapefileFileServiceInfo

java.lang.Object
  extended by org.geotools.data.shapefile.ShapefileFileServiceInfo
All Implemented Interfaces:
ServiceInfo

public class ShapefileFileServiceInfo
extends java.lang.Object
implements ServiceInfo

ServiceInfo for ShapefileDataStore.

Author:
Jody Garnett (Refractions Reserach)

Method Summary
 java.lang.String getDescription()
          Human readable description of this service.
 javax.swing.Icon getIcon()
           
 java.util.Set<java.lang.String> getKeywords()
          Keywords associated with this service.
 java.net.URI getPublisher()
          Party responsible for providing this service.
 java.net.URI getSchema()
          A URI used to identify the service type.
 java.net.URI getSource()
          Returns the service source.
 java.lang.String getTitle()
          Human readable title representing the service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSchema

public java.net.URI getSchema()
Description copied from interface: ServiceInfo
A URI used to identify the service type.

Maps to the Dublin Code Format element.

Specified by:
getSchema in interface ServiceInfo
Returns:
URI used to identify service type

getIcon

public javax.swing.Icon getIcon()

getPublisher

public java.net.URI getPublisher()
Description copied from interface: ServiceInfo
Party responsible for providing this service.

Known mappings:

Specified by:
getPublisher in interface ServiceInfo
Returns:
URI identifying the publisher of this service

getDescription

public java.lang.String getDescription()
Description copied from interface: ServiceInfo
Human readable description of this service.

This use is understood to be in agreement with "dublin-core", implementors may use either abstract or description as needed.

Specified by:
getDescription in interface ServiceInfo
Returns:
Human readable description, may be null.

getTitle

public java.lang.String getTitle()
Description copied from interface: ServiceInfo
Human readable title representing the service.

The title is used to represent the service in the context of a user interface and should make use of the current Locale if possible.

Specified by:
getTitle in interface ServiceInfo
Returns:
title, null if unsupported.

getSource

public java.net.URI getSource()
Description copied from interface: ServiceInfo
Returns the service source.

Maps to the Dublin Core Server Element.

Specified by:
getSource in interface ServiceInfo
Returns:
Source of this service

getKeywords

public java.util.Set<java.lang.String> getKeywords()
Description copied from interface: ServiceInfo
Keywords associated with this service.

Maps to the Dublin Core Subject element.

Specified by:
getKeywords in interface ServiceInfo
Returns:
keywords associated with this service.


Copyright © 1996-2010 Geotools. All Rights Reserved.