org.geotools.data.wms.xml
Class MetadataURL

Object
  extended by MetadataURL

public class MetadataURL
extends Object

A Map Server may use zero or more MetadataURL elements to offer detailed, standardized metadata about the data underneath a particular layer. The type attribute indicates the standard to which the metadata complies. Two types are defined at present: 'TC211' = ISO TC211 19115; 'FGDC' = FGDC CSDGM. The format element indicates how the metadata is structured. -->

Author:
Meine Toonen meinetoonen@b3partners.nl

Field Summary
protected  String format
           
protected  String type
           
protected  URL url
           
 
Constructor Summary
MetadataURL(URL url, String type, String format)
           
 
Method Summary
 String getFormat()
           
 String getType()
           
 URL getUrl()
           
 void setFormat(String format)
           
 void setType(String type)
           
 void setUrl(URL url)
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

url

protected URL url

type

protected String type

format

protected String format
Constructor Detail

MetadataURL

public MetadataURL(URL url,
                   String type,
                   String format)
Method Detail

getFormat

public String getFormat()

setFormat

public void setFormat(String format)

getType

public String getType()

setType

public void setType(String type)

getUrl

public URL getUrl()

setUrl

public void setUrl(URL url)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1996-2014 Geotools. All Rights Reserved.