Uses of Class
adams.data.objectoverlap.GeometryType
-
Packages that use GeometryType Package Description adams.data.objectoverlap -
-
Uses of GeometryType in adams.data.objectoverlap
Fields in adams.data.objectoverlap declared as GeometryType Modifier and Type Field Description protected GeometryType
IntersectOverUnionRatio. m_Geometry
the geometry to use.Methods in adams.data.objectoverlap that return GeometryType Modifier and Type Method Description GeometryType
IntersectOverUnionRatio. getGeometry()
Returns the geometry type to use for the calculations.static GeometryType
GeometryType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GeometryType[]
GeometryType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.objectoverlap with parameters of type GeometryType Modifier and Type Method Description void
IntersectOverUnionRatio. setGeometry(GeometryType value)
Sets the geometry type to use for the calculations.
-