Uses of Class
org.citygml4j.jaxb.citygml.gen._1.GenericCityObjectType

Packages that use GenericCityObjectType
org.citygml4j.builder.jaxb.marshal.citygml.generics   
org.citygml4j.builder.jaxb.unmarshal.citygml.generics   
org.citygml4j.jaxb.citygml.gen._1   
 

Uses of GenericCityObjectType in org.citygml4j.builder.jaxb.marshal.citygml.generics
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics that return GenericCityObjectType
 GenericCityObjectType Generics100Marshaller.marshalGenericCityObject(GenericCityObject src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics with parameters of type GenericCityObjectType
 void Generics100Marshaller.marshalGenericCityObject(GenericCityObject src, GenericCityObjectType dest)
           
 

Uses of GenericCityObjectType in org.citygml4j.builder.jaxb.unmarshal.citygml.generics
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics with parameters of type GenericCityObjectType
 GenericCityObject Generics100Unmarshaller.unmarshalGenericCityObject(GenericCityObjectType src)
           
 void Generics100Unmarshaller.unmarshalGenericCityObject(GenericCityObjectType src, GenericCityObject dest)
           
 

Uses of GenericCityObjectType in org.citygml4j.jaxb.citygml.gen._1
 

Methods in org.citygml4j.jaxb.citygml.gen._1 that return GenericCityObjectType
 GenericCityObjectType ObjectFactory.createGenericCityObjectType()
          Create an instance of GenericCityObjectType
 

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

Methods in org.citygml4j.jaxb.citygml.gen._1 with parameters of type GenericCityObjectType
 javax.xml.bind.JAXBElement<GenericCityObjectType> ObjectFactory.createGenericCityObject(GenericCityObjectType value)
          Create an instance of JAXBElement<GenericCityObjectType>}