|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsCoordsys
Implementation of ArcIMS COORDSYS object.
| Field Summary | |
static java.lang.String |
BC_ALBERS
Returns the BC_ALBERS projection string. |
static java.lang.String |
VICGRID94
Returns the VICGRID94 projection string. |
| Constructor Summary | |
AimsCoordsys()
Creates new AimsCoordsys with the default BC Albers projection |
|
AimsCoordsys(int coordsysId)
Creates new AimsCoordsys with an ID |
|
AimsCoordsys(java.lang.String coordsysString)
Creates new AimsCoordsys with a string value |
|
| Method Summary | |
java.lang.Object |
clone()
Creates a copy of 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 |
setDatumTransformId(int datumTransformId)
Sets the AimsCoordsys datum transform ID |
void |
setDatumTransformString(java.lang.String datumTransformString)
Sets the AimsCoordsys datum transform string |
void |
setId(int coordsysId)
Sets the AimsCoordsys with an ID |
void |
setString(java.lang.String coordsysString)
Sets the coordsys with a 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. |
java.lang.String |
toAxlString(java.lang.String requestType,
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 |
| Field Detail |
public static java.lang.String BC_ALBERS
public static java.lang.String VICGRID94
| Constructor Detail |
public AimsCoordsys()
public AimsCoordsys(int coordsysId)
coordsysId - The ID for the coordsys.public AimsCoordsys(java.lang.String coordsysString)
coordsysString - The coordsys string.| Method Detail |
public java.lang.Object clone()
public void setId(int coordsysId)
coordsysId - The ID for the coordsys.public void setString(java.lang.String coordsysString)
coordsysString - The coordsys string.public void setDatumTransformId(int datumTransformId)
datumTransformId - The datum transform ID for the coordsys.public void setDatumTransformString(java.lang.String datumTransformString)
datumTransformString - The datum transform string for the coordsys.public java.lang.String toAxlString()
public java.lang.String toAxlString(AimsEnvironment env)
env - The environment object containing coordinate separators.
public java.lang.String toAxlString(java.lang.String requestType,
AimsEnvironment env)
requestType - The parent tag for the AXL response.env - The environment object containing coordinate separators.
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 | |||||||||