|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rometools.feed.module.georss.geometries.AbstractGeometry
org.rometools.feed.module.georss.geometries.AbstractGeometricPrimitive
org.rometools.feed.module.georss.geometries.Point
public final class Point
Point object, contains a position
| Constructor Summary | |
|---|---|
Point()
Creates a new instance of Point |
|
Point(Position pos)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Make a deep copy of the geometric object |
boolean |
equals(Object obj)
|
Position |
getPosition()
Get the position |
void |
setPosition(Position pos)
Set the position |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Point()
public Point(Position pos)
| Method Detail |
|---|
public Object clone()
throws CloneNotSupportedException
AbstractGeometry
clone in class AbstractGeometryCloneNotSupportedExceptionpublic boolean equals(Object obj)
equals in class AbstractGeometrypublic Position getPosition()
public void setPosition(Position pos)
pos - the new position
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||