Uses of Class
org.citygml4j.jaxb.citygml._0_4.CityObjectGroupType

Packages that use CityObjectGroupType
org.citygml4j.builder.jaxb.marshal.citygml.cityobjectgroup   
org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of CityObjectGroupType in org.citygml4j.builder.jaxb.marshal.citygml.cityobjectgroup
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.cityobjectgroup that return CityObjectGroupType
 CityObjectGroupType CityObjectGroup040Marshaller.marshalCityObjectGroup(CityObjectGroup src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.cityobjectgroup with parameters of type CityObjectGroupType
 void CityObjectGroup040Marshaller.marshalCityObjectGroup(CityObjectGroup src, CityObjectGroupType dest)
           
 

Uses of CityObjectGroupType in org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup with parameters of type CityObjectGroupType
 CityObjectGroup CityObjectGroup040Unmarshaller.unmarshalCityObjectGroup(CityObjectGroupType src)
           
 void CityObjectGroup040Unmarshaller.unmarshalCityObjectGroup(CityObjectGroupType src, CityObjectGroup dest)
           
 

Uses of CityObjectGroupType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return CityObjectGroupType
 CityObjectGroupType ObjectFactory.createCityObjectGroupType()
          Create an instance of CityObjectGroupType
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return types with arguments of type CityObjectGroupType
 javax.xml.bind.JAXBElement<CityObjectGroupType> ObjectFactory.createCityObjectGroup(CityObjectGroupType value)
          Create an instance of JAXBElement<CityObjectGroupType>}
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type CityObjectGroupType
 javax.xml.bind.JAXBElement<CityObjectGroupType> ObjectFactory.createCityObjectGroup(CityObjectGroupType value)
          Create an instance of JAXBElement<CityObjectGroupType>}