Uses of Class
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.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 Appearance200Marshaller.marshalAbstractSurfaceData(AbstractSurfaceData src, AbstractSurfaceDataType dest)
           
 void Appearance100Marshaller.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 Appearance200Unmarshaller.unmarshalAbstractSurfaceData(AbstractSurfaceDataType src, AbstractSurfaceData dest)
           
 void Appearance100Unmarshaller.unmarshalAbstractSurfaceData(AbstractSurfaceDataType src, AbstractSurfaceData dest)
           
 

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

Subclasses of AbstractSurfaceData in org.citygml4j.model.citygml.appearance
 class AbstractTexture
           
 class GeoreferencedTexture
           
 class ParameterizedTexture
           
 class X3DMaterial
           
 

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

Methods in org.citygml4j.model.citygml.appearance that return types with arguments of type AbstractSurfaceData
 java.lang.Class<AbstractSurfaceData> SurfaceDataProperty.getAssociableClass()
           
 

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

Constructors in org.citygml4j.model.citygml.appearance with parameters of type AbstractSurfaceData
SurfaceDataProperty(AbstractSurfaceData abstractSurfaceData)
           
 

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)