|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface INetPolygon
This is a generic labelled horizontal polygon, defined as a set of points in clockwise order.
| Method Summary | |
|---|---|
double |
base()
The elevation of the polygon |
String |
description()
The label or description, of this polygon |
IXyz |
label()
The location of the label |
IList<IXyz> |
points()
A list of points that define the edge of the polygon, sorted into a clockwise order |
IStore<INetPoint> |
pointStore()
A store of points, allowing each point to be accessed quickly by its name |
| Method Detail |
|---|
String description()
IXyz label()
IList<IXyz> points()
double base()
IStore<INetPoint> pointStore()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||