|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsEditTools
Manages the toolsets for IMF editing routines.
| Field Summary | |
static int |
COGO_DISTANCE_UNITS_FEET
Enumeration for feet units. |
static int |
COGO_DISTANCE_UNITS_METERS
Enumeration for metric units. |
| Constructor Summary | |
AimsEditTools()
Creates new AimsEditingTools |
|
AimsEditTools(AimsWebSiteConfig config)
Creates new AimsEditingTools. |
|
| Method Summary | |
int |
getCogoDistanceUnits()
Gets the COGO distance units enumeration. |
Projection |
getCogoProjection()
Gets the COCO projection. |
AimsFeature |
getEditFeature()
Gets the current edit feature. |
java.lang.String |
getEditFeatureId()
Gets the feature id of the current edit feature. |
boolean |
getShowVerticies()
Returns an indicator of whether the verticies of edit shapes are shown. |
AimsWebSiteConfig |
getSiteConfig()
Gets the site configuration object associated with this object. |
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)
Sets the projection used in the COGO routines. |
void |
setEditFeature(AimsFeature feature)
Sets the current edit feature. |
void |
setEditFeatureId(java.lang.String featureId)
Sets the edit feature id. |
void |
setShowVerticies(boolean show)
Sets whether to show the verticies of edit shapes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int COGO_DISTANCE_UNITS_FEET
public static final int COGO_DISTANCE_UNITS_METERS
| Constructor Detail |
public AimsEditTools()
public AimsEditTools(AimsWebSiteConfig config)
config - The site configuration object.| Method Detail |
public int getCogoDistanceUnits()
public Projection getCogoProjection()
public AimsFeature getEditFeature()
public void setEditFeature(AimsFeature feature)
feature - The current edit feature.public java.lang.String getEditFeatureId()
public void setEditFeatureId(java.lang.String featureId)
featureId - The edit feature id.public AimsWebSiteConfig getSiteConfig()
public void setCogoProjection(Projection prj)
prj - The projection.public boolean getShowVerticies()
public void setShowVerticies(boolean show)
show - True if they should be shown, otherwise false.
public void setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value)
tag - The AXL element tag containing this attribute.name - The AXL attribute name.value - The AXL attribute value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||