|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.esri.aims.mtier.model.wmsmap.PointObject
Constructor Summary | |
PointObject()
Constructs an instance of a PointObject |
Method Summary | |
String |
getID()
Returns the PointObjects ID value. |
String |
getName()
Returns the PointObjects name value. |
String |
getType()
|
double |
getX()
Returns the PointObjects x coordinate location value. |
double |
getY()
Returns the PointObjects y coordinate location value. |
void |
setID(String value)
Sets PointObjects ID value. |
void |
setName(String value)
Sets the PointObjects name value. |
void |
setX(double value)
Sets the PointObjects x coordinate location value. |
void |
setY(double value)
Sets the PointObjects y coordinate location value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PointObject()
Method Detail |
public String getType()
public void setX(double value)
value
- the x coordinate value.getX()
public double getX()
setX(double)
public void setY(double value)
value
- the y coordinate value.getY()
public double getY()
setY(double)
public void setName(String value)
value
- the name value.getName()
public String getName()
setName(java.lang.String)
public void setID(String value)
value
- the id value.getID()
public String getID()
setID(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |