Uses of Class
edu.umd.cfar.lamp.viper.geometry.Polygon

Packages that use Polygon
edu.umd.cfar.lamp.viper.geometry A set of classes for manipulating geometric data, usually used for ViPER attribute data
 

Uses of Polygon in edu.umd.cfar.lamp.viper.geometry
 

Methods in edu.umd.cfar.lamp.viper.geometry that return Polygon
static Polygon Polygon.valueOf(java.lang.String S)
          Constructs a polygon from a list of points.
 

Constructors in edu.umd.cfar.lamp.viper.geometry with parameters of type Polygon
Polygon(Polygon old)
          Constructs a Polygon copy.