public class SimpleReaderPointAttributeEmulator extends java.lang.Object implements FeatureAttributeEmulator
| Constructor and Description |
|---|
SimpleReaderPointAttributeEmulator() |
SimpleReaderPointAttributeEmulator(java.lang.String[] pointDimensionNames) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowSetting() |
void |
fromJson(JsonObject json) |
java.lang.Object |
get(Feature feature) |
java.lang.String[] |
getFieldNames() |
java.lang.String[] |
getRequiredFieldNames() |
void |
set(EditableFeature feature,
java.lang.Object value) |
JsonObject |
toJson() |
JsonObjectBuilder |
toJsonBuilder() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoJson, toJsonBuilderpublic SimpleReaderPointAttributeEmulator()
public SimpleReaderPointAttributeEmulator(java.lang.String[] pointDimensionNames)
public java.lang.String[] getFieldNames()
public java.lang.Object get(Feature feature)
get in interface FeatureAttributeEmulatorpublic void set(EditableFeature feature, java.lang.Object value)
set in interface FeatureAttributeEmulatorpublic boolean allowSetting()
allowSetting in interface FeatureAttributeEmulatorpublic java.lang.String[] getRequiredFieldNames()
getRequiredFieldNames in interface FeatureAttributeEmulatorpublic JsonObject toJson()
toJson in interface SupportToJsonpublic JsonObjectBuilder toJsonBuilder()
toJsonBuilder in interface SupportToJsonpublic void fromJson(JsonObject json)
fromJson in interface SupportFromJson