org.opengis.layer
Interface AuthorityURL


@XmlElement(value="AuthorityURL")
public interface AuthorityURL

Encloses an OnLineResource which states the linkage of a document defining the meaning of the Identifier values which reference this AuthorityURL.

Since:
GeoAPI 2.0
Version:
Implementation specification 1.3

Method Summary
 String getName()
          Provides the name of this AuthorityURL which may be referenced by one or more Identifiers.
 OnLineResource getOnlineResource()
          Provides the linkage to the document defining the meaning of the values used by Identifiers which reference this AuthorityURL.
 

Method Detail

getName

@XmlElement(value="Name")
String getName()
Provides the name of this AuthorityURL which may be referenced by one or more Identifiers.

Returns:
this AuthorityURL's name.

getOnlineResource

@XmlElement(value="OnlineResource")
OnLineResource getOnlineResource()
Provides the linkage to the document defining the meaning of the values used by Identifiers which reference this AuthorityURL.

Returns:
the linkage to the Identifier value defining document.


Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.