Package org.citydb.citygml.exporter.util
Class ExportCounter
- java.lang.Object
-
- org.citydb.citygml.exporter.util.ExportCounter
-
public class ExportCounter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExportCounter(SchemaMapping schemaMapping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<org.citygml4j.model.gml.GMLClass,java.lang.Long>
getAndResetGeometryCounter()
java.util.Map<java.lang.Integer,java.lang.Long>
getAndResetObjectCounter()
void
updateExportCounter(org.citygml4j.model.gml.base.AbstractGML object)
-
-
-
Constructor Detail
-
ExportCounter
public ExportCounter(SchemaMapping schemaMapping)
-
-
Method Detail
-
updateExportCounter
public void updateExportCounter(org.citygml4j.model.gml.base.AbstractGML object)
-
getAndResetObjectCounter
public java.util.Map<java.lang.Integer,java.lang.Long> getAndResetObjectCounter()
-
getAndResetGeometryCounter
public java.util.Map<org.citygml4j.model.gml.GMLClass,java.lang.Long> getAndResetGeometryCounter()
-
-