Package org.gbif.api.model.registry
Class Grid
- java.lang.Object
-
- org.gbif.api.model.registry.Grid
-
- All Implemented Interfaces:
Serializable
public class Grid extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Grid()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetKey()DoublegetMaxPercent()DoublegetMinDist()IntegergetMinDistCount()DoublegetPercent()IntegergetTotalCount()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
Grid
public Grid()
-
-
Method Detail
-
getTotalCount
public Integer getTotalCount()
-
getMinDist
public Double getMinDist()
-
getMinDistCount
public Integer getMinDistCount()
-
getPercent
public Double getPercent()
-
getMaxPercent
public Double getMaxPercent()
-
-