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

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

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