com.esri.gpt.control.georss.dcatdef
Class SpatialField
java.lang.Object
com.esri.gpt.control.georss.dcatdef.BaseDcatField
com.esri.gpt.control.georss.dcatdef.SpatialField
- All Implemented Interfaces:
- DcatFieldDefinition
public class SpatialField
- extends BaseDcatField
Spatial field.
Methods inherited from class com.esri.gpt.control.georss.dcatdef.BaseDcatField |
getAttributeField, getAttributeField, getDcatField, getDcatField, getDcatFields, getFeedAttribute, getFeedAttribute, getFeedAttribute, getIndex, getOutFieldName, getSchemaKey, toString |
SpatialField
public SpatialField(String fldName)
- Creates instance of the class.
- Parameters:
fldName
- field name
SpatialField
public SpatialField(String fldName,
long flags)
- Creates instance of the class.
- Parameters:
fldName
- field nameflags
- flags
getDefaultValue
protected String getDefaultValue(Properties properties)
- Gets default value.
- Parameters:
properties
- properties
- Returns:
- default 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.