org.cresques.px.gml
Class InsPoint3D

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

public class InsPoint3D
extends InsPoint

Extensión 3D de InsPoint.

Author:
jmorell

Field Summary
 
Fields inherited from class org.cresques.px.gml.InsPoint
pointNr, text
 
Fields inherited from class org.cresques.px.gml.Geometry
proj
 
Fields inherited from class org.cresques.px.PxObj
extent, stroke
 
Constructor Summary
InsPoint3D()
          Constructor de InsPoint3D.
 
Method Summary
 void add(Point3D pt)
          Permite añadir un punto en 3D.
 Point3D getPoint3D(int i)
          Devuelve un punto 3D dado por un índice.
 
Methods inherited from class org.cresques.px.gml.InsPoint
add, c, c, draw, encuentraBloque, fillColor, fillColor, getBlkList, getBlock, getBlockFound, getBlockName, getProjection, getRotAngle, getScaleFactor, reProject, setBlkList, setBlock, setBlockFound, setBlockName, setProjection, setRotAngle, setScaleFactor
 
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

InsPoint3D

public InsPoint3D()
Constructor de InsPoint3D.

Method Detail

add

public void add(Point3D pt)
Permite añadir un punto en 3D.


getPoint3D

public Point3D getPoint3D(int i)
Devuelve un punto 3D dado por un índice.

Returns:
Point3D, punto 3D.