org.cresques.px.gml
Class LineString3D

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

public class LineString3D
extends LineString

Author:
jmorell

Field Summary
 
Fields inherited from class org.cresques.px.gml.LineString
pointNr
 
Fields inherited from class org.cresques.px.gml.Geometry
proj
 
Fields inherited from class org.cresques.px.PxObj
extent, stroke
 
Constructor Summary
LineString3D()
           
 
Method Summary
 void add(Point3D pt)
           
 Point3D getPoint3D(int i)
           
 
Methods inherited from class org.cresques.px.gml.LineString
add, c, c, draw, fillColor, fillColor, getProjection, remove, reProject, setProjection
 
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

LineString3D

public LineString3D()
Method Detail

add

public void add(Point3D pt)

getPoint3D

public Point3D getPoint3D(int i)