|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.control.georss.dcatdef.DcatDistributionField
public class DcatDistributionField
Dcat distribution definition.
Field Summary |
---|
Fields inherited from interface com.esri.gpt.control.georss.dcatdef.DcatFieldDefinition |
---|
OBLIGATORY |
Constructor Summary | |
---|---|
DcatDistributionField(String name)
Creates instance of the class. |
Method Summary | |
---|---|
void |
print(com.google.gson.stream.JsonWriter jsonWriter,
Properties properties,
DcatSchemas dcatSchemas,
IFeedRecord r)
Print field according to the definition. |
protected void |
printLink(com.google.gson.stream.JsonWriter jsonWriter,
Properties properties,
DcatSchemas dcatSchemas,
IFeedRecord r,
ResourceLink link)
Prints a link. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DcatDistributionField(String name)
name
- field nameMethod Detail |
---|
public void print(com.google.gson.stream.JsonWriter jsonWriter, Properties properties, DcatSchemas dcatSchemas, IFeedRecord r) throws IOException
DcatFieldDefinition
print
in interface DcatFieldDefinition
jsonWriter
- underlying json writerproperties
- propertiesdcatSchemas
- dcat schemasr
- record to print
IOException
- if printing failsprotected void printLink(com.google.gson.stream.JsonWriter jsonWriter, Properties properties, DcatSchemas dcatSchemas, IFeedRecord r, ResourceLink link) throws IOException
jsonWriter
- underlying json writerproperties
- proeprtiesdcatSchemas
- dcat schemasr
- recordlink
- link to print
IOException
- if printing fails
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |