Uses of Interface
edu.umd.cfar.lamp.viper.geometry.HasCentroid

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

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

Classes in edu.umd.cfar.lamp.viper.geometry that implement HasCentroid
 class BoundingBox
          This class reprsents a rectangle aligned with the coordinate axes or a set of such rectangles.
 class Circle
          A circle, specified by the center point and the radius in integer format, supporting functions necessary for simple comparison.
 class ConvexPolygon
          A class representing a Convex Polygon.
 class Ellipse
          An ellipse.
 class OrientedBox
          An Oriented Box is a rectangle that is rotated about its bottom right corner.
 class Pnt
          Represents a 2d point in Rational format.
 class Polygon
          This class represents a series of line segments.