wContour.Global
类 Polygon

java.lang.Object
  继承者 wContour.Global.Polygon

public class Polygon
extends java.lang.Object

Polygon class

作者:
Yaqiang Wang

字段摘要
 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
 

字段详细信息

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

IsHighCenter

public boolean IsHighCenter

Extent

public Extent Extent

Area

public double Area

OutLine

public PolyLine OutLine

HoleLines

public java.util.List<PolyLine> HoleLines

HoleIndex

public int HoleIndex
构造方法详细信息

Polygon

public Polygon()
方法详细信息

Clone

public java.lang.Object Clone()
Clone the object

返回:
cloned Polygon object

HasHoles

public boolean HasHoles()

AddHole

public void AddHole(Polygon aPolygon)

AddHole

public void AddHole(java.util.List<PointD> pList)