Class GjSelfLinkProperty
java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.format.geojson.tools.GjSelfLinkProperty
- All Implemented Interfaces:
GjEntityEntry
- Author:
- scf
-
Constructor Summary
ConstructorsConstructorDescriptionGjSelfLinkProperty(de.fraunhofer.iosb.ilt.frostserver.query.Query query, String serviceRootUrl, de.fraunhofer.iosb.ilt.frostserver.path.Version version, String name) -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteData(GjRowCollector collector, de.fraunhofer.iosb.ilt.frostserver.model.core.Entity source, String namePrefix) Collect data for CSV data rows.
-
Constructor Details
-
GjSelfLinkProperty
-
-
Method Details
-
writeData
public void writeData(GjRowCollector collector, de.fraunhofer.iosb.ilt.frostserver.model.core.Entity source, String namePrefix) Description copied from interface:GjEntityEntryCollect data for CSV data rows.- Specified by:
writeDatain interfaceGjEntityEntry- Parameters:
collector- The collector to collect the data in.source- The source entity to collect the data from.namePrefix- The header to use for this item.
-