Uses of Interface
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.factory   
org.citygml4j.impl.citygml.texturedsurface   
org.citygml4j.impl.gml.geometry.primitives   
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.factory
 

Methods in org.citygml4j.factory that return OrientableSurface
 OrientableSurface GMLFactory.createOrientableSurface()
           
 OrientableSurface GMLFactory.createOrientableSurface(AbstractSurface base, java.lang.String orientation)
           
 OrientableSurface GMLFactory.createOrientableSurface(java.lang.String xlink, java.lang.String orientation)
           
 

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

Classes in org.citygml4j.impl.citygml.texturedsurface that implement OrientableSurface
 class _TexturedSurfaceImpl
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement OrientableSurface
 class OrientableSurfaceImpl
           
 

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

Subinterfaces of OrientableSurface in org.citygml4j.model.citygml.texturedsurface
 interface _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)