Uses of Class
org.citygml4j.jaxb.citygml.grp._1.CityObjectGroupType

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.cityobjectgroup with parameters of type CityObjectGroupType
 void CityObjectGroup100Marshaller.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 CityObjectGroup100Unmarshaller.unmarshalCityObjectGroup(CityObjectGroupType src)
           
 void CityObjectGroup100Unmarshaller.unmarshalCityObjectGroup(CityObjectGroupType src, CityObjectGroup dest)
           
 

Uses of CityObjectGroupType in org.citygml4j.jaxb.citygml.grp._1
 

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

Methods in org.citygml4j.jaxb.citygml.grp._1 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.grp._1 with parameters of type CityObjectGroupType
 javax.xml.bind.JAXBElement<CityObjectGroupType> ObjectFactory.createCityObjectGroup(CityObjectGroupType value)
          Create an instance of JAXBElement<CityObjectGroupType>}