Uses of Class
org.citygml4j.jaxb.gml._3_1_1.GridFunctionType

Packages that use GridFunctionType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return GridFunctionType
 GridFunctionType GMLMarshaller.marshalGridFunction(GridFunction src)
           
 

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

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

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

Uses of GridFunctionType in org.citygml4j.jaxb.gml._3_1_1
 

Subclasses of GridFunctionType in org.citygml4j.jaxb.gml._3_1_1
 class IndexMapType
          Exends GridFunctionType with a lookUpTable.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return GridFunctionType
 GridFunctionType ObjectFactory.createGridFunctionType()
          Create an instance of GridFunctionType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type GridFunctionType
 javax.xml.bind.JAXBElement<GridFunctionType> ObjectFactory.createGridFunction(GridFunctionType value)
          Create an instance of JAXBElement<GridFunctionType>}
 javax.xml.bind.JAXBElement<? extends GridFunctionType> CoverageFunctionType.getGridFunction()
          Gets the value of the gridFunction property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type GridFunctionType
 javax.xml.bind.JAXBElement<GridFunctionType> ObjectFactory.createGridFunction(GridFunctionType value)
          Create an instance of JAXBElement<GridFunctionType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type GridFunctionType
 void CoverageFunctionType.setGridFunction(javax.xml.bind.JAXBElement<? extends GridFunctionType> value)
          Sets the value of the gridFunction property.