public class BoundingBoxStatistic extends FieldStatistic<BoundingBoxStatistic.BoundingBoxValue>
| Modifier and Type | Class and Description |
|---|---|
static class |
BoundingBoxStatistic.BoundingBoxValue |
static class |
BoundingBoxStatistic.CRSConverter |
| Modifier and Type | Field and Description |
|---|---|
static FieldStatisticType<BoundingBoxStatistic.BoundingBoxValue> |
STATS_TYPE |
cachedStatisticId, DEFAULT_TAG, INTERNAL_TAG| Constructor and Description |
|---|
BoundingBoxStatistic() |
BoundingBoxStatistic(String typeName,
String fieldName) |
BoundingBoxStatistic(String typeName,
String fieldName,
org.opengis.referencing.crs.CoordinateReferenceSystem sourceCrs,
org.opengis.referencing.crs.CoordinateReferenceSystem destinationCrs) |
| Modifier and Type | Method and Description |
|---|---|
int |
byteLength() |
BoundingBoxStatistic.BoundingBoxValue |
createEmpty() |
String |
getDescription() |
org.opengis.referencing.crs.CoordinateReferenceSystem |
getDestinationCrs() |
org.opengis.referencing.crs.CoordinateReferenceSystem |
getSourceCrs() |
org.opengis.referencing.operation.MathTransform |
getTransform() |
boolean |
isCompatibleWith(Class<?> fieldClass) |
void |
readBytes(ByteBuffer buffer) |
void |
setDestinationCrs(org.opengis.referencing.crs.CoordinateReferenceSystem destinationCrs) |
void |
setSourceCrs(org.opengis.referencing.crs.CoordinateReferenceSystem sourceCrs) |
void |
writeBytes(ByteBuffer buffer) |
generateGroupId, generateStatisticId, getFieldName, getId, getTypeName, setFieldName, setTypeName, toStringfromBinary, getBinningStrategy, getStatisticType, getTag, isInternal, setBinningStrategy, setInternal, setTag, toBinarypublic static final FieldStatisticType<BoundingBoxStatistic.BoundingBoxValue> STATS_TYPE
public org.opengis.referencing.operation.MathTransform getTransform()
public void setSourceCrs(org.opengis.referencing.crs.CoordinateReferenceSystem sourceCrs)
public org.opengis.referencing.crs.CoordinateReferenceSystem getSourceCrs()
public void setDestinationCrs(org.opengis.referencing.crs.CoordinateReferenceSystem destinationCrs)
public org.opengis.referencing.crs.CoordinateReferenceSystem getDestinationCrs()
public boolean isCompatibleWith(Class<?> fieldClass)
isCompatibleWith in class FieldStatistic<BoundingBoxStatistic.BoundingBoxValue>public String getDescription()
getDescription in class Statistic<BoundingBoxStatistic.BoundingBoxValue>public BoundingBoxStatistic.BoundingBoxValue createEmpty()
createEmpty in class Statistic<BoundingBoxStatistic.BoundingBoxValue>public int byteLength()
byteLength in class FieldStatistic<BoundingBoxStatistic.BoundingBoxValue>public void writeBytes(ByteBuffer buffer)
writeBytes in class FieldStatistic<BoundingBoxStatistic.BoundingBoxValue>public void readBytes(ByteBuffer buffer)
readBytes in class FieldStatistic<BoundingBoxStatistic.BoundingBoxValue>Copyright © 2013–2021. All rights reserved.