Uses of Class
org.meteoinfo.shape.Polygon
-
Packages that use Polygon Package Description org.meteoinfo.drawing org.meteoinfo.geoprocess org.meteoinfo.shape -
-
Uses of Polygon in org.meteoinfo.drawing
Methods in org.meteoinfo.drawing with parameters of type Polygon Modifier and Type Method Description static voidDraw. drawPolygon(Polygon aPG, PolygonBreak aPGB, java.awt.Graphics2D g)Draw polygon with screen coordinate -
Uses of Polygon in org.meteoinfo.geoprocess
Methods in org.meteoinfo.geoprocess with parameters of type Polygon Modifier and Type Method Description static booleanGeoComputation. pointInPolygon(Polygon aPolygon, PointD aPoint)Determine if a point is in a polygon -
Uses of Polygon in org.meteoinfo.shape
Subclasses of Polygon in org.meteoinfo.shape Modifier and Type Class Description classPolygonZFields in org.meteoinfo.shape with type parameters of type Polygon Modifier and Type Field Description protected java.util.List<? extends Polygon>PolygonShape. _polygonsMethods in org.meteoinfo.shape that return types with arguments of type Polygon Modifier and Type Method Description java.util.List<? extends Polygon>PolygonShape. getPolygons()Get polygonsMethod parameters in org.meteoinfo.shape with type arguments of type Polygon Modifier and Type Method Description voidPolygonShape. setPolygons(java.util.List<Polygon> polygons)Set polygons
-