Uses of Class
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.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 Relief200Marshaller.marshalTinProperty(TinProperty src)
           
 TinPropertyType Relief100Marshaller.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 Relief200Unmarshaller.unmarshalTinProperty(TinPropertyType src)
           
 TinProperty Relief100Unmarshaller.unmarshalTinProperty(TinPropertyType src)
           
 

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)