public static class DistortionGroupManagement.DistortionDataAdapter extends Object implements org.locationtech.geowave.core.store.api.DataTypeAdapter<DistortionGroupManagement.DistortionEntry>
| Modifier and Type | Field and Description |
|---|---|
static String |
ADAPTER_TYPE_NAME |
| Constructor and Description |
|---|
DistortionDataAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBinary(byte[] bytes) |
Class<DistortionGroupManagement.DistortionEntry> |
getDataClass() |
byte[] |
getDataId(DistortionGroupManagement.DistortionEntry entry) |
org.locationtech.geowave.core.store.adapter.FieldDescriptor<?> |
getFieldDescriptor(String fieldName) |
org.locationtech.geowave.core.store.adapter.FieldDescriptor<?>[] |
getFieldDescriptors() |
Object |
getFieldValue(DistortionGroupManagement.DistortionEntry entry,
String fieldName) |
org.locationtech.geowave.core.store.data.field.FieldReader<Object> |
getReader(String fieldId) |
String |
getTypeName() |
org.locationtech.geowave.core.store.api.RowBuilder<DistortionGroupManagement.DistortionEntry> |
newRowBuilder(org.locationtech.geowave.core.store.adapter.FieldDescriptor<?>[] outputFieldDescriptors) |
byte[] |
toBinary() |
public static final String ADAPTER_TYPE_NAME
public String getTypeName()
getTypeName in interface org.locationtech.geowave.core.store.api.DataTypeAdapter<DistortionGroupManagement.DistortionEntry>public byte[] getDataId(DistortionGroupManagement.DistortionEntry entry)
getDataId in interface org.locationtech.geowave.core.store.api.DataTypeAdapter<DistortionGroupManagement.DistortionEntry>public org.locationtech.geowave.core.store.data.field.FieldReader<Object> getReader(String fieldId)
getReader in interface org.locationtech.geowave.core.store.api.DataTypeAdapter<DistortionGroupManagement.DistortionEntry>getReader in interface org.locationtech.geowave.core.store.data.DataReader<Object>public byte[] toBinary()
toBinary in interface org.locationtech.geowave.core.index.persist.Persistablepublic void fromBinary(byte[] bytes)
fromBinary in interface org.locationtech.geowave.core.index.persist.Persistablepublic Object getFieldValue(DistortionGroupManagement.DistortionEntry entry, String fieldName)
getFieldValue in interface org.locationtech.geowave.core.store.api.DataTypeAdapter<DistortionGroupManagement.DistortionEntry>public Class<DistortionGroupManagement.DistortionEntry> getDataClass()
getDataClass in interface org.locationtech.geowave.core.store.api.DataTypeAdapter<DistortionGroupManagement.DistortionEntry>public org.locationtech.geowave.core.store.api.RowBuilder<DistortionGroupManagement.DistortionEntry> newRowBuilder(org.locationtech.geowave.core.store.adapter.FieldDescriptor<?>[] outputFieldDescriptors)
newRowBuilder in interface org.locationtech.geowave.core.store.api.DataTypeAdapter<DistortionGroupManagement.DistortionEntry>public org.locationtech.geowave.core.store.adapter.FieldDescriptor<?>[] getFieldDescriptors()
getFieldDescriptors in interface org.locationtech.geowave.core.store.api.DataTypeAdapter<DistortionGroupManagement.DistortionEntry>public org.locationtech.geowave.core.store.adapter.FieldDescriptor<?> getFieldDescriptor(String fieldName)
getFieldDescriptor in interface org.locationtech.geowave.core.store.api.DataTypeAdapter<DistortionGroupManagement.DistortionEntry>Copyright © 2013–2022. All rights reserved.