Uses of Interface
org.citygml4j.model.citygml.appearance.AbstractSurfaceData

Packages that use AbstractSurfaceData
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.factory   
org.citygml4j.impl.citygml.appearance   
org.citygml4j.model.citygml.appearance   
org.citygml4j.util.walker   
 

Uses of AbstractSurfaceData in org.citygml4j.builder.jaxb.marshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type AbstractSurfaceData
 void Appearance100Marshaller.marshalAbstractSurfaceData(AbstractSurfaceData src, AbstractSurfaceDataType dest)
           
 void Appearance040Marshaller.marshalAbstractSurfaceData(AbstractSurfaceData src, AbstractSurfaceDataType dest)
           
 

Uses of AbstractSurfaceData in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type AbstractSurfaceData
 void Appearance100Unmarshaller.unmarshalAbstractSurfaceData(AbstractSurfaceDataType src, AbstractSurfaceData dest)
           
 void Appearance040Unmarshaller.unmarshalAbstractSurfaceData(AbstractSurfaceDataType src, AbstractSurfaceData dest)
           
 

Uses of AbstractSurfaceData in org.citygml4j.factory
 

Methods in org.citygml4j.factory with parameters of type AbstractSurfaceData
 SurfaceDataProperty CityGMLFactory.createSurfaceDataProperty(AbstractSurfaceData abstractSurfaceData)
           
 

Uses of AbstractSurfaceData in org.citygml4j.impl.citygml.appearance
 

Classes in org.citygml4j.impl.citygml.appearance that implement AbstractSurfaceData
 class AbstractSurfaceDataImpl
           
 class AbstractTextureImpl
           
 class GeoreferencedTextureImpl
           
 class ParameterizedTextureImpl
           
 class X3DMaterialImpl
           
 

Methods in org.citygml4j.impl.citygml.appearance that return AbstractSurfaceData
 AbstractSurfaceData SurfaceDataPropertyImpl.getSurfaceData()
           
 

Methods in org.citygml4j.impl.citygml.appearance with parameters of type AbstractSurfaceData
 void SurfaceDataPropertyImpl.setSurfaceData(AbstractSurfaceData surfaceData)
           
 

Uses of AbstractSurfaceData in org.citygml4j.model.citygml.appearance
 

Subinterfaces of AbstractSurfaceData in org.citygml4j.model.citygml.appearance
 interface AbstractTexture
           
 interface GeoreferencedTexture
           
 interface ParameterizedTexture
           
 interface X3DMaterial
           
 

Methods in org.citygml4j.model.citygml.appearance that return AbstractSurfaceData
 AbstractSurfaceData SurfaceDataProperty.getSurfaceData()
           
 

Methods in org.citygml4j.model.citygml.appearance with parameters of type AbstractSurfaceData
 void SurfaceDataProperty.setSurfaceData(AbstractSurfaceData surfaceData)
           
 

Uses of AbstractSurfaceData in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type AbstractSurfaceData
 T GMLFunctionWalker.apply(AbstractSurfaceData abstractSurfaceData)
           
 T FeatureFunctionWalker.apply(AbstractSurfaceData abstractSurfaceData)
           
 void GMLWalker.visit(AbstractSurfaceData abstractSurfaceData)
           
 void FeatureWalker.visit(AbstractSurfaceData abstractSurfaceData)