Uses of Interface
net.opengis.swe.x101.ArrayType
-
Packages that use ArrayType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of ArrayType in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return ArrayType Modifier and Type Method Description ArrayTypeArrayDocument. addNewArray()Appends and returns a new empty "Array" elementArrayTypeArrayPropertyType. addNewArray()Appends and returns a new empty "Array" elementArrayTypeXMLDataPropertyType. addNewArray()Appends and returns a new empty "Array" elementArrayTypeArrayDocument. getArray()Gets the "Array" elementArrayTypeArrayPropertyType. getArray()Gets the "Array" elementArrayTypeXMLDataPropertyType. getArray()Gets the "Array" elementstatic ArrayTypeArrayType.Factory. newInstance()static ArrayTypeArrayType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ArrayTypeArrayType.Factory. parse(File file)static ArrayTypeArrayType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ArrayTypeArrayType.Factory. parse(InputStream is)static ArrayTypeArrayType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ArrayTypeArrayType.Factory. parse(Reader r)static ArrayTypeArrayType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ArrayTypeArrayType.Factory. parse(String xmlAsString)static ArrayTypeArrayType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ArrayTypeArrayType.Factory. parse(URL u)static ArrayTypeArrayType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ArrayTypeArrayType.Factory. parse(XMLStreamReader sr)static ArrayTypeArrayType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ArrayTypeArrayType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ArrayTypeArrayType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ArrayTypeArrayType.Factory. parse(Node node)static ArrayTypeArrayType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type ArrayType Modifier and Type Method Description voidArrayDocument. setArray(ArrayType array)Sets the "Array" elementvoidArrayPropertyType. setArray(ArrayType array)Sets the "Array" elementvoidXMLDataPropertyType. setArray(ArrayType array)Sets the "Array" element -
Uses of ArrayType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement ArrayType Modifier and Type Class Description classArrayTypeImplAn XML ArrayType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return ArrayType Modifier and Type Method Description ArrayTypeArrayDocumentImpl. addNewArray()Appends and returns a new empty "Array" elementArrayTypeArrayPropertyTypeImpl. addNewArray()Appends and returns a new empty "Array" elementArrayTypeXMLDataPropertyTypeImpl. addNewArray()Appends and returns a new empty "Array" elementArrayTypeArrayDocumentImpl. getArray()Gets the "Array" elementArrayTypeArrayPropertyTypeImpl. getArray()Gets the "Array" elementArrayTypeXMLDataPropertyTypeImpl. getArray()Gets the "Array" elementMethods in net.opengis.swe.x101.impl with parameters of type ArrayType Modifier and Type Method Description voidArrayDocumentImpl. setArray(ArrayType array)Sets the "Array" elementvoidArrayPropertyTypeImpl. setArray(ArrayType array)Sets the "Array" elementvoidXMLDataPropertyTypeImpl. setArray(ArrayType array)Sets the "Array" element
-