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

Packages that use File
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 File in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type File
 FileType GMLMarshaller.marshalFile(File src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return File
 File GMLUnmarshaller.unmarshalFile(FileType src)
           
 

Uses of File in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return File
 File GMLFactory.createFile()
           
 

Methods in org.citygml4j.factory with parameters of type File
 RangeSet GMLFactory.createRangeSet(File file)
           
 

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

Classes in org.citygml4j.impl.gml.coverage that implement File
 class FileImpl
           
 

Methods in org.citygml4j.impl.gml.coverage that return File
 File RangeSetImpl.getFile()
           
 

Methods in org.citygml4j.impl.gml.coverage with parameters of type File
 void RangeSetImpl.setFile(File file)
           
 

Constructors in org.citygml4j.impl.gml.coverage with parameters of type File
RangeSetImpl(File file)
           
 

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

Methods in org.citygml4j.model.gml.coverage that return File
 File RangeSet.getFile()
           
 

Methods in org.citygml4j.model.gml.coverage with parameters of type File
 void RangeSet.setFile(File file)