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 GeometryTypeDiceCoefficient. m_Geometrythe geometry to use.protected GeometryTypeIntersectOverUnionRatio. m_Geometrythe geometry to use.Methods in adams.data.objectoverlap that return GeometryType Modifier and Type Method Description GeometryTypeDiceCoefficient. getGeometry()Returns the geometry type to use for the calculations.GeometryTypeIntersectOverUnionRatio. getGeometry()Returns the geometry type to use for the calculations.static GeometryTypeGeometryType. 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 voidDiceCoefficient. setGeometry(GeometryType value)Sets the geometry type to use for the calculations.voidIntersectOverUnionRatio. setGeometry(GeometryType value)Sets the geometry type to use for the calculations.
-