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

Packages that use CoverageFunction
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.gml.coverage   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type CoverageFunction
 CoverageFunctionType GMLMarshaller.marshalCoverageFunction(CoverageFunction src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return CoverageFunction
 CoverageFunction GMLUnmarshaller.unmarshalCoverageFunction(CoverageFunctionType src)
           
 

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

Methods in org.citygml4j.model.gml.coverage that return CoverageFunction
 CoverageFunction AbstractDiscreteCoverage.getCoverageFunction()
           
 

Methods in org.citygml4j.model.gml.coverage with parameters of type CoverageFunction
 void AbstractDiscreteCoverage.setCoverageFunction(CoverageFunction coverageFunction)