|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectShapefileURLServiceInfo
public class ShapefileURLServiceInfo
ServiceInfo for ShapefileDataStore.
modules/plugin/shapefile (gt-shapefile.jar)
Method Summary | |
---|---|
String |
getDescription()
Human readable description of this service. |
Icon |
getIcon()
|
Set<String> |
getKeywords()
Keywords associated with this service. |
URI |
getPublisher()
Party responsible for providing this service. |
URI |
getSchema()
A URI used to identify the service type. |
URI |
getSource()
Returns the service source. |
String |
getTitle()
Human readable title representing the service. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public URI getSchema()
ServiceInfo
Maps to the Dublin Code Format element.
getSchema
in interface ServiceInfo
public Icon getIcon()
public URI getPublisher()
ServiceInfo
Known mappings:
getPublisher
in interface ServiceInfo
public String getDescription()
ServiceInfo
This use is understood to be in agreement with "dublin-core", implementors may use either abstract or description as needed.
A textual description of the content of the resource, including abstracts in the case of document-like objects or content descriptions in the case of visual resources.When providing actual dublin-core metadata you can gather up all the description information into a single string for searching.
getDescription
in interface ServiceInfo
public String getTitle()
ServiceInfo
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.
getTitle
in interface ServiceInfo
public URI getSource()
ServiceInfo
Maps to the Dublin Core Server Element.
getSource
in interface ServiceInfo
public Set<String> getKeywords()
ServiceInfo
Maps to the Dublin Core Subject element.
getKeywords
in interface ServiceInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |