Uses of Class
org.citygml4j.model.citygml.core.ImplicitGeometry

Packages that use ImplicitGeometry
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.model.citygml.core   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core that return ImplicitGeometry
 ImplicitGeometry Core200Unmarshaller.unmarshalImplicitGeometry(ImplicitGeometryType src)
           
 ImplicitGeometry Core100Unmarshaller.unmarshalImplicitGeometry(ImplicitGeometryType src)
           
 

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

Uses of ImplicitGeometry in org.citygml4j.model.citygml.core
 

Methods in org.citygml4j.model.citygml.core that return ImplicitGeometry
 ImplicitGeometry ImplicitRepresentationProperty.getImplicitGeometry()
           
 

Methods in org.citygml4j.model.citygml.core that return types with arguments of type ImplicitGeometry
 java.lang.Class<ImplicitGeometry> ImplicitRepresentationProperty.getAssociableClass()
           
 

Methods in org.citygml4j.model.citygml.core with parameters of type ImplicitGeometry
 void ImplicitRepresentationProperty.setImplicitGeometry(ImplicitGeometry implicitGeometry)
           
 

Constructors in org.citygml4j.model.citygml.core with parameters of type ImplicitGeometry
ImplicitRepresentationProperty(ImplicitGeometry implicitGeometry)
           
 

Uses of ImplicitGeometry in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type ImplicitGeometry
 T GMLFunctor.apply(ImplicitGeometry implicitGeometry)
           
 void GMLVisitor.visit(ImplicitGeometry implicitGeometry)
           
 

Uses of ImplicitGeometry in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type ImplicitGeometry
 T GMLFunctionWalker.apply(ImplicitGeometry implicitGeometry)
           
 void GMLWalker.visit(ImplicitGeometry implicitGeometry)