com.esri.gpt.control.georss.dcatdef
Class IdentifierField
java.lang.Object
com.esri.gpt.control.georss.dcatdef.BaseDcatField
com.esri.gpt.control.georss.dcatdef.IdentifierField
- All Implemented Interfaces:
- DcatFieldDefinition
public class IdentifierField
- extends BaseDcatField
Identifier field.
Methods inherited from class com.esri.gpt.control.georss.dcatdef.BaseDcatField |
getAttributeField, getAttributeField, getDcatField, getDcatField, getDcatFields, getFeedAttribute, getFeedAttribute, getFeedAttribute, getIndex, getOutFieldName, getSchemaKey, toString |
IdentifierField
public IdentifierField(String fldName)
- Creates instance of the class.
- Parameters:
fldName
- field name
IdentifierField
public IdentifierField(String fldName,
long flags)
- Creates instance of the class.
- Parameters:
fldName
- field nameflags
- flags
readValue
protected String readValue(IFeedAttribute attr)
- Reads value as string.
- Parameters:
attr
- attribute
- Returns:
- value
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
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.