Uses of Interface
org.citygml4j.model.gml.coverage.GridFunction

Packages that use GridFunction
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.coverage   
org.citygml4j.model.gml.coverage   
 

Uses of GridFunction in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type GridFunction
 GridFunctionType GMLMarshaller.marshalGridFunction(GridFunction src)
           
 void GMLMarshaller.marshalGridFunction(GridFunction src, GridFunctionType dest)
           
 

Uses of GridFunction in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return GridFunction
 GridFunction GMLUnmarshaller.unmarshalGridFunction(GridFunctionType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type GridFunction
 void GMLUnmarshaller.unmarshalGridFunction(GridFunctionType src, GridFunction dest)
           
 

Uses of GridFunction in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return GridFunction
 GridFunction GMLFactory.createGridFunction()
           
 

Methods in org.citygml4j.factory with parameters of type GridFunction
 CoverageFunction GMLFactory.createCoverageFunction(GridFunction gridFunction)
           
 

Uses of GridFunction in org.citygml4j.impl.gml.coverage
 

Classes in org.citygml4j.impl.gml.coverage that implement GridFunction
 class GridFunctionImpl
           
 class IndexMapImpl
           
 

Methods in org.citygml4j.impl.gml.coverage that return GridFunction
 GridFunction CoverageFunctionImpl.getGridFunction()
           
 

Methods in org.citygml4j.impl.gml.coverage with parameters of type GridFunction
 void CoverageFunctionImpl.setGridFunction(GridFunction gridFunction)
           
 

Constructors in org.citygml4j.impl.gml.coverage with parameters of type GridFunction
CoverageFunctionImpl(GridFunction gridFunction)
           
 

Uses of GridFunction in org.citygml4j.model.gml.coverage
 

Subinterfaces of GridFunction in org.citygml4j.model.gml.coverage
 interface IndexMap
           
 

Methods in org.citygml4j.model.gml.coverage that return GridFunction
 GridFunction CoverageFunction.getGridFunction()
           
 

Methods in org.citygml4j.model.gml.coverage with parameters of type GridFunction
 void CoverageFunction.setGridFunction(GridFunction gridFunction)