|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.prodevelop.gvsig.mobile.fmap.core.FPolyline2D
es.prodevelop.gvsig.mobile.fmap.core.FPolygon2D
Polígono 2D.
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 | |
FPolygon2D(GeneralPathX gpx)
Crea un nuevo Polygon2D. |
Method Summary | |
FShape |
cloneFShape()
Clona FPolygon2D. |
int |
getShapeType()
Obtiene el tipo de shape que contiene. |
boolean |
intersects(java.awt.geom.Rectangle2D r)
El método intersects de java.awt.Shape que define la intersección entre una polilínea y un Rectangle2D considera la polilínea como un Shape genérico y se producen errores en la selección de polilíneas. |
Methods inherited from class es.prodevelop.gvsig.mobile.fmap.core.FPolyline2D |
contains, contains, contains, contains, getBounds, getBounds2D, getPathIterator, getPathIterator, getSelectHandlers, getStretchingHandlers, intersects, reProject, transform |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FPolygon2D(GeneralPathX gpx)
gpx
- GeneralPathX.Method Detail |
public int getShapeType()
FShape
getShapeType
in interface FShape
getShapeType
in class FPolyline2D
com.iver.cit.gvsig.fmap.core.FShape#getShapeType()
public FShape cloneFShape()
cloneFShape
in interface FShape
cloneFShape
in class FPolyline2D
public boolean intersects(java.awt.geom.Rectangle2D r)
FPolyline2D
intersects
in interface FShape
intersects
in class FPolyline2D
r
- Rectángulo.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |