com.esri.gpt.control.georss.dcatdef
Class DcatDefinition
java.lang.Object
com.esri.gpt.control.georss.dcatdef.DcatDefinition
public class DcatDefinition
- extends Object
Dcat definition.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DcatDefinition
public DcatDefinition()
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 writerproperties
- propertiesdcatSchemas
- dcat schemasrecords
- records to print
- Throws:
IOException
- if printing fails
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.