Class GjComplexProperty
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.frostserver.plugin.format.geojson.tools.GjComplexProperty
-
- All Implemented Interfaces:
GjEntityEntry
public class GjComplexProperty extends Object implements GjEntityEntry
- Author:
- scf
-
-
Constructor Summary
Constructors Constructor Description GjComplexProperty(String name, de.fraunhofer.iosb.ilt.frostserver.property.EntityProperty property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteData(GjRowCollector collector, de.fraunhofer.iosb.ilt.frostserver.model.core.Entity source, String namePrefix)Collect data for CSV data rows.
-
-
-
Constructor Detail
-
GjComplexProperty
public GjComplexProperty(String name, de.fraunhofer.iosb.ilt.frostserver.property.EntityProperty property)
-
-
Method Detail
-
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.
-
-