Uses of Interface
net.opengis.eml.x001.SupportedViewType

Packages that use SupportedViewType
net.opengis.eml.x001   
net.opengis.eml.x001.impl   
 

Uses of SupportedViewType in net.opengis.eml.x001
 

Methods in net.opengis.eml.x001 that return SupportedViewType
 SupportedViewType ViewCapabilitiesType.addNewSupportedDataView()
          Appends and returns a new empty value (as xml) as the last "SupportedDataView" element
 SupportedViewType[] ViewCapabilitiesType.getSupportedDataViewArray()
          Gets array of all "SupportedDataView" elements
 SupportedViewType ViewCapabilitiesType.getSupportedDataViewArray(int i)
          Gets ith "SupportedDataView" element
 SupportedViewType ViewCapabilitiesType.insertNewSupportedDataView(int i)
          Inserts and returns a new empty value (as xml) as the ith "SupportedDataView" element
static SupportedViewType SupportedViewType.Factory.newInstance()
           
static SupportedViewType SupportedViewType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SupportedViewType SupportedViewType.Factory.parse(File file)
           
static SupportedViewType SupportedViewType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SupportedViewType SupportedViewType.Factory.parse(InputStream is)
           
static SupportedViewType SupportedViewType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SupportedViewType SupportedViewType.Factory.parse(Node node)
           
static SupportedViewType SupportedViewType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SupportedViewType SupportedViewType.Factory.parse(Reader r)
           
static SupportedViewType SupportedViewType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SupportedViewType SupportedViewType.Factory.parse(String xmlAsString)
           
static SupportedViewType SupportedViewType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SupportedViewType SupportedViewType.Factory.parse(URL u)
           
static SupportedViewType SupportedViewType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SupportedViewType SupportedViewType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SupportedViewType SupportedViewType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SupportedViewType SupportedViewType.Factory.parse(XMLStreamReader sr)
           
static SupportedViewType SupportedViewType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.eml.x001 with parameters of type SupportedViewType
 void ViewCapabilitiesType.setSupportedDataViewArray(int i, SupportedViewType supportedDataView)
          Sets ith "SupportedDataView" element
 void ViewCapabilitiesType.setSupportedDataViewArray(SupportedViewType[] supportedDataViewArray)
          Sets array of all "SupportedDataView" element
 

Uses of SupportedViewType in net.opengis.eml.x001.impl
 

Classes in net.opengis.eml.x001.impl that implement SupportedViewType
 class SupportedViewTypeImpl
          An XML SupportedViewType(@http://www.opengis.net/eml/0.0.1).
 

Methods in net.opengis.eml.x001.impl that return SupportedViewType
 SupportedViewType ViewCapabilitiesTypeImpl.addNewSupportedDataView()
          Appends and returns a new empty value (as xml) as the last "SupportedDataView" element
 SupportedViewType[] ViewCapabilitiesTypeImpl.getSupportedDataViewArray()
          Gets array of all "SupportedDataView" elements
 SupportedViewType ViewCapabilitiesTypeImpl.getSupportedDataViewArray(int i)
          Gets ith "SupportedDataView" element
 SupportedViewType ViewCapabilitiesTypeImpl.insertNewSupportedDataView(int i)
          Inserts and returns a new empty value (as xml) as the ith "SupportedDataView" element
 

Methods in net.opengis.eml.x001.impl with parameters of type SupportedViewType
 void ViewCapabilitiesTypeImpl.setSupportedDataViewArray(int i, SupportedViewType supportedDataView)
          Sets ith "SupportedDataView" element
 void ViewCapabilitiesTypeImpl.setSupportedDataViewArray(SupportedViewType[] supportedDataViewArray)
          Sets array of all "SupportedDataView" element
 



Copyright © 2004-2013 52north.org. All Rights Reserved.