com.moximedia.aims
Class AimsEditTools

java.lang.Object
  extended bycom.moximedia.aims.AimsEditTools
All Implemented Interfaces:
java.io.Serializable

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

Manages the toolsets for IMF editing routines.

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

Field Summary
 int COGO_DISTANCE_UNITS_FEET
           
 int COGO_DISTANCE_UNITS_METERS
           
 
Constructor Summary
AimsEditTools()
          Creates new AimsEditingTools
AimsEditTools(AimsWebSiteConfig config)
          Creates new AimsEditingTools
 
Method Summary
 int getCogoDistanceUnits()
           
 Projection getCogoProjection()
           
 AimsFeature getEditFeature()
           
 java.lang.String getEditFeatureId()
           
 AimsWebSiteConfig getSiteConfig()
           
 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 setCogoProjection(Projection prj)
           
 void setEditFeature(AimsFeature feature)
           
 void setEditFeatureId(java.lang.String featureId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COGO_DISTANCE_UNITS_FEET

public int COGO_DISTANCE_UNITS_FEET

COGO_DISTANCE_UNITS_METERS

public int COGO_DISTANCE_UNITS_METERS
Constructor Detail

AimsEditTools

public AimsEditTools()
Creates new AimsEditingTools


AimsEditTools

public AimsEditTools(AimsWebSiteConfig config)
Creates new AimsEditingTools

Method Detail

getCogoDistanceUnits

public int getCogoDistanceUnits()

getCogoProjection

public Projection getCogoProjection()

getEditFeature

public AimsFeature getEditFeature()

setEditFeature

public void setEditFeature(AimsFeature feature)

getEditFeatureId

public java.lang.String getEditFeatureId()

setEditFeatureId

public void setEditFeatureId(java.lang.String featureId)

getSiteConfig

public AimsWebSiteConfig getSiteConfig()

setCogoProjection

public void setCogoProjection(Projection prj)

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.
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.