类的使用
org.meteoinfo.geometry.shape.PolygonShape
-
使用PolygonShape的程序包 程序包 说明 org.meteoinfo.geometry.geoprocess org.meteoinfo.geometry.graphic org.meteoinfo.geometry.shape -
-
org.meteoinfo.geometry.geoprocess中PolygonShape的使用
返回PolygonShape的org.meteoinfo.geometry.geoprocess中的方法 修饰符和类型 方法 说明 static PolygonShapeGeoComputation. clipPolygonShape(PolygonShape aPGS, java.lang.Object clipObj)Clip polygon shape with a clipping objectstatic PolygonShapeGeoComputation. clipPolygonShape_Lat(PolygonShape aPGS, double lat)Clip polygon shape with a latitudestatic PolygonShapeGeoComputation. clipPolygonShape_Lat(PolygonShape aPGS, double lat, boolean isTop)Clip polygon shape with a latitudestatic PolygonShapeGeoComputation. clipPolygonShape_Lon(PolygonShape aPGS, double lon)Clip polygon shape with a longitudestatic PolygonShapeGeometryUtil. convexHull(org.meteoinfo.ndarray.Array x, org.meteoinfo.ndarray.Array y)Computes the smallest convexPolygonthat contains all the points参数类型为PolygonShape的org.meteoinfo.geometry.geoprocess中的方法 修饰符和类型 方法 说明 static PolygonShapeGeoComputation. clipPolygonShape(PolygonShape aPGS, java.lang.Object clipObj)Clip polygon shape with a clipping objectstatic PolygonShapeGeoComputation. clipPolygonShape_Lat(PolygonShape aPGS, double lat)Clip polygon shape with a latitudestatic PolygonShapeGeoComputation. clipPolygonShape_Lat(PolygonShape aPGS, double lat, boolean isTop)Clip polygon shape with a latitudestatic PolygonShapeGeoComputation. clipPolygonShape_Lon(PolygonShape aPGS, double lon)Clip polygon shape with a longitudestatic org.meteoinfo.ndarray.Array[]GeometryUtil. getCoordinates(PolygonShape pgs)Get polygon shape coordinate arraysstatic org.meteoinfo.ndarray.ArrayGeometryUtil. inPolygon(org.meteoinfo.ndarray.Array a, java.util.List<java.lang.Number> x, java.util.List<java.lang.Number> y, PolygonShape ps)In polygon functionstatic org.meteoinfo.ndarray.ArrayGeometryUtil. maskout(org.meteoinfo.ndarray.Array a, java.util.List<java.lang.Number> x, java.util.List<java.lang.Number> y, PolygonShape polygon, java.lang.Number missingValue)Maskout functionstatic booleanGeoComputation. pointInPolygon(PolygonShape aPolygon, double x, double y)Determine if a point is in a polygonstatic booleanGeoComputation. pointInPolygon(PolygonShape aPolygon, org.meteoinfo.common.PointD aPoint)Determine if a point is in a polygon类型变量类型为PolygonShape的org.meteoinfo.geometry.geoprocess中的方法参数 修饰符和类型 方法 说明 static org.meteoinfo.ndarray.ArrayGeometryUtil. inPolygon(org.meteoinfo.ndarray.Array x, org.meteoinfo.ndarray.Array y, java.util.List<PolygonShape> polygons)In polygon functionstatic org.meteoinfo.ndarray.ArrayGeometryUtil. maskin(org.meteoinfo.ndarray.Array a, org.meteoinfo.ndarray.Array x, org.meteoinfo.ndarray.Array y, java.util.List<PolygonShape> polygons)Maskin functionstatic org.meteoinfo.ndarray.Array[]GeometryUtil. maskin_Remove(org.meteoinfo.ndarray.Array a, org.meteoinfo.ndarray.Array x, org.meteoinfo.ndarray.Array y, java.util.List<PolygonShape> polygons)Maskin functionstatic org.meteoinfo.ndarray.ArrayGeometryUtil. maskout(org.meteoinfo.ndarray.Array a, org.meteoinfo.ndarray.Array x, org.meteoinfo.ndarray.Array y, java.util.List<PolygonShape> polygons)Maskout functionstatic org.meteoinfo.ndarray.Array[]GeometryUtil. maskout_Remove(org.meteoinfo.ndarray.Array a, org.meteoinfo.ndarray.Array x, org.meteoinfo.ndarray.Array y, java.util.List<PolygonShape> polygons)Maskout functionstatic booleanGeoComputation. pointInPolygons(java.util.List<PolygonShape> polygons, org.meteoinfo.common.PointD aPoint)Determine if a point located in polygons -
org.meteoinfo.geometry.graphic中PolygonShape的使用
类型变量类型为PolygonShape的org.meteoinfo.geometry.graphic中的方法参数 修饰符和类型 方法 说明 GraphicCollectionGraphicCollection. clip(java.util.List<PolygonShape> clipPolys)Clip -
org.meteoinfo.geometry.shape中PolygonShape的使用
org.meteoinfo.geometry.shape中PolygonShape的子类 修饰符和类型 类 说明 classArcShapeclassCircleShapeCircle shape classclassCurvePolygonShapeCurve polygon shape classclassEllipseShapeEllipse shape classclassPolygonMShapeclassPolygonZShapeclassRectangleShape返回PolygonShape的org.meteoinfo.geometry.shape中的方法 修饰符和类型 方法 说明 static PolygonShapeShapeUtil. createPolygonShape(java.util.List<java.lang.Number> x_p, java.util.List<java.lang.Number> y_p)Create polygon shapestatic PolygonShapeShapeUtil. createPolygonShape(java.util.List<java.util.List<java.lang.Number>> xy)Create polygon shapePolygonShapePolygonShape. valueClone()Clone polygon shape with values返回变量类型为PolygonShape的类型的org.meteoinfo.geometry.shape中的方法 修饰符和类型 方法 说明 static java.util.List<PolygonShape>ShapeUtil. createPolygonShapes(java.util.List<java.lang.Number> x, java.util.List<java.lang.Number> y)Create polygon shapesstatic java.util.List<PolygonShape>ShapeUtil. createPolygonShapes(org.meteoinfo.ndarray.Array x, org.meteoinfo.ndarray.Array y)Create polygon shapes
-