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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return CoverageFunctionType
 CoverageFunctionType GMLMarshaller.marshalCoverageFunction(CoverageFunction src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type CoverageFunctionType
 CoverageFunction GMLUnmarshaller.unmarshalCoverageFunction(CoverageFunctionType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CoverageFunctionType
 CoverageFunctionType ObjectFactory.createCoverageFunctionType()
          Create an instance of CoverageFunctionType
 CoverageFunctionType AbstractDiscreteCoverageType.getCoverageFunction()
          Gets the value of the coverageFunction property.
 CoverageFunctionType AbstractContinuousCoverageType.getCoverageFunction()
          Gets the value of the coverageFunction property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type CoverageFunctionType
 javax.xml.bind.JAXBElement<CoverageFunctionType> ObjectFactory.createCoverageFunction(CoverageFunctionType value)
          Create an instance of JAXBElement<CoverageFunctionType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CoverageFunctionType
 javax.xml.bind.JAXBElement<CoverageFunctionType> ObjectFactory.createCoverageFunction(CoverageFunctionType value)
          Create an instance of JAXBElement<CoverageFunctionType>}
 void AbstractDiscreteCoverageType.setCoverageFunction(CoverageFunctionType value)
          Sets the value of the coverageFunction property.
 void AbstractContinuousCoverageType.setCoverageFunction(CoverageFunctionType value)
          Sets the value of the coverageFunction property.