com.esri.aims.mtier.model.wmsmap
Class PointObject

java.lang.Object
  |
  +--com.esri.aims.mtier.model.wmsmap.PointObject
All Implemented Interfaces:
Serializable

public class PointObject
extends Object
implements Serializable

See Also:
Serialized Form

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

PointObject

public PointObject()
Constructs an instance of a PointObject

Method Detail

getType

public String getType()

setX

public void setX(double value)
Sets the PointObjects x coordinate location value.

Parameters:
value - the x coordinate value.
See Also:
getX()

getX

public double getX()
Returns the PointObjects x coordinate location value.

Returns:
double
See Also:
setX(double)

setY

public void setY(double value)
Sets the PointObjects y coordinate location value.

Parameters:
value - the y coordinate value.
See Also:
getY()

getY

public double getY()
Returns the PointObjects y coordinate location value.

Returns:
double
See Also:
setY(double)

setName

public void setName(String value)
Sets the PointObjects name value.

Parameters:
value - the name value.
See Also:
getName()

getName

public String getName()
Returns the PointObjects name value.

Returns:
String
See Also:
setName(java.lang.String)

setID

public void setID(String value)
Sets PointObjects ID value.

Parameters:
value - the id value.
See Also:
getID()

getID

public String getID()
Returns the PointObjects ID value.

Returns:
String
See Also:
setID(java.lang.String)