Uses of Interface
net.opengis.gml.x32.MeasureListType
-
Packages that use MeasureListType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of MeasureListType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return MeasureListType Modifier and Type Method Description MeasureListTypeParameterValueType. addNewValueList()Appends and returns a new empty "valueList" elementMeasureListTypeValueListDocument. addNewValueList()Appends and returns a new empty "valueList" elementMeasureListTypeParameterValueType. getValueList()Gets the "valueList" elementMeasureListTypeValueListDocument. getValueList()Gets the "valueList" elementstatic MeasureListTypeMeasureListType.Factory. newInstance()static MeasureListTypeMeasureListType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MeasureListTypeMeasureListType.Factory. parse(File file)static MeasureListTypeMeasureListType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MeasureListTypeMeasureListType.Factory. parse(InputStream is)static MeasureListTypeMeasureListType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MeasureListTypeMeasureListType.Factory. parse(Reader r)static MeasureListTypeMeasureListType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MeasureListTypeMeasureListType.Factory. parse(String xmlAsString)static MeasureListTypeMeasureListType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MeasureListTypeMeasureListType.Factory. parse(URL u)static MeasureListTypeMeasureListType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MeasureListTypeMeasureListType.Factory. parse(XMLStreamReader sr)static MeasureListTypeMeasureListType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MeasureListTypeMeasureListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MeasureListTypeMeasureListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MeasureListTypeMeasureListType.Factory. parse(Node node)static MeasureListTypeMeasureListType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type MeasureListType Modifier and Type Method Description voidParameterValueType. setValueList(MeasureListType valueList)Sets the "valueList" elementvoidValueListDocument. setValueList(MeasureListType valueList)Sets the "valueList" element -
Uses of MeasureListType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement MeasureListType Modifier and Type Class Description classMeasureListTypeImplAn XML MeasureListType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return MeasureListType Modifier and Type Method Description MeasureListTypeParameterValueTypeImpl. addNewValueList()Appends and returns a new empty "valueList" elementMeasureListTypeValueListDocumentImpl. addNewValueList()Appends and returns a new empty "valueList" elementMeasureListTypeParameterValueTypeImpl. getValueList()Gets the "valueList" elementMeasureListTypeValueListDocumentImpl. getValueList()Gets the "valueList" elementMethods in net.opengis.gml.x32.impl with parameters of type MeasureListType Modifier and Type Method Description voidParameterValueTypeImpl. setValueList(MeasureListType valueList)Sets the "valueList" elementvoidValueListDocumentImpl. setValueList(MeasureListType valueList)Sets the "valueList" element
-