org.deegree.ogcwebservices.getcapabilities
Class MetadataURL
java.lang.Object
org.deegree.ogcbase.BaseURL
org.deegree.ogcwebservices.getcapabilities.MetadataURL
public class MetadataURL
- extends BaseURL
A WFS/WMS/WCS should use one or more elements to offer detailed, standardized
metadata about the data underneath a particular layer. The MetadataURL
element
shall not be used to reference metadata in a non-standardized metadata format.
The type attribute indicates the standard to which the metadata complies, three types are defined
at present (from the WFS 1.1.0 specification):
Type value |
Metadata standard |
'TC211' or 'ISO19115' |
ISO TC211 19115 |
'FGDC' |
FGDC CSDGM |
'ISO19139' |
ISO 19139 |
- Version:
- $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 Jun 2009) $
- Author:
- Katharina Lupp , Markus Schneider
Constructor Summary |
MetadataURL(java.lang.String type,
java.lang.String format,
java.net.URL onlineResource)
Constructs a new MetadataURL instance. |
Method Summary |
java.lang.String |
getType()
returns the type attribute indicating the standard to which the metadata complies. |
void |
setType(java.lang.String type)
sets the type attribute indicating the standard to which the metadata complies. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MetadataURL
public MetadataURL(java.lang.String type,
java.lang.String format,
java.net.URL onlineResource)
- Constructs a new MetadataURL instance.
- Parameters:
type
- format
- onlineResource
-
getType
public java.lang.String getType()
- returns the type attribute indicating the standard to which the metadata complies.
- Returns:
- the type attribute indicating the standard to which the metadata complies.
setType
public void setType(java.lang.String type)
- sets the type attribute indicating the standard to which the metadata complies.
- Parameters:
type
-
toString
public java.lang.String toString()
- Overrides:
toString
in class BaseURL
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org