Uses of Class
org.citygml4j.model.module.citygml.CityGMLVersion

Packages that use CityGMLVersion
org.citygml4j.builder   
org.citygml4j.builder.jaxb   
org.citygml4j.builder.jaxb.xml.io.writer   
org.citygml4j.builder.jaxb.xml.validation   
org.citygml4j.model.module   
org.citygml4j.model.module.citygml   
org.citygml4j.xml   
org.citygml4j.xml.io   
org.citygml4j.xml.io.writer   
org.citygml4j.xml.validation   
 

Uses of CityGMLVersion in org.citygml4j.builder
 

Methods in org.citygml4j.builder with parameters of type CityGMLVersion
 CityGMLOutputFactory CityGMLBuilder.createCityGMLOutputFactory(CityGMLVersion version)
           
 CityGMLOutputFactory CityGMLBuilder.createCityGMLOutputFactory(CityGMLVersion version, SchemaHandler schemaHandler)
           
 

Uses of CityGMLVersion in org.citygml4j.builder.jaxb
 

Methods in org.citygml4j.builder.jaxb with parameters of type CityGMLVersion
 CityGMLOutputFactory JAXBBuilder.createCityGMLOutputFactory(CityGMLVersion version)
           
 CityGMLOutputFactory JAXBBuilder.createCityGMLOutputFactory(CityGMLVersion version, SchemaHandler schemaHandler)
           
 JAXBMarshaller JAXBBuilder.createJAXBMarshaller(CityGMLVersion version)
           
static java.lang.String JAXBContextPath.getContextPath(CityGMLVersion version)
           
static java.lang.String JAXBContextPath.getContextPath(CityGMLVersion version, java.lang.String... packageNames)
           
 

Uses of CityGMLVersion in org.citygml4j.builder.jaxb.xml.io.writer
 

Methods in org.citygml4j.builder.jaxb.xml.io.writer with parameters of type CityGMLVersion
 void AbstractJAXBWriter.setPrefixes(CityGMLVersion version)
           
 void AbstractJAXBWriter.setSchemaLocations(CityGMLVersion version)
           
 

Uses of CityGMLVersion in org.citygml4j.builder.jaxb.xml.validation
 

Methods in org.citygml4j.builder.jaxb.xml.validation with parameters of type CityGMLVersion
 void JAXBValidator.validate(java.lang.Object object, CityGMLVersion version)
           
 

Uses of CityGMLVersion in org.citygml4j.model.module
 

Methods in org.citygml4j.model.module with parameters of type CityGMLVersion
 void ModuleContext.setCityGMLVersion(CityGMLVersion version)
           
 

Constructors in org.citygml4j.model.module with parameters of type CityGMLVersion
ModuleContext(CityGMLVersion version)
           
 

Uses of CityGMLVersion in org.citygml4j.model.module.citygml
 

Fields in org.citygml4j.model.module.citygml declared as CityGMLVersion
static CityGMLVersion CityGMLVersion.DEFAULT
           
static CityGMLVersion CityGMLVersion.v0_4_0
           
static CityGMLVersion CityGMLVersion.v1_0_0
           
 

Methods in org.citygml4j.model.module.citygml that return types with arguments of type CityGMLVersion
static java.util.List<CityGMLVersion> CityGMLVersion.getInstances()
           
 

Uses of CityGMLVersion in org.citygml4j.xml
 

Methods in org.citygml4j.xml with parameters of type CityGMLVersion
 void CityGMLNamespaceContext.setPrefixes(CityGMLVersion version)
           
 

Uses of CityGMLVersion in org.citygml4j.xml.io
 

Methods in org.citygml4j.xml.io with parameters of type CityGMLVersion
 void CityGMLOutputFactory.setCityGMLVersion(CityGMLVersion version)
           
 void AbstractCityGMLOutputFactory.setCityGMLVersion(CityGMLVersion version)
           
 

Uses of CityGMLVersion in org.citygml4j.xml.io.writer
 

Methods in org.citygml4j.xml.io.writer with parameters of type CityGMLVersion
 void AbstractCityGMLWriter.setPrefixes(CityGMLVersion version)
           
 void AbstractCityGMLWriter.setSchemaLocations(CityGMLVersion version)
           
 

Uses of CityGMLVersion in org.citygml4j.xml.validation
 

Methods in org.citygml4j.xml.validation with parameters of type CityGMLVersion
 void Validator.validate(java.lang.Object object, CityGMLVersion version)