Uses of Class
org.citygml4j.jaxb.citygml.core._1.ImplicitGeometryType

Packages that use ImplicitGeometryType
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.jaxb.citygml.core._1   
 

Uses of ImplicitGeometryType in org.citygml4j.builder.jaxb.marshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core that return ImplicitGeometryType
 ImplicitGeometryType Core100Marshaller.marshalImplicitGeometry(ImplicitGeometry src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core with parameters of type ImplicitGeometryType
 void Core100Marshaller.marshalImplicitGeometry(ImplicitGeometry src, ImplicitGeometryType dest)
           
 

Uses of ImplicitGeometryType in org.citygml4j.builder.jaxb.unmarshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core with parameters of type ImplicitGeometryType
 ImplicitGeometry Core100Unmarshaller.unmarshalImplicitGeometry(ImplicitGeometryType src)
           
 void Core100Unmarshaller.unmarshalImplicitGeometry(ImplicitGeometryType src, ImplicitGeometry dest)
           
 

Uses of ImplicitGeometryType in org.citygml4j.jaxb.citygml.core._1
 

Methods in org.citygml4j.jaxb.citygml.core._1 that return ImplicitGeometryType
 ImplicitGeometryType ObjectFactory.createImplicitGeometryType()
          Create an instance of ImplicitGeometryType
 

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

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