Uses of Interface
org.citygml4j.util.gmlid.GMLIdManager

Packages that use GMLIdManager
org.citygml4j.util.gmlid   
org.citygml4j.util.transform   
org.citygml4j.xml.io   
 

Uses of GMLIdManager in org.citygml4j.util.gmlid
 

Classes in org.citygml4j.util.gmlid that implement GMLIdManager
 class DefaultGMLIdManager
           
 

Uses of GMLIdManager in org.citygml4j.util.transform
 

Constructors in org.citygml4j.util.transform with parameters of type GMLIdManager
FeatureSplitter(GMLIdManager gmlIdManager)
           
FeatureSplitter(SchemaHandler schemaHandler, GMLIdManager gmlIdManager)
           
 

Uses of GMLIdManager in org.citygml4j.xml.io
 

Methods in org.citygml4j.xml.io that return GMLIdManager
 GMLIdManager CityGMLOutputFactory.getGMLIdManager()
           
 GMLIdManager CityGMLInputFactory.getGMLIdManager()
           
 GMLIdManager AbstractCityGMLOutputFactory.getGMLIdManager()
           
 GMLIdManager AbstractCityGMLInputFactory.getGMLIdManager()
           
 

Methods in org.citygml4j.xml.io with parameters of type GMLIdManager
 void CityGMLOutputFactory.setGMLIdManager(GMLIdManager gmlIdManager)
           
 void CityGMLInputFactory.setGMLIdManager(GMLIdManager gmlIdManager)
           
 void AbstractCityGMLOutputFactory.setGMLIdManager(GMLIdManager gmlIdManager)
           
 void AbstractCityGMLInputFactory.setGMLIdManager(GMLIdManager gmlIdManager)