com.esri.gpt.control.georss.dcatdef
Class ReferencesField
java.lang.Object
com.esri.gpt.control.georss.dcatdef.BaseDcatField
com.esri.gpt.control.georss.dcatdef.ReferencesField
- All Implemented Interfaces:
- DcatFieldDefinition
public class ReferencesField
- extends BaseDcatField
References.
Methods inherited from class com.esri.gpt.control.georss.dcatdef.BaseDcatField |
getAttributeField, getAttributeField, getDcatField, getDcatField, getDcatFields, getFeedAttribute, getFeedAttribute, getFeedAttribute, getIndex, getOutFieldName, getSchemaKey, toString |
ReferencesField
public ReferencesField(String name)
ReferencesField
public ReferencesField(String name,
String... excludedTags)
print
public void print(com.google.gson.stream.JsonWriter jsonWriter,
Properties properties,
DcatSchemas dcatSchemas,
IFeedRecord r)
throws IOException
- Description copied from interface:
DcatFieldDefinition
- Print field according to the definition.
- Parameters:
jsonWriter
- underlying json writerproperties
- propertiesdcatSchemas
- dcat schemasr
- record to print
- Throws:
IOException
- if printing fails
validateValue
protected String validateValue(String value)
- Validates value.
- Parameters:
value
- value to validate
- Returns:
true
if value is valid
readValue
protected ArrayList<String> readValue(DcatSchemas dcatSchemas,
DcatField dcatField,
IFeedRecord r,
IFeedAttribute attr)
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.