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, writeBytes
fromBinary, getBinningStrategy, getStatisticType, getTag, isInternal, setBinningStrategy, setInternal, setTag, toBinary
public static final DataTypeStatisticType<RasterOverviewStatistic.RasterOverviewValue> STATS_TYPE
public RasterOverviewStatistic()
public RasterOverviewStatistic(String typeName)
public boolean isCompatibleWith(Class<?> adapterClass)
Statistic
isCompatibleWith
in class DataTypeStatistic<RasterOverviewStatistic.RasterOverviewValue>
adapterClass
- the class to checktrue
if the statistic is compatiblepublic String getDescription()
Statistic
getDescription
in class Statistic<RasterOverviewStatistic.RasterOverviewValue>
public RasterOverviewStatistic.RasterOverviewValue createEmpty()
Statistic
createEmpty
in class Statistic<RasterOverviewStatistic.RasterOverviewValue>
Copyright © 2013–2022. All rights reserved.