Esri Geoportal Server
1.2.9

com.esri.gpt.control.georss.dcatdef
Class DcatDefinition

java.lang.Object
  extended by com.esri.gpt.control.georss.dcatdef.DcatDefinition

public class DcatDefinition
extends Object

Dcat definition.


Constructor Summary
DcatDefinition()
           
 
Method Summary
 void print(com.google.gson.stream.JsonWriter jsonWriter, Properties properties, DcatSchemas dcatSchemas, Iterable<IFeedRecord> records)
          Prints dcat according to the definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DcatDefinition

public DcatDefinition()
Method Detail

print

public void print(com.google.gson.stream.JsonWriter jsonWriter,
                  Properties properties,
                  DcatSchemas dcatSchemas,
                  Iterable<IFeedRecord> records)
           throws IOException
Prints dcat according to the definition.

Parameters:
jsonWriter - underlying json writer
properties - properties
dcatSchemas - dcat schemas
records - records 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.