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

java.lang.Object
  extended bycom.iver.cit.gvsig.fmap.core.FPolyline2D
      extended bycom.iver.cit.gvsig.fmap.core.FPolygon2D
          extended bycom.iver.cit.gvsig.fmap.core.FPolygon3D
All Implemented Interfaces:
FShape, java.awt.Shape

public class FPolygon3D
extends FPolygon2D

Polilinea 3D.

Author:
Vicente Caballero Navarro

Field Summary
 
Fields inherited from interface com.iver.cit.gvsig.fmap.core.FShape
LINE, MULTI, NULL, POINT, POLYGON, TEXT
 
Constructor Summary
FPolygon3D(GeneralPathX gpx, double[] pZ)
          Crea un nuevo Polyline3D.
 
Method Summary
 FShape cloneFShape()
          Clona FPolygon3D.
 
Methods inherited from class com.iver.cit.gvsig.fmap.core.FPolygon2D
getShapeType, intersects
 
Methods inherited from class com.iver.cit.gvsig.fmap.core.FPolyline2D
contains, contains, contains, contains, getBounds, getBounds2D, getPathIterator, getPathIterator, intersects, reProject, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FPolygon3D

public FPolygon3D(GeneralPathX gpx,
                  double[] pZ)
Crea un nuevo Polyline3D.

Parameters:
gpx - GeneralPathX.
pZ - vector con las Z.
Method Detail

cloneFShape

public FShape cloneFShape()
Clona FPolygon3D.

Specified by:
cloneFShape in interface FShape
Overrides:
cloneFShape in class FPolygon2D
Returns:
FShape clonado.