Uses of Interface
net.opengis.eml.x002.SupportedViewType
-
Packages that use SupportedViewType Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of SupportedViewType in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return SupportedViewType Modifier and Type Method Description SupportedViewTypeViewCapabilitiesType. addNewSupportedDataView()Appends and returns a new empty value (as xml) as the last "SupportedDataView" elementSupportedViewType[]ViewCapabilitiesType. getSupportedDataViewArray()Gets array of all "SupportedDataView" elementsSupportedViewTypeViewCapabilitiesType. getSupportedDataViewArray(int i)Gets ith "SupportedDataView" elementSupportedViewTypeViewCapabilitiesType. insertNewSupportedDataView(int i)Inserts and returns a new empty value (as xml) as the ith "SupportedDataView" elementstatic SupportedViewTypeSupportedViewType.Factory. newInstance()static SupportedViewTypeSupportedViewType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SupportedViewTypeSupportedViewType.Factory. parse(File file)static SupportedViewTypeSupportedViewType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SupportedViewTypeSupportedViewType.Factory. parse(InputStream is)static SupportedViewTypeSupportedViewType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SupportedViewTypeSupportedViewType.Factory. parse(Reader r)static SupportedViewTypeSupportedViewType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SupportedViewTypeSupportedViewType.Factory. parse(String xmlAsString)static SupportedViewTypeSupportedViewType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SupportedViewTypeSupportedViewType.Factory. parse(URL u)static SupportedViewTypeSupportedViewType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SupportedViewTypeSupportedViewType.Factory. parse(XMLStreamReader sr)static SupportedViewTypeSupportedViewType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SupportedViewTypeSupportedViewType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SupportedViewTypeSupportedViewType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SupportedViewTypeSupportedViewType.Factory. parse(Node node)static SupportedViewTypeSupportedViewType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type SupportedViewType Modifier and Type Method Description voidViewCapabilitiesType. setSupportedDataViewArray(int i, SupportedViewType supportedDataView)Sets ith "SupportedDataView" elementvoidViewCapabilitiesType. setSupportedDataViewArray(SupportedViewType[] supportedDataViewArray)Sets array of all "SupportedDataView" element -
Uses of SupportedViewType in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement SupportedViewType Modifier and Type Class Description classSupportedViewTypeImplAn XML SupportedViewType(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return SupportedViewType Modifier and Type Method Description SupportedViewTypeViewCapabilitiesTypeImpl. addNewSupportedDataView()Appends and returns a new empty value (as xml) as the last "SupportedDataView" elementSupportedViewType[]ViewCapabilitiesTypeImpl. getSupportedDataViewArray()Gets array of all "SupportedDataView" elementsSupportedViewTypeViewCapabilitiesTypeImpl. getSupportedDataViewArray(int i)Gets ith "SupportedDataView" elementSupportedViewTypeViewCapabilitiesTypeImpl. insertNewSupportedDataView(int i)Inserts and returns a new empty value (as xml) as the ith "SupportedDataView" elementMethods in net.opengis.eml.x002.impl with parameters of type SupportedViewType Modifier and Type Method Description voidViewCapabilitiesTypeImpl. setSupportedDataViewArray(int i, SupportedViewType supportedDataView)Sets ith "SupportedDataView" elementvoidViewCapabilitiesTypeImpl. setSupportedDataViewArray(SupportedViewType[] supportedDataViewArray)Sets array of all "SupportedDataView" element
-