org.cresques.px.gml
Class Point3D

java.lang.Object
  extended byorg.cresques.px.PxObj
      extended byorg.cresques.px.gml.Geometry
          extended byorg.cresques.px.gml.Point
              extended byorg.cresques.px.gml.Point3D
All Implemented Interfaces:
Drawable, Extent.Has, Projected

public class Point3D
extends Point

Author:
jmorell

Field Summary
 
Fields inherited from class org.cresques.px.gml.Point
pointNr, text
 
Fields inherited from class org.cresques.px.gml.Geometry
proj
 
Fields inherited from class org.cresques.px.PxObj
extent, stroke
 
Constructor Summary
Point3D()
           
 
Method Summary
 void add(Point3D pt)
           
 Point3D getPoint3D(int i)
           
 
Methods inherited from class org.cresques.px.gml.Point
add, c, c, draw, fillColor, fillColor, getProjection, isTextPoint, reProject, setProjection, setTextPoint
 
Methods inherited from class org.cresques.px.gml.Geometry
get, getData, getExtent, pointNr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point3D

public Point3D()
Method Detail

add

public void add(Point3D pt)

getPoint3D

public Point3D getPoint3D(int i)