类的使用
org.meteoinfo.geometry.shape.Polygon
-
使用Polygon的程序包 程序包 说明 org.meteoinfo.geometry.geoprocess org.meteoinfo.geometry.shape -
-
org.meteoinfo.geometry.geoprocess中Polygon的使用
返回变量类型为Polygon的类型的org.meteoinfo.geometry.geoprocess中的方法 修饰符和类型 方法 说明 static List<Polygon>GeoComputation. clipPolygon(Polygon inPolygon, Object clipObj)参数类型为Polygon的org.meteoinfo.geometry.geoprocess中的方法 修饰符和类型 方法 说明 static List<Polygon>GeoComputation. clipPolygon(Polygon inPolygon, Object clipObj)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.geometry.shape中Polygon的使用
org.meteoinfo.geometry.shape中Polygon的子类 修饰符和类型 类 说明 classPolygonZ类型参数类型为Polygon的org.meteoinfo.geometry.shape中的字段 修饰符和类型 字段 说明 protected List<? extends Polygon>PolygonShape. _polygons返回Polygon的org.meteoinfo.geometry.shape中的方法 修饰符和类型 方法 说明 PolygonPolygonShape. getPolygon(int index)Get a polygon返回变量类型为Polygon的类型的org.meteoinfo.geometry.shape中的方法 修饰符和类型 方法 说明 List<? extends Polygon>PolygonShape. getPolygons()Get polygons类型变量类型为Polygon的org.meteoinfo.geometry.shape中的方法参数 修饰符和类型 方法 说明 voidPolygonShape. setPolygons(List<? extends Polygon> polygons)Set polygons
-