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
-
-
Method Details
-
getFieldNames
-
get
- Specified by:
getin interfaceorg.gvsig.fmap.dal.feature.FeatureAttributeEmulator
-
set
- Specified by:
setin interfaceorg.gvsig.fmap.dal.feature.FeatureAttributeEmulator
-
allowSetting
public boolean allowSetting()- Specified by:
allowSettingin interfaceorg.gvsig.fmap.dal.feature.FeatureAttributeEmulator
-
getRequiredFieldNames
- Specified by:
getRequiredFieldNamesin interfaceorg.gvsig.fmap.dal.feature.FeatureAttributeEmulator
-
toJson
public javax.json.JsonObject toJson()- Specified by:
toJsonin interfaceorg.gvsig.json.SupportToJson
-
toJsonBuilder
public org.gvsig.json.JsonObjectBuilder toJsonBuilder()- Specified by:
toJsonBuilderin interfaceorg.gvsig.json.SupportToJson
-
fromJson
public void fromJson(javax.json.JsonObject json) - Specified by:
fromJsonin interfaceorg.gvsig.json.SupportFromJson
-