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

Packages that use GridFunction
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
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.model.gml.coverage
 

Subclasses of GridFunction in org.citygml4j.model.gml.coverage
 class 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)
           
 

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