Uses of Class
org.citygml4j.jaxb.citygml.grp._2.CityObjectGroupParentType

Packages that use CityObjectGroupParentType
org.citygml4j.builder.jaxb.marshal.citygml.cityobjectgroup   
org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup   
org.citygml4j.jaxb.citygml.grp._2   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.cityobjectgroup that return CityObjectGroupParentType
 CityObjectGroupParentType CityObjectGroup200Marshaller.marshalCityObjectGroupParent(CityObjectGroupParent src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup with parameters of type CityObjectGroupParentType
 CityObjectGroupParent CityObjectGroup200Unmarshaller.unmarshalCityObjectGroupParent(CityObjectGroupParentType src)
           
 

Uses of CityObjectGroupParentType in org.citygml4j.jaxb.citygml.grp._2
 

Methods in org.citygml4j.jaxb.citygml.grp._2 that return CityObjectGroupParentType
 CityObjectGroupParentType ObjectFactory.createCityObjectGroupParentType()
          Create an instance of CityObjectGroupParentType
 CityObjectGroupParentType CityObjectGroupType.getParent()
          Ruft den Wert der parent-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.citygml.grp._2 with parameters of type CityObjectGroupParentType
 void CityObjectGroupType.setParent(CityObjectGroupParentType value)
          Legt den Wert der parent-Eigenschaft fest.