|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceInfo
This interface defines methods to convey information about some resource such as title, keywords, description and spatial parameters.
It is based on Dublin Core (a metadata specification initiative; http://dublincore.org/) and the RDF application profile.
There are two ids that may be associated with a resource:
Method Summary | |
---|---|
ReferencedEnvelope |
getBounds()
Returns the bounds of the resource, expressed in the native coordinate reference system. |
CoordinateReferenceSystem |
getCRS()
Returns the coordinate reference system of this resource if known. |
String |
getDescription()
Returns a description or abstract for this resource. |
Set<String> |
getKeywords()
Returns keywords associated with this resource for use with searches etc. |
String |
getName()
Returns the name of this resource within the context of its service. |
URI |
getSchema()
A namespace, in the form of a URI , used to identify the resource type. |
String |
getTitle()
Returns the resource's title. |
Method Detail |
---|
String getTitle()
The title is human readable text representing the resource, in the current locale if available.
Set<String> getKeywords()
Known Mappings:
null
if unavailableString getDescription()
Known Mappings:
null
if unavailableString getName()
Known mappings:
URI getSchema()
URI
, used to identify the resource type.
Known Mappings:
ReferencedEnvelope getBounds()
isNull()
on the returned envelope will return true
.
isNull()
returns true
CoordinateReferenceSystem getCRS()
Known Mappings:
null
if unavailable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |