Uses of Class
org.citygml4j.model.citygml.cityobjectgroup.CityObjectGroupParent

Packages that use CityObjectGroupParent
org.citygml4j.builder.jaxb.marshal.citygml.cityobjectgroup   
org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup   
org.citygml4j.model.citygml.cityobjectgroup   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.cityobjectgroup with parameters of type CityObjectGroupParent
 CityObjectGroupParentType CityObjectGroup200Marshaller.marshalCityObjectGroupParent(CityObjectGroupParent src)
           
 CityObjectGroupParentType CityObjectGroup100Marshaller.marshalCityObjectGroupParent(CityObjectGroupParent src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup that return CityObjectGroupParent
 CityObjectGroupParent CityObjectGroup200Unmarshaller.unmarshalCityObjectGroupParent(CityObjectGroupParentType src)
           
 CityObjectGroupParent CityObjectGroup100Unmarshaller.unmarshalCityObjectGroupParent(CityObjectGroupParentType src)
           
 

Uses of CityObjectGroupParent in org.citygml4j.model.citygml.cityobjectgroup
 

Methods in org.citygml4j.model.citygml.cityobjectgroup that return CityObjectGroupParent
 CityObjectGroupParent CityObjectGroup.getGroupParent()
           
 

Methods in org.citygml4j.model.citygml.cityobjectgroup with parameters of type CityObjectGroupParent
 void CityObjectGroup.setGroupParent(CityObjectGroupParent groupParent)