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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return FileType
 FileType GMLMarshaller.marshalFile(File src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type FileType
 File GMLUnmarshaller.unmarshalFile(FileType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return FileType
 FileType ObjectFactory.createFileType()
          Create an instance of FileType
 FileType RangeSetType.getFile()
          a reference to an external source for the data, together with a description of how that external source is structured
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type FileType
 javax.xml.bind.JAXBElement<FileType> ObjectFactory.createFile(FileType value)
          Create an instance of JAXBElement<FileType>}
 void RangeSetType.setFile(FileType value)
          Legt den Wert der file-Eigenschaft fest.