com.moximedia.aims
Class AimsGeocodeTag

java.lang.Object
  extended bycom.moximedia.aims.AimsGeocodeTag
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class AimsGeocodeTag
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

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

Constructor Summary
AimsGeocodeTag()
          Creates new AimsGeocodeTag.
AimsGeocodeTag(java.lang.String id, java.lang.String value)
          Creates new AimsGeocodeTag with setter arguments
 
Method Summary
 java.lang.Object clone()
          Creates a copy of this object.
 java.lang.String getId()
           
 void setAxlAttribute(java.lang.String tag, java.lang.String name, java.lang.String value)
          Sets one of the attributes of this object using a string value.
 void setId(java.lang.String id)
           
 void setValue(java.lang.String value)
           
 java.lang.String toAxlString()
          Returns the AXL string to refresh this object, using the default environment coordinate separators.
 java.lang.String toAxlString(AimsEnvironment env)
          Returns the AXL string to refresh this object, using the coordinate separators in the specified environnment setting.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AimsGeocodeTag

public AimsGeocodeTag()
Creates new AimsGeocodeTag.


AimsGeocodeTag

public AimsGeocodeTag(java.lang.String id,
                      java.lang.String value)
Creates new AimsGeocodeTag with setter arguments

Parameters:
id - The GCTAG id.
value - The GCTAG value.
Method Detail

clone

public java.lang.Object clone()
Creates a copy of this object.

Returns:
An object that is a copy of this object. Note that the returned value is a java.lang.Object that must be cast to an AimsGeocodeTag before use.

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

setValue

public void setValue(java.lang.String value)

toAxlString

public java.lang.String toAxlString()
Returns the AXL string to refresh this object, using the default environment coordinate separators. This method is not typically used by the application programmer.

Returns:
The AXL string to refresh this object.

toAxlString

public java.lang.String toAxlString(AimsEnvironment env)
Returns the AXL string to refresh this object, using the coordinate separators in the specified environnment setting. This method is not typically used by the application programmer.

Parameters:
env - The environment object containing coordinate separators.
Returns:
The AXL string to refresh this object.

setAxlAttribute

public void setAxlAttribute(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:
tag - The AXL element tag containing this attribute (not used).
name - The AXL attribute name.
value - The AXL attribute value.


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