Uses of Class
org.citygml4j.jaxb.citygml.dem._2.GridPropertyType

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief that return GridPropertyType
 GridPropertyType Relief200Marshaller.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 Relief200Unmarshaller.unmarshalGridProperty(GridPropertyType src)
           
 

Uses of GridPropertyType in org.citygml4j.jaxb.citygml.dem._2
 

Methods in org.citygml4j.jaxb.citygml.dem._2 that return GridPropertyType
 GridPropertyType ObjectFactory.createGridPropertyType()
          Create an instance of GridPropertyType
 GridPropertyType RasterReliefType.getGrid()
          Ruft den Wert der grid-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.citygml.dem._2 with parameters of type GridPropertyType
 void RasterReliefType.setGrid(GridPropertyType value)
          Legt den Wert der grid-Eigenschaft fest.