| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Graphic |
MapPlot.addCircle(float x,
float y,
float radius,
PolygonBreak pgb) |
Add a circle
|
Graphic |
MapPlot.addGrahic(Graphic graphic,
ProjectionInfo proj) |
Add a graphic
|
Graphic |
MapPlot.addPoint(List<Number> lat,
List<Number> lon,
PointBreak pb) |
Add point graphic
|
Graphic |
MapPlot.addPolygon(List<Number> lat,
List<Number> lon,
PolygonBreak pgb) |
Add polygon
|
Graphic |
MapPlot.addPolyline(List<Number> lat,
List<Number> lon,
PolylineBreak plb) |
Add polyline
|
Graphic |
MapPlot.addPolyline(List<Number> lat,
List<Number> lon,
PolylineBreak plb,
boolean iscurve) |
Add polyline
|
static Graphic |
GraphicFactory.createArrow(double x,
double y,
double dx,
double dy,
ArrowPolygonBreak ab) |
Create arrow polygon
|
static Graphic |
GraphicFactory.createArrowLine(double x,
double y,
double dx,
double dy,
ArrowLineBreak ab) |
Create arrow line
|
static Graphic |
GraphicFactory.createArrowLine(Array x,
Array y,
ArrowLineBreak ab,
boolean iscurve) |
Create arrow line
|
static Graphic |
GraphicFactory.createImage(BufferedImage image) |
Create an image graphic
|
static Graphic |
GraphicFactory.createImage(List<Array> data,
List<Number> extent) |
Create image by RGB data array
|
static Graphic |
GraphicFactory.createImage(GridArray gdata,
LegendScheme ls) |
Create image
|
static Graphic |
GraphicFactory.createImage(GridArray gdata,
LegendScheme ls,
List<Number> extent) |
Create image
|
static Graphic |
GraphicFactory.createImage(Array gdata,
List<Number> extent) |
Create image
|
static Graphic |
GraphicFactory.createImage(Array gdata,
LegendScheme ls,
List<Number> extent) |
Create image
|
static Graphic |
GraphicFactory.createRectangle(List<Number> pos,
List<Number> curvature,
PolygonBreak pgb) |
Create rectangle graphic
|
Graphic |
MapPlot.getBoundary() |
Get map boundary
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Graphic |
MapPlot.addGrahic(Graphic graphic,
ProjectionInfo proj) |
Add a graphic
|
void |
MapPlot.addGraphic(Graphic graphic) |
Add a graphic
|
void |
Plot2D.addGraphic(int idx,
Graphic g) |
Add a graphic by index
|
void |
Plot2D.addGraphic(Graphic g) |
Add a graphic
|
void |
Plot3D.addGraphic(Graphic g) |
Add a graphic
|
void |
PolarPlot.addGraphic(int idx,
Graphic g) |
Add a graphic by index
|
void |
PolarPlot.addGraphic(Graphic g) |
Add a graphic
|
Rectangle |
Plot2D.getGraphicRectangle(Graphics2D g,
Graphic aGraphic,
Rectangle2D area) |
Get graphic rectangle
|
void |
Plot2D.removeGraphic(Graphic g) |
Remove a graphic
|
void |
MapPlot.setBoundary(Graphic value) |
Set map boundary
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
Plot2D.addGraphics(List<Graphic> gs) |
Add graphic list
|
| 限定符和类型 | 类 | 说明 |
|---|---|---|
class |
GraphicCollection3D |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static ImageLayer |
DrawMeteoData.createImageLayer(Array x,
Array y,
Graphic graphic,
String layerName) |
Create image layer
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static void |
Draw.drawGrahpic(PointF[] points,
Graphic aGraphic,
Graphics2D g,
boolean isEditingVertice) |
Draw graphic
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Graphic |
VectorLayer.getLabel(String text) |
Get a label by text
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
List<Graphic> |
VectorLayer.getLabelPoints() |
Get label points
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
VectorLayer.addLabel(Graphic aLP) |
Add label point
|
void |
VectorLayer.moveLabel(Graphic lb,
float x,
float y) |
Move label
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
VectorLayer.setLabelPoints(List<Graphic> lps) |
Set label points
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Graphic |
LayoutGraphic.getGraphic() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
LayoutGraphic.setGraphic(Graphic graphic) |
| 构造器 | 说明 |
|---|---|
LayoutGraphic(Graphic aGraphic,
MapLayout aMapLayout) |
Constructor
|
LayoutGraphic(Graphic aGraphic,
MapLayout aMapLayout,
LayoutMap aLayoutMap) |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
MapView.addGraphic(Graphic graphic) |
Add a graphic
|
void |
MapView.drawGraphic(Graphics2D g,
Graphic aGraphic,
double lonShift) |
Draw a graphic
|
void |
MapView.drawGraphic(Graphics2D g,
Graphic graphic,
Rectangle rect) |
Draw a graphic
|
Rectangle |
MapView.getGraphicRectangle(Graphics2D g,
Graphic aGraphic,
double lonShift) |
Get graphic rectangle
|
Rectangle |
MapView.getGraphicRectangle(Graphic aGraphic) |
Get graphic rectangle
|
Rectangle |
MapView.getGraphicRectangle(Graphic aGraphic,
double lonShift) |
Get graphic rectangle
|
void |
MapView.moveGraphic(Graphic graphic,
double x,
double y,
boolean screen) |
Move a graphic
|
void |
MapView.removeGraphic(Graphic aGraphic) |
Remove a graphic
|
void |
MapView.resizeShapeOnScreen(Graphic graphic,
Rectangle newRect) |
Resize shape on screen
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
MapView.exportGraphics(Document m_Doc,
Element parent,
List<Graphic> graphicList) |
Export graphics
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static Graphic |
ProjectionUtil.projectGraphic(Graphic graphic,
ProjectionInfo fromProj,
ProjectionInfo toProj) |
Project graphic
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static Graphic |
ProjectionUtil.projectGraphic(Graphic graphic,
ProjectionInfo fromProj,
ProjectionInfo toProj) |
Project graphic
|
| 限定符和类型 | 类 | 说明 |
|---|---|---|
class |
ChartGraphic |
|
class |
GraphicCollection |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Graphic |
GraphicCollection.get(int idx) |
Get a graphic by index
|
Graphic |
Graphic.getGraphicN(int idx) |
Get Graphic by index
|
Graphic |
GraphicCollection.getGraphicN(int idx) |
Get Graphic by index
|
Graphic |
GraphicCollection.remove(int index) |
Remove a graphic by index
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
List<Graphic> |
Graphic.getGraphics() |
Get graphic list
|
List<Graphic> |
GraphicCollection.getGraphics() |
Get graphic list
|
List<Graphic> |
GraphicCollection.getLabelPoints() |
Get label points
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
GraphicCollection.add(int index,
Graphic aGraphic) |
Inset a graphic
|
boolean |
GraphicCollection.add(Graphic aGraphic) |
Add a graphic
|
void |
GraphicCollection.addLabel(Graphic aLP) |
Add label point
|
boolean |
GraphicCollection.contains(Graphic g) |
Contains or not
|
int |
GraphicCollection.indexOf(Graphic g) |
Index of
|
void |
GraphicCollection.join(Graphic graphic) |
Join this graphics with other graphics
|
boolean |
GraphicCollection.remove(Graphic aGraphic) |
Remove a graphic
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
GraphicCollection.addAll(List<Graphic> gs) |
Add all
|
void |
GraphicCollection.removeAll(List<Graphic> gs) |
Remove all
|
void |
GraphicCollection.setGraphics(List<Graphic> value) |
Set graphic list
|
void |
GraphicCollection.setLabelPoints(List<Graphic> lps) |
Set label points
|
Copyright © 2019. All rights reserved.