Class SimpleReaderPointAttributeEmulator

java.lang.Object
org.gvsig.fmap.dal.store.simplereader.SimpleReaderPointAttributeEmulator
All Implemented Interfaces:
org.gvsig.fmap.dal.feature.FeatureAttributeEmulator, org.gvsig.json.SupportFromJson, org.gvsig.json.SupportJson, org.gvsig.json.SupportToJson

public class SimpleReaderPointAttributeEmulator extends Object implements org.gvsig.fmap.dal.feature.FeatureAttributeEmulator
Author:
jjdelcerro
  • Constructor Details

    • SimpleReaderPointAttributeEmulator

      public SimpleReaderPointAttributeEmulator()
    • SimpleReaderPointAttributeEmulator

      public SimpleReaderPointAttributeEmulator(String[] pointDimensionNames)
  • Method Details

    • getFieldNames

      public String[] getFieldNames()
    • get

      public Object get(org.gvsig.fmap.dal.feature.Feature feature)
      Specified by:
      get in interface org.gvsig.fmap.dal.feature.FeatureAttributeEmulator
    • set

      public void set(org.gvsig.fmap.dal.feature.EditableFeature feature, Object value)
      Specified by:
      set in interface org.gvsig.fmap.dal.feature.FeatureAttributeEmulator
    • allowSetting

      public boolean allowSetting()
      Specified by:
      allowSetting in interface org.gvsig.fmap.dal.feature.FeatureAttributeEmulator
    • getRequiredFieldNames

      public String[] getRequiredFieldNames()
      Specified by:
      getRequiredFieldNames in interface org.gvsig.fmap.dal.feature.FeatureAttributeEmulator
    • toJson

      public javax.json.JsonObject toJson()
      Specified by:
      toJson in interface org.gvsig.json.SupportToJson
    • toJsonBuilder

      public org.gvsig.json.JsonObjectBuilder toJsonBuilder()
      Specified by:
      toJsonBuilder in interface org.gvsig.json.SupportToJson
    • fromJson

      public void fromJson(javax.json.JsonObject json)
      Specified by:
      fromJson in interface org.gvsig.json.SupportFromJson