com.moximedia.aims
Interface AimsValueMapObject

All Known Implementing Classes:
AimsExact, AimsOther, AimsRange

public interface AimsValueMapObject

This interface is provided to allow processes to call methods on objects that implement this interface without needing to cast the object to it's type.

Author:
Doug Cates - www.moximedia.com

Method Summary
 java.lang.Object clone()
           
 void highlight(AimsColor highlightColor, double transparency)
           
 boolean isModified()
           
 void setModified(boolean isModified)
           
 java.lang.String toAxlString()
           
 java.lang.String toAxlString(AimsEnvironment env)
           
 

Method Detail

toAxlString

public java.lang.String toAxlString()

toAxlString

public java.lang.String toAxlString(AimsEnvironment env)

clone

public java.lang.Object clone()

isModified

public boolean isModified()

setModified

public void setModified(boolean isModified)

highlight

public void highlight(AimsColor highlightColor,
                      double transparency)


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