org.lsst.ccs.utilities.zonesui
Class ZPolygon
java.lang.Object
org.lsst.ccs.utilities.zonesui.ZPolygon
- All Implemented Interfaces:
- ShapeBean
public class ZPolygon
- extends Object
- implements ShapeBean
- Author:
- Pascal Durieu
ZPolygon
public ZPolygon()
ZPolygon
public ZPolygon(String... str)
getPoints
public String[] getPoints()
setPoints
public void setPoints(String... st)
getNbPoint
public int getNbPoint()
getXY
public int[][] getXY()
getX
public int[] getX(int[][] tab)
getY
public int[] getY(int[][] tab)
genShape
public Shape genShape()
- Specified by:
genShape in interface ShapeBean
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013 LSST. All Rights Reserved.