| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.syndication.feed.module.georss.geometries.AbstractGeometry
com.sun.syndication.feed.module.georss.geometries.AbstractGeometricPrimitive
com.sun.syndication.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 | |
|---|---|
 java.lang.Object | 
clone()
Make a deep copy of the geometric object  | 
 boolean | 
equals(java.lang.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 java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
AbstractGeometry
clone in class AbstractGeometryjava.lang.CloneNotSupportedExceptionpublic boolean equals(java.lang.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 | |||||||||