com.iver.cit.gvsig.fmap.core
Class FPoint3D

java.lang.Object
  extended bycom.iver.cit.gvsig.fmap.core.FPoint2D
      extended bycom.iver.cit.gvsig.fmap.core.FPoint3D
All Implemented Interfaces:
FShape, java.awt.Shape

public class FPoint3D
extends FPoint2D

Punto 3D.

Author:
Vicente Caballero Navarro

Field Summary
 
Fields inherited from class com.iver.cit.gvsig.fmap.core.FPoint2D
p
 
Fields inherited from interface com.iver.cit.gvsig.fmap.core.FShape
LINE, MULTI, NULL, POINT, POLYGON, TEXT
 
Constructor Summary
FPoint3D(double x, double y, double z)
          Crea un nuevo FPoint3D.
 
Methods inherited from class com.iver.cit.gvsig.fmap.core.FPoint2D
cloneFShape, contains, contains, contains, contains, getBounds, getBounds2D, getPathIterator, getPathIterator, getShapeType, getX, getY, intersects, intersects, reProject, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FPoint3D

public FPoint3D(double x,
                double y,
                double z)
Crea un nuevo FPoint3D.

Parameters:
x - Coordenada x.
y - Coordenada y.
z - Coordenada z.