Uses of Interface
net.opengis.gml.FileType
-
Packages that use FileType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of FileType in net.opengis.gml
Methods in net.opengis.gml that return FileType Modifier and Type Method Description FileTypeFileDocument. addNewFile()Appends and returns a new empty "File" elementFileTypeRangeSetType. addNewFile()Appends and returns a new empty "File" elementFileTypeFileDocument. getFile()Gets the "File" elementFileTypeRangeSetType. getFile()Gets the "File" elementstatic FileTypeFileType.Factory. newInstance()static FileTypeFileType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static FileTypeFileType.Factory. parse(File file)static FileTypeFileType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static FileTypeFileType.Factory. parse(InputStream is)static FileTypeFileType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static FileTypeFileType.Factory. parse(Reader r)static FileTypeFileType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static FileTypeFileType.Factory. parse(String xmlAsString)static FileTypeFileType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static FileTypeFileType.Factory. parse(URL u)static FileTypeFileType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static FileTypeFileType.Factory. parse(XMLStreamReader sr)static FileTypeFileType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static FileTypeFileType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic FileTypeFileType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic FileTypeFileType.Factory. parse(Node node)static FileTypeFileType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type FileType Modifier and Type Method Description voidFileDocument. setFile(FileType file)Sets the "File" elementvoidRangeSetType. setFile(FileType file)Sets the "File" element -
Uses of FileType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement FileType Modifier and Type Class Description classFileTypeImplAn XML FileType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return FileType Modifier and Type Method Description FileTypeFileDocumentImpl. addNewFile()Appends and returns a new empty "File" elementFileTypeRangeSetTypeImpl. addNewFile()Appends and returns a new empty "File" elementFileTypeFileDocumentImpl. getFile()Gets the "File" elementFileTypeRangeSetTypeImpl. getFile()Gets the "File" elementMethods in net.opengis.gml.impl with parameters of type FileType Modifier and Type Method Description voidFileDocumentImpl. setFile(FileType file)Sets the "File" elementvoidRangeSetTypeImpl. setFile(FileType file)Sets the "File" element
-