Uses of Class
org.citygml4j.jaxb.citygml._0_4.GridPropertyType

Packages that use GridPropertyType
org.citygml4j.builder.jaxb.marshal.citygml.relief   
org.citygml4j.builder.jaxb.unmarshal.citygml.relief   
org.citygml4j.jaxb.citygml._0_4   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief that return GridPropertyType
 GridPropertyType Relief040Marshaller.marshalGridProperty(GridProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief with parameters of type GridPropertyType
 GridProperty Relief040Unmarshaller.unmarshalGridProperty(GridPropertyType src)
           
 

Uses of GridPropertyType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return GridPropertyType
 GridPropertyType ObjectFactory.createGridPropertyType()
          Create an instance of GridPropertyType
 GridPropertyType RasterReliefType.getGrid()
          Gets the value of the grid property.
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type GridPropertyType
 void RasterReliefType.setGrid(GridPropertyType value)
          Sets the value of the grid property.