com.moximedia.ows.wms.capabilities
Class OnlineResource

java.lang.Object
  extended bycom.moximedia.ows.wms.capabilities.OnlineResource
All Implemented Interfaces:
java.io.Serializable

public class OnlineResource
extends java.lang.Object
implements java.io.Serializable

Implementation of WMS online resource. Used when parsing WMS capabilities responses to save the useful properties contained in the online resource sections of the response.

Author:
Doug Cates - www.moximedia.com
See Also:
Serialized Form

Field Summary
 java.lang.String href
          The URL of the online resource.
 
Constructor Summary
OnlineResource()
          Creates a new instance
 
Method Summary
 void setXmlAttribute(java.lang.String path, java.lang.String tag, java.lang.String name, java.lang.String value)
          Sets one of the attributes of this object using a string value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

href

public java.lang.String href
The URL of the online resource.

Constructor Detail

OnlineResource

public OnlineResource()
Creates a new instance

Method Detail

setXmlAttribute

public void setXmlAttribute(java.lang.String path,
                            java.lang.String tag,
                            java.lang.String name,
                            java.lang.String value)
Sets one of the attributes of this object using a string value. This method should only be called from the SAX event handler.

Parameters:
path - The full element tag.
tag - The element tag containing this attribute.
name - The attribute name.
value - The attribute value.


Internet Mapping Framework for OpenGIS Java Object Model API (v1.3.007)
Copyright © 2005 Moxi Media Inc. and Province of British Columbia. All Rights Reserved.