es.prodevelop.gvsig.mobile.fmap.core
Interface FShape3D

All Superinterfaces:
FShape, java.io.Serializable, java.awt.Shape
All Known Implementing Classes:
FPoint3D, FPolygon3D, FPolyline3D

public interface FShape3D
extends FShape

Interfaz que añade el método para devolver el valor de las Zs.

Author:
Vicente Caballero Navarro

Field Summary
 
Fields inherited from interface es.prodevelop.gvsig.mobile.fmap.core.FShape
ARC, CIRCLE, ELLIPSE, LINE, MULTI, MULTIPOINT, NULL, POINT, POLYGON, TEXT, Z
 
Method Summary
 double[] getZs()
          Devuelve un array con el valor de las Zs.
 
Methods inherited from interface es.prodevelop.gvsig.mobile.fmap.core.FShape
cloneFShape, getSelectHandlers, getShapeType, getStretchingHandlers, intersects, reProject, transform
 
Methods inherited from interface java.awt.Shape
contains, contains, contains, contains, getBounds, getBounds2D, getPathIterator, getPathIterator, intersects
 

Method Detail

getZs

public double[] getZs()
Devuelve un array con el valor de las Zs.

Returns:
Array con las Zs.