类的使用
org.meteoinfo.shape.Polygon
-
使用Polygon的程序包 程序包 说明 org.meteoinfo.drawing org.meteoinfo.geoprocess org.meteoinfo.shape -
-
org.meteoinfo.drawing中Polygon的使用
参数类型为Polygon的org.meteoinfo.drawing中的方法 修饰符和类型 方法 说明 static voidDraw. drawPolygon(Polygon aPG, PolygonBreak aPGB, java.awt.Graphics2D g)Draw polygon with screen coordinate -
org.meteoinfo.geoprocess中Polygon的使用
参数类型为Polygon的org.meteoinfo.geoprocess中的方法 修饰符和类型 方法 说明 static booleanGeometryUtil. isConvex(Polygon polygon)Check if a polygon is convexstatic booleanGeoComputation. pointInPolygon(Polygon aPolygon, PointD aPoint)Determine if a point is in a polygon -
org.meteoinfo.shape中Polygon的使用
org.meteoinfo.shape中Polygon的子类 修饰符和类型 类 说明 classPolygonZ类型参数类型为Polygon的org.meteoinfo.shape中的字段 修饰符和类型 字段 说明 protected java.util.List<? extends Polygon>PolygonShape. _polygons返回变量类型为Polygon的类型的org.meteoinfo.shape中的方法 修饰符和类型 方法 说明 java.util.List<? extends Polygon>PolygonShape. getPolygons()Get polygons类型变量类型为Polygon的org.meteoinfo.shape中的方法参数 修饰符和类型 方法 说明 voidPolygonShape. setPolygons(java.util.List<Polygon> polygons)Set polygons
-