程序包 wcontour.global
类 Polygon
- java.lang.Object
-
- wcontour.global.Polygon
-
public class Polygon extends Object
Polygon class- 作者:
- Yaqiang Wang
-
-
字段概要
字段 修饰符和类型 字段 说明 doubleAreaAreaExtentExtentExtent - bordering rectangledoubleHighValueEnd valueintHoleIndexHole indexList<PolyLine>HoleLinesHole linesbooleanIsBorderIf is border contour polygonbooleanIsClockWiseIf clockwisebooleanIsHighCenterIs high center or notbooleanIsInnerBorderIf there is only inner borderdoubleLowValueStart valuePolyLineOutLineOutlineintStartPointIdxStart point index
-
构造器概要
构造器 构造器 说明 Polygon()
-
-
-
字段详细资料
-
IsBorder
public boolean IsBorder
If is border contour polygon
-
IsInnerBorder
public boolean IsInnerBorder
If there is only inner border
-
LowValue
public double LowValue
Start value
-
HighValue
public double HighValue
End value
-
IsClockWise
public boolean IsClockWise
If clockwise
-
StartPointIdx
public int StartPointIdx
Start point index
-
IsHighCenter
public boolean IsHighCenter
Is high center or not
-
Extent
public Extent Extent
Extent - bordering rectangle
-
Area
public double Area
Area
-
OutLine
public PolyLine OutLine
Outline
-
HoleIndex
public int HoleIndex
Hole index
-
-