es.prodevelop.gvsig.mobile.fmap.core
Class FMultipoint3D

java.lang.Object
  extended byes.prodevelop.gvsig.mobile.fmap.core.FMultiPoint2D
      extended byes.prodevelop.gvsig.mobile.fmap.core.FMultipoint3D
All Implemented Interfaces:
IGeometry, IGeometry3D, java.io.Serializable, java.awt.Shape

public class FMultipoint3D
extends FMultiPoint2D
implements IGeometry3D

Multipunto 3D.

Author:
Vicente Caballero Navarro
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface es.prodevelop.gvsig.mobile.fmap.core.IGeometry
BEST, E, N, NE, NW, S, SE, SELECTHANDLER, STRETCHINGHANDLER, SW, W
 
Constructor Summary
FMultipoint3D(double[] x, double[] y, double[] z)
          Crea un nuevo Multipoint3D.
 
Method Summary
 IGeometry cloneGeometry()
          Clona la Geometrķa.
 int getGeometryType()
          Obtiene el tipo de la geometrķa
 double[] getZs()
          Devuelve un array con todos los valores de Z.
 
Methods inherited from class es.prodevelop.gvsig.mobile.fmap.core.FMultiPoint2D
contains, contains, contains, contains, draw, drawInts, fastIntersects, getBounds, getBounds2D, getHandlers, getInternalShape, getNumPoints, getPathIterator, getPathIterator, getPoint, intersects, intersects, reProject, toJTSGeometry, transform
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface es.prodevelop.gvsig.mobile.fmap.core.IGeometry
draw, drawInts, getBounds2D, getHandlers, getInternalShape, getPathIterator, getPathIterator, intersects, reProject, transform
 
Methods inherited from interface java.awt.Shape
contains, contains, contains, contains, getBounds, intersects
 

Constructor Detail

FMultipoint3D

public FMultipoint3D(double[] x,
                     double[] y,
                     double[] z)
Crea un nuevo Multipoint3D.

Parameters:
x - Array de Xs.
y - Array de Ys.
z - Array de Zs.
Method Detail

cloneGeometry

public IGeometry cloneGeometry()
Description copied from interface: IGeometry
Clona la Geometrķa.

Specified by:
cloneGeometry in interface IGeometry
Overrides:
cloneGeometry in class FMultiPoint2D

getZs

public double[] getZs()
Devuelve un array con todos los valores de Z.

Specified by:
getZs in interface IGeometry3D
Returns:
Array de Zs.

getGeometryType

public int getGeometryType()
Description copied from interface: IGeometry
Obtiene el tipo de la geometrķa

Specified by:
getGeometryType in interface IGeometry
Overrides:
getGeometryType in class FMultiPoint2D
See Also:
com.iver.cit.gvsig.fmap.core.IGeometry#getGeometryType()