Class Polygon
- java.lang.Object
-
- ext.plantuml.com.ctreber.acearth.util.Polygon
-
public class Polygon extends Object
A polygon in a 3 axis space.
© 2002 Christian Treber, [email protected]
- Author:
- Christian Treber, [email protected]
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Point3D
getPoint(int pIndex)
Point3D[]
getPoints()
int
getSize()
int
getType()
String
toString()
-
-
-
Field Detail
-
LAND
public static final int LAND
- See Also:
- Constant Field Values
-
WATER
public static final int WATER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Polygon
public Polygon(int pType, Point3D[] pPoints)
-
-