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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.cityobjectgroup that return CityObjectGroupMemberType
 CityObjectGroupMemberType CityObjectGroup200Marshaller.marshalCityObjectGroupMember(CityObjectGroupMember src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup with parameters of type CityObjectGroupMemberType
 CityObjectGroupMember CityObjectGroup200Unmarshaller.unmarshalCityObjectGroupMember(CityObjectGroupMemberType src)
           
 

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

Methods in org.citygml4j.jaxb.citygml.grp._2 that return CityObjectGroupMemberType
 CityObjectGroupMemberType ObjectFactory.createCityObjectGroupMemberType()
          Create an instance of CityObjectGroupMemberType
 

Methods in org.citygml4j.jaxb.citygml.grp._2 that return types with arguments of type CityObjectGroupMemberType
 java.util.List<CityObjectGroupMemberType> CityObjectGroupType.getGroupMember()
          Gets the value of the groupMember property.
 

Method parameters in org.citygml4j.jaxb.citygml.grp._2 with type arguments of type CityObjectGroupMemberType
 void CityObjectGroupType.setGroupMember(java.util.List<CityObjectGroupMemberType> groupMember)
          Sets the value of the groupMember property.