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

Packages that use Ring
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 Ring in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type Ring
 RingType GMLMarshaller.marshalRing(Ring src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return Ring
 Ring GMLUnmarshaller.unmarshalRing(RingType src)
           
 

Uses of Ring in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Ring
 Ring GMLFactory.createRing()
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement Ring
 class RingImpl
           
 

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

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

Uses of Ring in org.citygml4j.util.walker
 

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