Uses of Interface
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.factory   
org.citygml4j.impl.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 Core100Marshaller.marshalImplicitGeometry(ImplicitGeometry src)
           
 ImplicitGeometryType Core040Marshaller.marshalImplicitGeometry(ImplicitGeometry src)
           
 void Core100Marshaller.marshalImplicitGeometry(ImplicitGeometry src, ImplicitGeometryType dest)
           
 void Core040Marshaller.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 Core100Unmarshaller.unmarshalImplicitGeometry(ImplicitGeometryType src)
           
 ImplicitGeometry Core040Unmarshaller.unmarshalImplicitGeometry(ImplicitGeometryType src)
           
 

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

Uses of ImplicitGeometry in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ImplicitGeometry
 ImplicitGeometry CityGMLFactory.createImplicitGeometry()
           
 

Methods in org.citygml4j.factory with parameters of type ImplicitGeometry
 ImplicitRepresentationProperty CityGMLFactory.createImplicitRepresentationProperty(ImplicitGeometry implicitGeometry)
           
 

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

Classes in org.citygml4j.impl.citygml.core that implement ImplicitGeometry
 class ImplicitGeometryImpl
           
 

Methods in org.citygml4j.impl.citygml.core that return ImplicitGeometry
 ImplicitGeometry ImplicitRepresentationPropertyImpl.getImplicitGeometry()
           
 

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

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 with parameters of type ImplicitGeometry
 void ImplicitRepresentationProperty.setImplicitGeometry(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)