| 程序包 | 说明 |
|---|---|
| org.meteoinfo.chart.plot | |
| org.meteoinfo.chart.plot3d | |
| org.meteoinfo.map | |
| org.meteoinfo.shape |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static GraphicCollection |
GraphicFactory.createArrows(Array xdata,
Array ydata,
Array udata,
Array vdata,
Array cdata,
LegendScheme ls,
boolean isUV) |
Create wind arrows
|
static GraphicCollection |
GraphicFactory.createArrows3D(Array xdata,
Array ydata,
Array zdata,
Array udata,
Array vdata,
Array wdata,
float length,
Array cdata,
LegendScheme ls) |
Create wind arrows
|
static GraphicCollection |
GraphicFactory.createBarbs(Array xdata,
Array ydata,
Array udata,
Array vdata,
Array cdata,
LegendScheme ls,
boolean isUV) |
Create wind barbs
|
static GraphicCollection |
GraphicFactory.createBars(Array xdata,
Array ydata,
boolean autoWidth,
Array widths,
boolean drawError,
Array error,
boolean drawBottom,
Array bottom,
List<BarBreak> bbs) |
Create bar graphics
|
static GraphicCollection |
GraphicFactory.createBars_bak(Array xdata,
Array ydata,
boolean autoWidth,
double width,
boolean drawError,
Array error,
boolean drawBottom,
Array bottom,
List<BarBreak> bbs) |
Create bar graphics
|
static GraphicCollection |
GraphicFactory.createBars1(Array xdata,
Array ydata,
boolean autoWidth,
Array widths,
boolean drawError,
Array error,
boolean drawBottom,
Array bottom,
List<BarBreak> bbs) |
Create bar graphics
|
static GraphicCollection |
GraphicFactory.createBox(List<Array> xdata,
List<Number> positions,
List<Number> widths,
boolean showcaps,
boolean showfliers,
boolean showmeans,
boolean showmedians,
PolygonBreak boxBreak,
ColorBreak medianBreak,
PolylineBreak whiskerBreak,
PolylineBreak capBreak,
ColorBreak meanBreak,
PointBreak flierBreak) |
Create box graphics
|
static GraphicCollection |
GraphicFactory.createContourLines(GridData gridData,
double offset,
String zdir,
LegendScheme ls,
boolean isSmooth) |
Create contour lines
|
static GraphicCollection |
GraphicFactory.createContourLines(GridData gridData,
double offset,
String zdir,
LegendScheme ls,
boolean isSmooth,
List<Number> sePoint) |
Create contour lines
|
static GraphicCollection |
GraphicFactory.createContourLines(GridData gridData,
LegendScheme ls,
boolean isSmooth) |
Create contour lines
|
static GraphicCollection |
GraphicFactory.createContourPolygons(GridData gridData,
double offset,
String zdir,
LegendScheme ls,
boolean isSmooth) |
Create 3D contour polygons
|
static GraphicCollection |
GraphicFactory.createContourPolygons(GridData gridData,
double offset,
String zdir,
LegendScheme ls,
boolean isSmooth,
List<Number> sePoint) |
Create 3D contour polygons
|
static GraphicCollection |
GraphicFactory.createContourPolygons(GridData gridData,
LegendScheme ls,
boolean isSmooth) |
Create contour polygons
|
static GraphicCollection |
GraphicFactory.createErrorLineString(Array xdata,
Array ydata,
Array xErrorLeft,
Array xErrorRight,
Array yErrorBottom,
Array yErrorUp,
PolylineBreak cb,
PolylineBreak ecb,
float capSize) |
Create error LineString graphic
|
static GraphicCollection |
GraphicFactory.createErrorLineString_bak(Array xdata,
Array ydata,
Array xError,
Array yError,
ColorBreak cb) |
Create error LineString graphic
|
static GraphicCollection |
GraphicFactory.createErrorLineString_bak1(Array xdata,
Array ydata,
Array xErrorLeft,
Array xErrorRight,
Array yErrorBottom,
Array yErrorUp,
ColorBreak cb,
ColorBreak ecb,
Double capSize) |
Create error LineString graphic
|
static GraphicCollection |
GraphicFactory.createFillBetweenPolygons(Array xdata,
Array y1data,
Array y2data,
Array where,
PolygonBreak pb) |
Create fill between polygons
|
static GraphicCollection |
GraphicFactory.createFillBetweenPolygons(Array xdata,
Array y1data,
Array y2data,
Array where,
PolygonBreak pb,
double offset,
String zdir) |
Create fill between polygons
|
static GraphicCollection |
GraphicFactory.createFillBetweenPolygons(Array xdata,
Array ydata,
Array y1data,
Array y2data,
Array where,
PolygonBreak pb,
double offset,
String zdir) |
Create fill between polygons
|
static GraphicCollection |
GraphicFactory.createFillBetweenPolygonsX(Array ydata,
Array x1data,
Array x2data,
Array where,
PolygonBreak pb) |
Create fill between polygons - X direction
|
static GraphicCollection |
GraphicFactory.createGraphics(Array xdata,
Array ydata,
ColorBreak cb) |
Create graphics
|
static GraphicCollection |
GraphicFactory.createGraphicsFromLayer(VectorLayer layer,
double offset,
double xshift) |
Create 3D graphics from a VectorLayer.
|
static GraphicCollection |
GraphicFactory.createGridPolygons(Array x_s,
Array y_s,
Array a,
LegendScheme ls) |
Create grid polygons
|
static GraphicCollection |
GraphicFactory.createHBars(Array ydata,
Array xdata,
boolean autoHeight,
Array heights,
boolean drawError,
Array error,
boolean drawLeft,
Array left,
List<BarBreak> bbs) |
Create horizontal bar graphics
|
static GraphicCollection |
GraphicFactory.createHistBars(Array data,
int bins,
List<BarBreak> bbs) |
Create histogram bar graphics
|
static GraphicCollection |
GraphicFactory.createHistBars(Array data,
Array bins,
List<BarBreak> bbs) |
Create histogram bar graphics
|
static GraphicCollection |
GraphicFactory.createHistBars(Array data,
Array xdata,
Array ydata,
List<BarBreak> bbs) |
Create histogram bar graphics
|
static GraphicCollection |
GraphicFactory.createImage(GridArray gdata,
LegendScheme ls,
double offset,
String zdir,
List<Number> sePoint,
String interpolation) |
Create image
|
static GraphicCollection |
GraphicFactory.createImage(ImageLayer layer,
double offset,
double xshift,
String interpolation) |
Create image
|
static GraphicCollection |
GraphicFactory.createImage(Array x,
Array y,
List<Array> data,
double offset,
String zdir,
String interpolation) |
Create image by RGB data array
|
static GraphicCollection |
GraphicFactory.createLineString(XYListDataset data,
List<ColorBreak> cbs) |
Create LineString graphic
|
static GraphicCollection |
GraphicFactory.createLineString(Array xdata,
Array ydata,
List<ColorBreak> cbs,
boolean iscurve) |
Create LineString graphic
|
static GraphicCollection |
GraphicFactory.createLineString(Array xdata,
Array ydata,
ColorBreak cb) |
Create LineString graphic
|
static GraphicCollection |
GraphicFactory.createLineString(Array xdata,
Array ydata,
ColorBreak cb,
boolean iscurve) |
Create LineString graphic
|
static GraphicCollection |
GraphicFactory.createLineString(Array xdata,
Array ydata,
Array zdata,
LegendScheme ls,
boolean iscurve) |
Create LineString graphic
|
static GraphicCollection |
GraphicFactory.createLineString3D(Array xdata,
Array ydata,
Array zdata,
List<ColorBreak> cbs) |
Create 3D LineString graphic
|
static GraphicCollection |
GraphicFactory.createLineString3D(Array xdata,
Array ydata,
Array zdata,
ColorBreak cb) |
Create 3D LineString graphic
|
static GraphicCollection |
GraphicFactory.createLineString3D(Array xdata,
Array ydata,
Array zdata,
Array mdata,
LegendScheme ls) |
Create 3D LineString graphic
|
static GraphicCollection |
GraphicFactory.createMeshPolygons(Array xa,
Array ya,
Array za,
LegendScheme ls) |
Add mesh polygons
|
static GraphicCollection |
GraphicFactory.createPColorPolygons(Array x_s,
Array y_s,
Array a,
LegendScheme ls) |
Create pseudocolor polygons
|
static GraphicCollection[] |
GraphicFactory.createPieArcs(Array xdata,
List<Color> colors,
List<String> labels,
float startAngle,
List<Number> explode,
Font labelFont,
Color labelColor,
float labelDis,
String autopct,
float pctDis,
float radius,
HashMap wedgeprops) |
Create pie arc polygons
|
static GraphicCollection |
GraphicFactory.createPoints(Array xdata,
Array ydata,
List<ColorBreak> cbs) |
Create graphics
|
static GraphicCollection |
GraphicFactory.createPoints(Array xdata,
Array ydata,
Array zdata,
LegendScheme ls) |
Create graphics
|
static GraphicCollection |
GraphicFactory.createPoints3D(Array xdata,
Array ydata,
Array zdata,
List<ColorBreak> cbs) |
Create graphics
|
static GraphicCollection |
GraphicFactory.createPoints3D(Array xdata,
Array ydata,
Array zdata,
ColorBreak cb) |
Create graphics
|
static GraphicCollection |
GraphicFactory.createPoints3D(Array xdata,
Array ydata,
Array zdata,
Array cdata,
LegendScheme ls) |
Create 3D point graphics
|
static GraphicCollection |
GraphicFactory.createPolygons(Array xa,
Array ya,
PolygonBreak pgb) |
Add polygons
|
static GraphicCollection |
GraphicFactory.createStems(Array xdata,
Array ydata,
PolylineBreak plb,
PointBreak pb,
PolylineBreak bplb,
double bottom) |
Create stem graphics
|
static GraphicCollection[] |
GraphicFactory.createStems3D(Array xdata,
Array ydata,
Array zdata,
List<ColorBreak> cbs,
PolylineBreak plb,
double bottom,
boolean sameStemColor) |
Create 3D stem graphics
|
static GraphicCollection[] |
GraphicFactory.createStems3D(Array xdata,
Array ydata,
Array zdata,
Array cdata,
LegendScheme ls,
PolylineBreak plb,
double bottom,
boolean sameStemColor) |
Create 3D stem graphics
|
static GraphicCollection |
GraphicFactory.createStepLineString(Array xdata,
Array ydata,
ColorBreak cb,
String where) |
Create step LineString graphic
|
static GraphicCollection |
GraphicFactory.createWireframe(Array xa,
Array ya,
Array za,
LegendScheme ls) |
Add wireframe polylines
|
static GraphicCollection |
GraphicFactory.createWireframe(Array xa,
Array ya,
Array za,
PolylineBreak pb) |
Add wireframe polylines
|
GraphicCollection |
Plot2D.getGraphics() |
Get graphics
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static void |
GraphicFactory.polarToCartesian(GraphicCollection graphics) |
Convert graphics from polar to cartesian coordinate
|
void |
Plot2D.setGraphics(GraphicCollection value) |
Set graphics
|
| 限定符和类型 | 类 | 说明 |
|---|---|---|
class |
GraphicCollection3D |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
GraphicCollection |
MapView.getGraphicCollection() |
Get graphic collection
|
GraphicCollection |
MapView.getSelectedGraphics() |
Get selected graphics
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
boolean |
MapView.selectGraphics(Rectangle aRect,
GraphicCollection selectedGraphics,
double lonShift) |
Select graphics by rectangle
|
boolean |
MapView.selectGraphics(Rectangle aRect,
GraphicCollection baseGraphics,
GraphicCollection selectedGraphics,
double lonShift) |
Select graphics by rectangle
|
boolean |
MapView.selectGraphics(PointF aPoint,
GraphicCollection selectedGraphics,
double lonShift) |
Select graphics by point
|
boolean |
MapView.selectGraphics(PointF aPoint,
GraphicCollection baseGraphics,
GraphicCollection selectedGraphics,
double lonShift,
int limit) |
Select graphics by point
|
boolean |
MapView.selectGraphics_back(Rectangle aRect,
GraphicCollection baseGraphics,
GraphicCollection selectedGraphics,
double lonShift) |
Select graphics by rectangle
|
boolean |
MapView.selectGraphics_back(PointF aPoint,
GraphicCollection baseGraphics,
GraphicCollection selectedGraphics,
double lonShift,
int limit) |
Select graphics by point
|
void |
MapView.setGraphicCollection(GraphicCollection aGCollection) |
Set graphic collection
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
GraphicCollection |
GraphicCollection.clip(List<PolygonShape> clipPolys) |
Clip
|
GraphicCollection |
GraphicCollection.selectGraphics(Extent aExtent) |
Select graphics by an extent
|
Copyright © 2019. All rights reserved.