Uses of Interface
org.citygml4j.model.citygml.texturedsurface._TexturedSurface

Packages that use _TexturedSurface
org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface   
org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface   
org.citygml4j.factory   
org.citygml4j.impl.citygml.texturedsurface   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

Uses of _TexturedSurface in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface with parameters of type _TexturedSurface
 TexturedSurfaceType TexturedSurface100Marshaller.marshalTexturedSurface(_TexturedSurface src)
           
 TexturedSurfaceType TexturedSurface040Marshaller.marshalTexturedSurface(_TexturedSurface src)
           
 void TexturedSurface100Marshaller.marshalTexturedSurface(_TexturedSurface src, TexturedSurfaceType dest)
           
 void TexturedSurface040Marshaller.marshalTexturedSurface(_TexturedSurface src, TexturedSurfaceType dest)
           
 

Uses of _TexturedSurface in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface that return _TexturedSurface
 _TexturedSurface TexturedSurface100Unmarshaller.unmarshalTexturedSurface(TexturedSurfaceType src)
           
 _TexturedSurface TexturedSurface040Unmarshaller.unmarshalTexturedSurface(TexturedSurfaceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface with parameters of type _TexturedSurface
 void TexturedSurface100Unmarshaller.unmarshalTexturedSurface(TexturedSurfaceType src, _TexturedSurface dest)
           
 void TexturedSurface040Unmarshaller.unmarshalTexturedSurface(TexturedSurfaceType src, _TexturedSurface dest)
           
 

Uses of _TexturedSurface in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return _TexturedSurface
 _TexturedSurface CityGMLFactory.create_TexturedSurface()
           
 

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

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

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

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

Uses of _TexturedSurface in org.citygml4j.util.walker
 

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