Uses of Interface
org.citygml4j.model.gml.geometry.primitives.Tin

Packages that use Tin
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

Uses of Tin in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type Tin
 TinType GMLMarshaller.marshalTin(Tin src)
           
 

Uses of Tin in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return Tin
 Tin GMLUnmarshaller.unmarshalTin(TinType src)
           
 

Uses of Tin in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Tin
 Tin GMLFactory.createTin()
           
 

Uses of Tin in org.citygml4j.impl.gml.geometry.primitives
 

Classes in org.citygml4j.impl.gml.geometry.primitives that implement Tin
 class TinImpl
           
 

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

Methods in org.citygml4j.model.common.visitor with parameters of type Tin
 T GeometryFunctor.apply(Tin tin)
           
 void GeometryVisitor.visit(Tin tin)
           
 

Uses of Tin in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type Tin
 T GMLFunctionWalker.apply(Tin tin)
           
 T GeometryFunctionWalker.apply(Tin tin)
           
 void GMLWalker.visit(Tin tin)
           
 void GeometryWalker.visit(Tin tin)