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

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core with parameters of type ImplicitGeometryType
 void Core200Marshaller.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 Core200Unmarshaller.unmarshalImplicitGeometry(ImplicitGeometryType src)
           
 void Core200Unmarshaller.unmarshalImplicitGeometry(ImplicitGeometryType src, ImplicitGeometry dest)
           
 

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

Methods in org.citygml4j.jaxb.citygml.core._2 that return ImplicitGeometryType
 ImplicitGeometryType ObjectFactory.createImplicitGeometryType()
          Create an instance of ImplicitGeometryType
 ImplicitGeometryType ImplicitRepresentationPropertyType.getImplicitGeometry()
          Ruft den Wert der implicitGeometry-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.citygml.core._2 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._2 with parameters of type ImplicitGeometryType
 javax.xml.bind.JAXBElement<ImplicitGeometryType> ObjectFactory.createImplicitGeometry(ImplicitGeometryType value)
          Create an instance of JAXBElement<ImplicitGeometryType>}
 void ImplicitRepresentationPropertyType.setImplicitGeometry(ImplicitGeometryType value)
          Legt den Wert der implicitGeometry-Eigenschaft fest.