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

java.lang.Object
  extended bycom.iver.cit.gvsig.fmap.core.FMultiPoint2D
      extended bycom.iver.cit.gvsig.fmap.core.FMultipoint3D
All Implemented Interfaces:
IGeometry

public class FMultipoint3D
extends FMultiPoint2D

Multipunto 3D.

Author:
Vicente Caballero Navarro

Field Summary
 
Fields inherited from interface com.iver.cit.gvsig.fmap.core.IGeometry
BEST, E, N, NE, NW, S, SE, shpPainter, SW, W
 
Constructor Summary
FMultipoint3D(double[] x, double[] y, double[] z)
          Crea un nuevo Multipoint3D.
 
Methods inherited from class com.iver.cit.gvsig.fmap.core.FMultiPoint2D
cloneGeometry, createLabels, draw, draw, fastIntersects, getBounds2D, getGeneralPathXIterator, getGeometryType, getNumPoints, getPoint, intersects, reProject, toJTSGeometry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FMultipoint3D

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

Parameters:
x - DOCUMENT ME!
y - DOCUMENT ME!
z - DOCUMENT ME!