|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.prodevelop.gvsig.mobile.fmap.core.FMultiPoint2D
es.prodevelop.gvsig.mobile.fmap.core.FMultipoint3D
Multipunto 3D.
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 |
public FMultipoint3D(double[] x, double[] y, double[] z)
x
- Array de Xs.y
- Array de Ys.z
- Array de Zs.Method Detail |
public IGeometry cloneGeometry()
IGeometry
cloneGeometry
in interface IGeometry
cloneGeometry
in class FMultiPoint2D
public double[] getZs()
getZs
in interface IGeometry3D
public int getGeometryType()
IGeometry
getGeometryType
in interface IGeometry
getGeometryType
in class FMultiPoint2D
com.iver.cit.gvsig.fmap.core.IGeometry#getGeometryType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |