com.azalient.api.b.display
Interface INetPolygon


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

description

String description()
The label or description, of this polygon


label

IXyz label()
The location of the label


points

IList<IXyz> points()
A list of points that define the edge of the polygon, sorted into a clockwise order


base

double base()
The elevation of the polygon


pointStore

IStore<INetPoint> pointStore()
A store of points, allowing each point to be accessed quickly by its name