|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.prodevelop.gvsig.mobile.fmap.core.FPoint2D
es.prodevelop.gvsig.mobile.fmap.core.FPoint3D
Punto 3D.
Field Summary |
Fields inherited from interface es.prodevelop.gvsig.mobile.fmap.core.FShape |
ARC, CIRCLE, ELLIPSE, LINE, MULTI, MULTIPOINT, NULL, POINT, POLYGON, TEXT, Z |
Constructor Summary | |
FPoint3D(double x,
double y,
double z)
Crea un nuevo FPoint3D. |
Method Summary | |
FShape |
cloneFShape()
Clona FShape. |
int |
getShapeType()
Obtiene el tipo de shape que contiene. |
double[] |
getZs()
Devuelve un Array con los valores de todas las Zs, en este caso con un único vaor de z. |
Methods inherited from class es.prodevelop.gvsig.mobile.fmap.core.FPoint2D |
contains, contains, contains, contains, getBounds, getBounds2D, getPathIterator, getPathIterator, getSelectHandlers, getStretchingHandlers, getX, getY, intersects, intersects, reProject, 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.FShape |
getSelectHandlers, getStretchingHandlers, intersects, reProject, transform |
Methods inherited from interface java.awt.Shape |
contains, contains, contains, contains, getBounds, getBounds2D, getPathIterator, getPathIterator, intersects |
Constructor Detail |
public FPoint3D(double x, double y, double z)
x
- Coordenada x.y
- Coordenada y.z
- Coordenada z.Method Detail |
public double[] getZs()
getZs
in interface FShape3D
public int getShapeType()
FShape
getShapeType
in interface FShape
getShapeType
in class FPoint2D
com.iver.cit.gvsig.fmap.core.FShape#getShapeType()
public FShape cloneFShape()
FShape
cloneFShape
in interface FShape
cloneFShape
in class FPoint2D
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |