org.shapelogic.polygon
Interface IPolygon2D
- All Superinterfaces:
- GeometricShape2D
- All Known Implementing Classes:
- MultiLinePolygon, Polygon
public interface IPolygon2D
- extends GeometricShape2D
there is only one class implementing this I should probably take it out
- Author:
- Sami Badawi
getPoints
java.util.Set<? extends IPoint2D> getPoints()
getLines
java.util.Set<CLine> getLines()
getBBox
BBox getBBox()
isClosed
boolean isClosed()
getAspectRatio
double getAspectRatio()
Copyright © 2008. All Rights Reserved.