Uses of Interface
org.citygml4j.model.citygml.relief.TinProperty

Packages that use TinProperty
org.citygml4j.builder.jaxb.marshal.citygml.relief   
org.citygml4j.builder.jaxb.unmarshal.citygml.relief   
org.citygml4j.factory   
org.citygml4j.impl.citygml.relief   
org.citygml4j.model.citygml.relief   
 

Uses of TinProperty in org.citygml4j.builder.jaxb.marshal.citygml.relief
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief with parameters of type TinProperty
 TinPropertyType Relief100Marshaller.marshalTinProperty(TinProperty src)
           
 TinPropertyType Relief040Marshaller.marshalTinProperty(TinProperty src)
           
 

Uses of TinProperty in org.citygml4j.builder.jaxb.unmarshal.citygml.relief
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief that return TinProperty
 TinProperty Relief100Unmarshaller.unmarshalTinProperty(TinPropertyType src)
           
 TinProperty Relief040Unmarshaller.unmarshalTinProperty(TinPropertyType src)
           
 

Uses of TinProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return TinProperty
 TinProperty CityGMLFactory.createTinProperty()
           
 TinProperty CityGMLFactory.createTinProperty(java.lang.String xlink)
           
 TinProperty CityGMLFactory.createTinProperty(TriangulatedSurface triangulatedSurface)
           
 

Uses of TinProperty in org.citygml4j.impl.citygml.relief
 

Classes in org.citygml4j.impl.citygml.relief that implement TinProperty
 class TinPropertyImpl
           
 

Methods in org.citygml4j.impl.citygml.relief that return TinProperty
 TinProperty TINReliefImpl.getTin()
           
 

Methods in org.citygml4j.impl.citygml.relief with parameters of type TinProperty
 void TINReliefImpl.setTin(TinProperty tin)
           
 

Uses of TinProperty in org.citygml4j.model.citygml.relief
 

Methods in org.citygml4j.model.citygml.relief that return TinProperty
 TinProperty TINRelief.getTin()
           
 

Methods in org.citygml4j.model.citygml.relief with parameters of type TinProperty
 void TINRelief.setTin(TinProperty tin)