Uses of Interface
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.factory   
org.citygml4j.impl.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 Relief100Marshaller.marshalGridProperty(GridProperty src)
           
 GridPropertyType Relief040Marshaller.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 Relief100Unmarshaller.unmarshalGridProperty(GridPropertyType src)
           
 GridProperty Relief040Unmarshaller.unmarshalGridProperty(GridPropertyType src)
           
 

Uses of GridProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return GridProperty
 GridProperty CityGMLFactory.createGridProperty()
           
 GridProperty CityGMLFactory.createGridProperty(RectifiedGridCoverage rectifiedGridCoverage)
           
 

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

Classes in org.citygml4j.impl.citygml.relief that implement GridProperty
 class GridPropertyImpl
           
 

Methods in org.citygml4j.impl.citygml.relief that return GridProperty
 GridProperty RasterReliefImpl.getGrid()
           
 

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

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)