Esri Geoportal Server
1.2.9

com.esri.gpt.control.georss.dcatdef
Interface DcatFieldDefinition

All Known Implementing Classes:
ArrayField, BaseDcatField, BooleanField, ContactPointField, DateField, DcatDistributionField, IdentifierField, PublisherField, ReferencesField, SpatialField, StringField, TemporalField

public interface DcatFieldDefinition

Dcat field definition.


Field Summary
static long OBLIGATORY
           
 
Method Summary
 void print(com.google.gson.stream.JsonWriter jsonWriter, Properties properties, DcatSchemas dcatSchemas, IFeedRecord r)
          Print field according to the definition.
 

Field Detail

OBLIGATORY

static final long OBLIGATORY
See Also:
Constant Field Values
Method Detail

print

void print(com.google.gson.stream.JsonWriter jsonWriter,
           Properties properties,
           DcatSchemas dcatSchemas,
           IFeedRecord r)
           throws IOException
Print field according to the definition.

Parameters:
jsonWriter - underlying json writer
properties - properties
dcatSchemas - dcat schemas
r - record to print
Throws:
IOException - if printing fails

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.