|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.ObjectwContour.Global.Polygon
public class Polygon
Polygon class
字段摘要 | |
---|---|
double |
Area
|
Extent |
Extent
|
double |
HighValue
End value |
int |
HoleIndex
|
java.util.List<PolyLine> |
HoleLines
|
boolean |
IsBorder
If is border contour polygon |
boolean |
IsClockWise
If clockwise |
boolean |
IsHighCenter
|
boolean |
IsInnerBorder
If there is only inner border |
double |
LowValue
Start value |
PolyLine |
OutLine
|
int |
StartPointIdx
|
构造方法摘要 | |
---|---|
Polygon()
|
方法摘要 | |
---|---|
void |
AddHole(java.util.List<PointD> pList)
|
void |
AddHole(Polygon aPolygon)
|
java.lang.Object |
Clone()
Clone the object |
boolean |
HasHoles()
|
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
public boolean IsBorder
public boolean IsInnerBorder
public double LowValue
public double HighValue
public boolean IsClockWise
public int StartPointIdx
public boolean IsHighCenter
public Extent Extent
public double Area
public PolyLine OutLine
public java.util.List<PolyLine> HoleLines
public int HoleIndex
构造方法详细信息 |
---|
public Polygon()
方法详细信息 |
---|
public java.lang.Object Clone()
public boolean HasHoles()
public void AddHole(Polygon aPolygon)
public void AddHole(java.util.List<PointD> pList)
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |