Uses of Class
org.meteoinfo.shape.Shape
-
Packages that use Shape Package Description org.meteoinfo.chart org.meteoinfo.chart.plot3d org.meteoinfo.data.mapdata org.meteoinfo.geoprocess org.meteoinfo.global org.meteoinfo.layer org.meteoinfo.map org.meteoinfo.shape -
-
Uses of Shape in org.meteoinfo.chart
Subclasses of Shape in org.meteoinfo.chart Modifier and Type Class Description classChartTextclassChartText3D -
Uses of Shape in org.meteoinfo.chart.plot3d
Subclasses of Shape in org.meteoinfo.chart.plot3d Modifier and Type Class Description classImageShape3D -
Uses of Shape in org.meteoinfo.data.mapdata
Method parameters in org.meteoinfo.data.mapdata with type arguments of type Shape Modifier and Type Method Description static voidMapDataManage. writeMapFile_WMP(java.lang.String fileName, java.util.List<Shape> shapes)Write WMP file -
Uses of Shape in org.meteoinfo.geoprocess
Methods in org.meteoinfo.geoprocess that return Shape Modifier and Type Method Description static ShapeGeoComputation. clipShape(Shape aShape, java.lang.Object clipObj)Clip a shapeMethods in org.meteoinfo.geoprocess that return types with arguments of type Shape Modifier and Type Method Description static java.util.List<Shape>GeoComputation. clipLayer(VectorLayer subjectLayer, java.lang.Object clipObject)Clip a vector layer by a polygon shapeMethods in org.meteoinfo.geoprocess with parameters of type Shape Modifier and Type Method Description static ShapeGeoComputation. clipShape(Shape aShape, java.lang.Object clipObj)Clip a shape -
Uses of Shape in org.meteoinfo.global
Method parameters in org.meteoinfo.global with type arguments of type Shape Modifier and Type Method Description static ExtentMIMath. getExtent(java.util.List<? extends Shape> shapes)Get extent of the shapes -
Uses of Shape in org.meteoinfo.layer
Methods in org.meteoinfo.layer that return Shape Modifier and Type Method Description ShapeVectorLayer. findReformShape(PolylineShape other)Find a shape for reformation by a polyline shapeShapeVectorLayer. findShape_contains(Shape other)Find a shape contains anthor shapeShapeVectorLayer. findShape_crosses(Shape other)Find a shape crosses anthor shapeShapeVectorLayer. getEditingShape()Get editing shapeShapeVectorLayer. getShape(int idx)Get a shape by indexShapeVectorLayer. selectShape(PointD p)Select a shape by pointMethods in org.meteoinfo.layer that return types with arguments of type Shape Modifier and Type Method Description java.util.List<? extends Shape>VectorLayer. getSelectedShapes()Get selected shapesjava.util.List<? extends Shape>VectorLayer. getShapes()Get shape listjava.util.List<Shape>VectorLayer. getVisibleShapes()Get visible shapesMethods in org.meteoinfo.layer with parameters of type Shape Modifier and Type Method Description voidVectorLayer. addShape(Shape aShape)Add a shapebooleanVectorLayer. editAddShape(Shape aShape)Edit: Add a shapevoidVectorLayer. editAddShape(Shape aShape, java.util.List<java.lang.Object> fvalues)Edit: Add a shapebooleanVectorLayer. editInsertShape(Shape aShape, int position)Edit: Insert shapebooleanVectorLayer. editInsertShape(Shape aShape, int position, DataRow record)Edit: Insert shapevoidVectorLayer. editRemoveShape(Shape shape)Edit: Remove a shapeShapeVectorLayer. findShape_contains(Shape other)Find a shape contains anthor shapeShapeVectorLayer. findShape_crosses(Shape other)Find a shape crosses anthor shapevoidVectorLayer. setEditingShape(Shape value)Set editing shapeMethod parameters in org.meteoinfo.layer with type arguments of type Shape Modifier and Type Method Description java.util.List<java.lang.Integer>VectorLayer. selectShapes(Extent aExtent, java.util.List<Shape> shapes, boolean isSingleSel)Select shapesvoidVectorLayer. setShapes(java.util.List<? extends Shape> shapes)Set shape list -
Uses of Shape in org.meteoinfo.map
Methods in org.meteoinfo.map with parameters of type Shape Modifier and Type Method Description voidMapView. drawIdShape(java.awt.Graphics2D g, Shape aShape)Draw identifer shapevoidMapView. drawIdShape(java.awt.Graphics2D g, Shape aShape, java.awt.Rectangle rect)Draw identifer shapevoidMapView. moveShapeOnScreen(Shape aShape, double x, double y)Move shape by screen coordinatesvoidMapView. moveShapeOnScreen(Shape aShape, java.awt.Point point1, java.awt.Point point2)Move shape by screen coordinatesvoidMapView. resizeShapeOnScreen(Shape aShape, ColorBreak legend, java.awt.Rectangle newRect)Resize shape on screenMethod parameters in org.meteoinfo.map with type arguments of type Shape Modifier and Type Method Description java.util.List<java.lang.Integer>MapView. selectShapes(VectorLayer aLayer, java.util.List<Shape> baseShapes, java.awt.geom.Rectangle2D.Float rect, boolean isSingleSel, boolean isSel)Select shapesConstructors in org.meteoinfo.map with parameters of type Shape Constructor Description AddFeatureEdit(MapView mapView, VectorLayer layer, Shape shape)ReplaceFeatureEdit(MapView mapView, VectorLayer layer, Shape s0, Shape s1)SplitFeatureEdit(MapView mapView, VectorLayer layer, Shape shape, java.util.List<Shape> shapes)UnionFeaturesEdit(MapView mapView, VectorLayer layer, Shape shape, java.util.List<Shape> shapes)Constructor parameters in org.meteoinfo.map with type arguments of type Shape Constructor Description AddFeaturesEdit(MapView mapView, VectorLayer layer, java.util.List<Shape> shapes)RemoveFeaturesEdit(MapView mapView, VectorLayer layer, java.util.List<Shape> shapes)SplitFeatureEdit(MapView mapView, VectorLayer layer, Shape shape, java.util.List<Shape> shapes)UnionFeaturesEdit(MapView mapView, VectorLayer layer, Shape shape, java.util.List<Shape> shapes) -
Uses of Shape in org.meteoinfo.shape
Subclasses of Shape in org.meteoinfo.shape Modifier and Type Class Description classArcShapeclassBarShapeclassCapPolylineShapeclassCircleShapeCircle shape classclassCurveLineShapeCurve line shape classclassCurvePolygonShapeCurve polygon shape classclassEllipseShapeEllipse shape classclassImageShapeclassPointShapePoint shape classclassPointZShapeclassPolygonMShapeclassPolygonShapePolygonShape classclassPolygonZShapeclassPolylineErrorShapeclassPolylineShapePoyline shape classclassPolylineZShapePolylineZ shape classclassRectangleShapeclassStationModelShapeclassWeatherSymbolclassWindArrowWind arraw classclassWindBarbMethods in org.meteoinfo.shape that return Shape Modifier and Type Method Description ShapeShape. buffer(double distance)Get buffer shapeShapeShape. convexHull()Get convexhull shapestatic ShapeShapeFactory. createShape(Geometry a)Create shape from geometryShapePolygonShape. difference(Shape b)Get difference shapeShapeShape. difference(Shape b)Get difference shapestatic ShapeShape. geometry2Shape(Geometry geo)ShapeGraphic. getShape()Get shapeShapeShape. intersection(Shape b)Get intersection shapeprotected ShapeGraphic. loadShape(org.w3c.dom.Node shapeNode)ShapeShape. reform(Shape line)Reform the shape by a lineShapeShape. symDifference(Shape b)Get system difference shapeShapeShape. union(Shape b)Get union shapeMethods in org.meteoinfo.shape that return types with arguments of type Shape Modifier and Type Method Description java.util.List<Shape>GraphicCollection. getShapes()Get shapesjava.util.List<Shape>Shape. split(Shape line)Split shapeMethods in org.meteoinfo.shape with parameters of type Shape Modifier and Type Method Description protected voidGraphic. addShape(org.w3c.dom.Document doc, org.w3c.dom.Element parent, Shape aShape)Add shape to XML documentvoidPolygonShape. cloneValue(Shape other)ConstructorvoidPolylineShape. cloneValue(Shape other)Clone valuevoidShape. cloneValue(Shape other)Clone valuebooleanCircleShape. contains(Shape other)If this shape contains another onebooleanShape. contains(Shape other)If this shape contains another onebooleanShape. coveredBy(Shape other)If this shape covered by another onebooleanShape. covers(Shape other)If this shape covers another onebooleanShape. crosses(Shape other)Is shapes cross each other or notShapePolygonShape. difference(Shape b)Get difference shapeShapeShape. difference(Shape b)Get difference shapebooleanShape. disjoint(Shape other)If this shape disjoint another onebooleanShape. equals(Shape other)If this shape equals another oneShapeShape. intersection(Shape b)Get intersection shapebooleanShape. intersects(Shape other)If this shape intersects another onebooleanShape. overlaps(Shape other)If this shape overlaps another oneShapeShape. reform(Shape line)Reform the shape by a linevoidGraphic. setShape(Shape aShape)Set shapejava.util.List<Shape>Shape. split(Shape line)Split shapeShapeShape. symDifference(Shape b)Get system difference shapebooleanShape. touches(Shape other)If this shape touches another oneShapeShape. union(Shape b)Get union shapebooleanShape. within(Shape other)If this shape within another oneConstructors in org.meteoinfo.shape with parameters of type Shape Constructor Description Graphic(Shape shape, ColorBreak legend)ConstructorConstructor parameters in org.meteoinfo.shape with type arguments of type Shape Constructor Description ShapeSelection(java.util.List<Shape> shapes)Constructor
-