Uses of Class
adams.data.areaoverlap.AreaType
-
Packages that use AreaType Package Description adams.data.areaoverlap -
-
Uses of AreaType in adams.data.areaoverlap
Fields in adams.data.areaoverlap declared as AreaType Modifier and Type Field Description protected AreaType
BoundingBoxBased. m_AreaType
how to calculate the area.protected AreaType
PolygonBased. m_AreaType
how to calculate the area.Methods in adams.data.areaoverlap that return AreaType Modifier and Type Method Description AreaType
BoundingBoxBased. getAreaType()
Returns what area to use.AreaType
PolygonBased. getAreaType()
Returns what area to use.static AreaType
AreaType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AreaType[]
AreaType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.areaoverlap with parameters of type AreaType Modifier and Type Method Description void
BoundingBoxBased. setAreaType(AreaType value)
Sets what area to use.void
PolygonBased. setAreaType(AreaType value)
Sets what area to use.
-