public class RasterOverviewStatistic extends DataTypeStatistic<RasterOverviewStatistic.RasterOverviewValue>
| Modifier and Type | Class and Description |
|---|---|
static class |
RasterOverviewStatistic.RasterOverviewValue |
| Modifier and Type | Field and Description |
|---|---|
static DataTypeStatisticType<RasterOverviewStatistic.RasterOverviewValue> |
STATS_TYPE |
cachedStatisticId, DEFAULT_TAG, INTERNAL_TAG| Constructor and Description |
|---|
RasterOverviewStatistic() |
RasterOverviewStatistic(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
RasterOverviewStatistic.RasterOverviewValue |
createEmpty()
Create a new value for this statistic, initialized to a base state (no entries ingested).
|
String |
getDescription()
Get a human-readable description of this statistic.
|
boolean |
isCompatibleWith(Class<?> adapterClass)
Determine if the statistic is compatible with the given class.
|
byteLength, generateGroupId, generateStatisticId, getId, getTypeName, readBytes, setTypeName, toString, writeBytesfromBinary, getBinningStrategy, getStatisticType, getTag, isInternal, setBinningStrategy, setInternal, setTag, toBinarypublic static final DataTypeStatisticType<RasterOverviewStatistic.RasterOverviewValue> STATS_TYPE
public RasterOverviewStatistic()
public RasterOverviewStatistic(String typeName)
public boolean isCompatibleWith(Class<?> adapterClass)
StatisticisCompatibleWith in class DataTypeStatistic<RasterOverviewStatistic.RasterOverviewValue>adapterClass - the class to checktrue if the statistic is compatiblepublic String getDescription()
StatisticgetDescription in class Statistic<RasterOverviewStatistic.RasterOverviewValue>public RasterOverviewStatistic.RasterOverviewValue createEmpty()
StatisticcreateEmpty in class Statistic<RasterOverviewStatistic.RasterOverviewValue>Copyright © 2013–2022. All rights reserved.