| 程序包 | 说明 |
|---|---|
| org.meteoinfo.chart | |
| org.meteoinfo.layer | |
| org.meteoinfo.legend | |
| org.meteoinfo.shape |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
ShapeTypes |
ChartText.getShapeType() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
ShapeTypes |
MapLayer.getShapeType() |
Get shape type
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
MapLayer.setShapeType(ShapeTypes st) |
Set shape type
|
| 构造器 | 说明 |
|---|---|
VectorLayer(ShapeTypes shapeType) |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
ShapeTypes |
LayerNode.getShapeType() |
Get the layer shape type
|
ShapeTypes |
LegendNode.getShapeType() |
Get shape type
|
ShapeTypes |
LegendScheme.getShapeType() |
Get shape type
|
ShapeTypes |
SymbolControl.getShapeType() |
Get shape type
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
LegendScheme |
LegendScheme.convertTo(ShapeTypes shapeType) |
Convert to other shape type
|
static LegendScheme |
LegendManage.createGraduatedLegendScheme(double[] values,
Color[] colors,
ShapeTypes aST,
double min,
double max) |
Create graduated color legend scheme
|
static LegendScheme |
LegendManage.createGraduatedLegendScheme(double[] CValues,
Color[] colors,
ShapeTypes aST,
double min,
double max,
Boolean hasNodata,
double unDef) |
Create graduated color legend scheme
|
static LegendScheme |
LegendManage.createLegendScheme(double min,
double max,
double[] values,
Color[] colors,
LegendType legendType,
ShapeTypes shapeType,
boolean hasNodata,
double unDef) |
Create legend scheme
|
static LegendScheme |
LegendManage.createLegendScheme(double min,
double max,
double interval,
LegendType legendType,
ShapeTypes shapeType) |
Create legend scheme
|
static LegendScheme |
LegendManage.createLegendScheme(double min,
double max,
double interval,
LegendType legendType,
ShapeTypes shapeType,
boolean hasNodata,
double unDef) |
Create legend scheme
|
static LegendScheme |
LegendManage.createLegendScheme(double min,
double max,
int n,
ColorMap ct,
LegendType legendType,
ShapeTypes shapeType,
boolean hasNodata,
double unDef) |
Create legend scheme
|
static LegendScheme |
LegendManage.createLegendScheme(double min,
double max,
int n,
LegendType legendType,
ShapeTypes shapeType) |
Create legend scheme
|
static LegendScheme |
LegendManage.createLegendScheme(double min,
double max,
int n,
LegendType legendType,
ShapeTypes shapeType,
boolean hasNodata,
double unDef) |
Create legend scheme
|
static LegendScheme |
LegendManage.createLegendScheme(double min,
double max,
List<Number> levs,
ColorMap ct,
LegendType legendType,
ShapeTypes shapeType,
boolean hasNodata,
double unDef) |
Create legend scheme
|
static LegendScheme |
LegendManage.createLegendScheme(GridData gdata,
double interval,
LegendType legendType,
ShapeTypes shapeType) |
Create legend scheme
|
static LegendScheme |
LegendManage.createLegendScheme(GridData gdata,
int n,
ColorMap ct,
LegendType legendType,
ShapeTypes shapeType) |
Create legend scheme
|
static LegendScheme |
LegendManage.createLegendScheme(GridData gdata,
int n,
LegendType legendType,
ShapeTypes shapeType) |
Create legend scheme
|
static LegendScheme |
LegendManage.createLegendScheme(StationData stdata,
int n,
ColorMap ct,
LegendType legendType,
ShapeTypes shapeType) |
Create legend scheme
|
static LegendScheme |
LegendManage.createLegendScheme(ShapeTypes shapeType,
List<Number> values,
List<Color> colors) |
Create legend scheme
|
static LegendScheme |
LegendManage.createLegendSchemeFromGridData(GridArray aGridData,
LegendType aLT,
ShapeTypes aST) |
Create legend scheme from grid data
|
static LegendScheme |
LegendManage.createLegendSchemeFromGridData(GridData aGridData,
LegendType aLT,
ShapeTypes aST) |
Create legend scheme from grid data
|
static LegendScheme |
LegendManage.createLegendSchemeFromStationData(StationData stationData,
LegendType aLT,
ShapeTypes aST) |
Create legend scheme from station data
|
static LegendScheme |
LegendManage.createSingleSymbolLegendScheme(ShapeTypes shapeType) |
Create single symbol legend scheme
|
static LegendScheme |
LegendManage.createSingleSymbolLegendScheme(ShapeTypes aST,
Color aColor,
float size) |
Create single symbol legend scheme
|
static LegendScheme |
LegendManage.createUniqValueLegendScheme(double[] CValues,
Color[] colors,
ShapeTypes aST,
double min,
double max) |
Create unique value legend scheme
|
static LegendScheme |
LegendManage.createUniqValueLegendScheme(double[] CValues,
Color[] colors,
ShapeTypes aST,
double min,
double max,
Boolean hasNodata,
double unDef) |
Create unique value legend scheme
|
static LegendScheme |
LegendManage.createUniqValueLegendScheme(int n,
ShapeTypes aST) |
Create unique value legend scheme
|
static LegendScheme |
LegendManage.createUniqValueLegendScheme(List<Number> values,
Color[] colors,
ShapeTypes aST) |
Create unique value legend scheme
|
static LegendScheme |
LegendManage.createUniqValueLegendScheme(List<Number> values,
List<Color> colors,
ShapeTypes aST) |
Create unique value legend scheme
|
static LegendScheme |
LegendManage.createUniqValueLegendScheme(List<Number> values,
ColorMap cmap,
ShapeTypes aST) |
Create unique value legend scheme
|
static LegendScheme |
LegendManage.createUniqValueLegendScheme(List<Number> values,
ShapeTypes aST) |
Create unique value legend scheme
|
static LegendScheme |
LegendManage.createUniqValueLegendScheme(List<String> CValues,
Color[] colors,
ShapeTypes aST,
double min,
double max,
boolean hasNodata,
double unDef) |
Create unique value legend scheme
|
static LegendScheme |
LegendManage.createUniqValueLegendScheme(List<String> CValues,
List<String> captions,
Color[] colors,
ShapeTypes aST,
double min,
double max) |
Create unique value legend scheme
|
static LegendScheme |
LegendManage.createUniqValueLegendScheme(List<String> CValues,
List<String> captions,
Color[] colors,
ShapeTypes aST,
double min,
double max,
boolean hasNodata,
double unDef) |
Create unique value legend scheme
|
void |
LegendNode.setShapeType(ShapeTypes type) |
Set shape type
|
void |
LegendScheme.setShapeType(ShapeTypes st) |
Set shape type
|
void |
SymbolControl.setShapeType(ShapeTypes st) |
Set shape type
|
| 构造器 | 说明 |
|---|---|
LegendScheme(ShapeTypes aShapeType) |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
ShapeTypes |
ArcShape.getShapeType() |
|
ShapeTypes |
BarShape.getShapeType() |
|
ShapeTypes |
CircleShape.getShapeType() |
|
ShapeTypes |
CurveLineShape.getShapeType() |
|
ShapeTypes |
CurvePolygonShape.getShapeType() |
|
ShapeTypes |
EllipseShape.getShapeType() |
|
ShapeTypes |
GraphicCollection.getShapeType() |
Get shape type
|
ShapeTypes |
ImageShape.getShapeType() |
|
ShapeTypes |
PointShape.getShapeType() |
|
ShapeTypes |
PointZShape.getShapeType() |
|
ShapeTypes |
PolygonMShape.getShapeType() |
|
ShapeTypes |
PolygonShape.getShapeType() |
|
ShapeTypes |
PolygonZShape.getShapeType() |
|
ShapeTypes |
PolylineErrorShape.getShapeType() |
|
ShapeTypes |
PolylineShape.getShapeType() |
|
ShapeTypes |
PolylineZShape.getShapeType() |
|
ShapeTypes |
RectangleShape.getShapeType() |
|
abstract ShapeTypes |
Shape.getShapeType() |
Get shape type
|
ShapeTypes |
StationModelShape.getShapeType() |
|
ShapeTypes |
WeatherSymbol.getShapeType() |
|
ShapeTypes |
WindArrow.getShapeType() |
|
ShapeTypes |
WindArrow3D.getShapeType() |
|
ShapeTypes |
WindBarb.getShapeType() |
|
static ShapeTypes |
ShapeTypes.valueOf(int ordinal) |
Get value from ordinal
|
static ShapeTypes |
ShapeTypes.valueOf(String name) |
返回带有指定名称的该类型的枚举常量。
|
static ShapeTypes[] |
ShapeTypes.values() |
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
protected void |
Graphic.addLegend(Document doc,
Element parent,
ColorBreak aLegend,
ShapeTypes shapeType) |
Add legend to XML document
|
boolean |
ShapeTypes.isSameLegendType(ShapeTypes st) |
Check if this shape type has same legend type with other shape type
|
protected ColorBreak |
Graphic.loadLegend(Node legendNode,
ShapeTypes shapeType) |
Copyright © 2019. All rights reserved.