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

Packages that use CoverageFunction
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 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.factory
 

Methods in org.citygml4j.factory that return CoverageFunction
 CoverageFunction GMLFactory.createCoverageFunction()
           
 CoverageFunction GMLFactory.createCoverageFunction(GridFunction gridFunction)
           
 CoverageFunction GMLFactory.createCoverageFunction(StringOrRef mappingRule)
           
 

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

Classes in org.citygml4j.impl.gml.coverage that implement CoverageFunction
 class CoverageFunctionImpl
           
 

Methods in org.citygml4j.impl.gml.coverage that return CoverageFunction
 CoverageFunction AbstractDiscreteCoverageImpl.getCoverageFunction()
           
 

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

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)