Uses of Interface
net.opengis.eml.x002.ViewType
-
Packages that use ViewType Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of ViewType in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return ViewType Modifier and Type Method Description ViewTypeAbstractViewPatternType. addNewView()Appends and returns a new empty "View" elementViewTypeViewDocument. addNewView()Appends and returns a new empty "View" elementViewTypeAbstractViewPatternType. getView()Gets the "View" elementViewTypeViewDocument. getView()Gets the "View" elementstatic ViewTypeViewType.Factory. newInstance()static ViewTypeViewType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ViewTypeViewType.Factory. parse(File file)static ViewTypeViewType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ViewTypeViewType.Factory. parse(InputStream is)static ViewTypeViewType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ViewTypeViewType.Factory. parse(Reader r)static ViewTypeViewType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ViewTypeViewType.Factory. parse(String xmlAsString)static ViewTypeViewType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ViewTypeViewType.Factory. parse(URL u)static ViewTypeViewType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ViewTypeViewType.Factory. parse(XMLStreamReader sr)static ViewTypeViewType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ViewTypeViewType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ViewTypeViewType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ViewTypeViewType.Factory. parse(Node node)static ViewTypeViewType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type ViewType Modifier and Type Method Description voidAbstractViewPatternType. setView(ViewType view)Sets the "View" elementvoidViewDocument. setView(ViewType view)Sets the "View" element -
Uses of ViewType in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement ViewType Modifier and Type Class Description classViewTypeImplAn XML ViewType(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return ViewType Modifier and Type Method Description ViewTypeAbstractViewPatternTypeImpl. addNewView()Appends and returns a new empty "View" elementViewTypeViewDocumentImpl. addNewView()Appends and returns a new empty "View" elementViewTypeAbstractViewPatternTypeImpl. getView()Gets the "View" elementViewTypeViewDocumentImpl. getView()Gets the "View" elementMethods in net.opengis.eml.x002.impl with parameters of type ViewType Modifier and Type Method Description voidAbstractViewPatternTypeImpl. setView(ViewType view)Sets the "View" elementvoidViewDocumentImpl. setView(ViewType view)Sets the "View" element
-