Uses of Interface
net.opengis.gml.x33.lr.StartValueType
-
Packages that use StartValueType Package Description net.opengis.gml.x33.lr net.opengis.gml.x33.lr.impl -
-
Uses of StartValueType in net.opengis.gml.x33.lr
Methods in net.opengis.gml.x33.lr that return StartValueType Modifier and Type Method Description StartValueTypeLinearElementType. addNewStartValue()Appends and returns a new empty value (as xml) as the last "startValue" elementStartValueType[]LinearElementType. getStartValueArray()Gets array of all "startValue" elementsStartValueTypeLinearElementType. getStartValueArray(int i)Gets ith "startValue" elementStartValueTypeLinearElementType. insertNewStartValue(int i)Inserts and returns a new empty value (as xml) as the ith "startValue" elementstatic StartValueTypeStartValueType.Factory. newInstance()static StartValueTypeStartValueType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static StartValueTypeStartValueType.Factory. parse(File file)static StartValueTypeStartValueType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static StartValueTypeStartValueType.Factory. parse(InputStream is)static StartValueTypeStartValueType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static StartValueTypeStartValueType.Factory. parse(Reader r)static StartValueTypeStartValueType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static StartValueTypeStartValueType.Factory. parse(String xmlAsString)static StartValueTypeStartValueType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static StartValueTypeStartValueType.Factory. parse(URL u)static StartValueTypeStartValueType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static StartValueTypeStartValueType.Factory. parse(XMLStreamReader sr)static StartValueTypeStartValueType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static StartValueTypeStartValueType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic StartValueTypeStartValueType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic StartValueTypeStartValueType.Factory. parse(Node node)static StartValueTypeStartValueType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x33.lr with parameters of type StartValueType Modifier and Type Method Description voidLinearElementType. setStartValueArray(int i, StartValueType startValue)Sets ith "startValue" elementvoidLinearElementType. setStartValueArray(StartValueType[] startValueArray)Sets array of all "startValue" element -
Uses of StartValueType in net.opengis.gml.x33.lr.impl
Classes in net.opengis.gml.x33.lr.impl that implement StartValueType Modifier and Type Class Description classStartValueTypeImplAn XML StartValueType(@http://www.opengis.net/gml/3.3/lr).Methods in net.opengis.gml.x33.lr.impl that return StartValueType Modifier and Type Method Description StartValueTypeLinearElementTypeImpl. addNewStartValue()Appends and returns a new empty value (as xml) as the last "startValue" elementStartValueType[]LinearElementTypeImpl. getStartValueArray()Gets array of all "startValue" elementsStartValueTypeLinearElementTypeImpl. getStartValueArray(int i)Gets ith "startValue" elementStartValueTypeLinearElementTypeImpl. insertNewStartValue(int i)Inserts and returns a new empty value (as xml) as the ith "startValue" elementMethods in net.opengis.gml.x33.lr.impl with parameters of type StartValueType Modifier and Type Method Description voidLinearElementTypeImpl. setStartValueArray(int i, StartValueType startValue)Sets ith "startValue" elementvoidLinearElementTypeImpl. setStartValueArray(StartValueType[] startValueArray)Sets array of all "startValue" element
-