Uses of Class
org.citygml4j.model.gml.geometry.primitives.OrientableSurface

Packages that use OrientableSurface
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.citygml.texturedsurface   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type OrientableSurface
 OrientableSurfaceType GMLMarshaller.marshalOrientableSurface(OrientableSurface src)
           
 void GMLMarshaller.marshalOrientableSurface(OrientableSurface src, OrientableSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return OrientableSurface
 OrientableSurface GMLUnmarshaller.unmarshalOrientableSurface(OrientableSurfaceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type OrientableSurface
 void GMLUnmarshaller.unmarshalOrientableSurface(OrientableSurfaceType src, OrientableSurface dest)
           
 

Uses of OrientableSurface in org.citygml4j.model.citygml.texturedsurface
 

Subclasses of OrientableSurface in org.citygml4j.model.citygml.texturedsurface
 class _TexturedSurface
           
 

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

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

Uses of OrientableSurface in org.citygml4j.util.walker
 

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