Uses of Class
org.citygml4j.model.citygml.relief.GridProperty

Packages that use GridProperty
org.citygml4j.builder.jaxb.marshal.citygml.relief   
org.citygml4j.builder.jaxb.unmarshal.citygml.relief   
org.citygml4j.model.citygml.relief   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief with parameters of type GridProperty
 GridPropertyType Relief200Marshaller.marshalGridProperty(GridProperty src)
           
 GridPropertyType Relief100Marshaller.marshalGridProperty(GridProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief that return GridProperty
 GridProperty Relief200Unmarshaller.unmarshalGridProperty(GridPropertyType src)
           
 GridProperty Relief100Unmarshaller.unmarshalGridProperty(GridPropertyType src)
           
 

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

Methods in org.citygml4j.model.citygml.relief that return GridProperty
 GridProperty RasterRelief.getGrid()
           
 

Methods in org.citygml4j.model.citygml.relief with parameters of type GridProperty
 void RasterRelief.setGrid(GridProperty grid)