Uses of Interface
net.opengis.gml.x32.ValueArrayType
-
Packages that use ValueArrayType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of ValueArrayType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return ValueArrayType Modifier and Type Method Description ValueArrayTypeRangeSetType. addNewValueArray1()Appends and returns a new empty value (as xml) as the last "ValueArray" elementValueArrayTypeValueArrayDocument. addNewValueArray1()Appends and returns a new empty "ValueArray" elementValueArrayTypeValueArrayDocument. getValueArray1()Gets the "ValueArray" elementValueArrayType[]RangeSetType. getValueArray1Array()Gets array of all "ValueArray" elementsValueArrayTypeRangeSetType. getValueArray1Array(int i)Gets ith "ValueArray" elementValueArrayTypeRangeSetType. insertNewValueArray1(int i)Inserts and returns a new empty value (as xml) as the ith "ValueArray" elementstatic ValueArrayTypeValueArrayType.Factory. newInstance()static ValueArrayTypeValueArrayType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ValueArrayTypeValueArrayType.Factory. parse(File file)static ValueArrayTypeValueArrayType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ValueArrayTypeValueArrayType.Factory. parse(InputStream is)static ValueArrayTypeValueArrayType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ValueArrayTypeValueArrayType.Factory. parse(Reader r)static ValueArrayTypeValueArrayType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ValueArrayTypeValueArrayType.Factory. parse(String xmlAsString)static ValueArrayTypeValueArrayType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ValueArrayTypeValueArrayType.Factory. parse(URL u)static ValueArrayTypeValueArrayType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ValueArrayTypeValueArrayType.Factory. parse(XMLStreamReader sr)static ValueArrayTypeValueArrayType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ValueArrayTypeValueArrayType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ValueArrayTypeValueArrayType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ValueArrayTypeValueArrayType.Factory. parse(Node node)static ValueArrayTypeValueArrayType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type ValueArrayType Modifier and Type Method Description voidValueArrayDocument. setValueArray1(ValueArrayType valueArray1)Sets the "ValueArray" elementvoidRangeSetType. setValueArray1Array(int i, ValueArrayType valueArray1)Sets ith "ValueArray" elementvoidRangeSetType. setValueArray1Array(ValueArrayType[] valueArray1Array)Sets array of all "ValueArray" element -
Uses of ValueArrayType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement ValueArrayType Modifier and Type Class Description classValueArrayTypeImplAn XML ValueArrayType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return ValueArrayType Modifier and Type Method Description ValueArrayTypeRangeSetTypeImpl. addNewValueArray1()Appends and returns a new empty value (as xml) as the last "ValueArray" elementValueArrayTypeValueArrayDocumentImpl. addNewValueArray1()Appends and returns a new empty "ValueArray" elementValueArrayTypeValueArrayDocumentImpl. getValueArray1()Gets the "ValueArray" elementValueArrayType[]RangeSetTypeImpl. getValueArray1Array()Gets array of all "ValueArray" elementsValueArrayTypeRangeSetTypeImpl. getValueArray1Array(int i)Gets ith "ValueArray" elementValueArrayTypeRangeSetTypeImpl. insertNewValueArray1(int i)Inserts and returns a new empty value (as xml) as the ith "ValueArray" elementMethods in net.opengis.gml.x32.impl with parameters of type ValueArrayType Modifier and Type Method Description voidValueArrayDocumentImpl. setValueArray1(ValueArrayType valueArray1)Sets the "ValueArray" elementvoidRangeSetTypeImpl. setValueArray1Array(int i, ValueArrayType valueArray1)Sets ith "ValueArray" elementvoidRangeSetTypeImpl. setValueArray1Array(ValueArrayType[] valueArray1Array)Sets array of all "ValueArray" element
-