Uses of Interface
net.opengis.gml.x32.IntegerList
-
Packages that use IntegerList Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of IntegerList in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return IntegerList Modifier and Type Method Description static IntegerListIntegerList.Factory. newInstance()static IntegerListIntegerList.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static IntegerListIntegerList.Factory. newValue(Object obj)static IntegerListIntegerList.Factory. parse(File file)static IntegerListIntegerList.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static IntegerListIntegerList.Factory. parse(InputStream is)static IntegerListIntegerList.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static IntegerListIntegerList.Factory. parse(Reader r)static IntegerListIntegerList.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static IntegerListIntegerList.Factory. parse(String xmlAsString)static IntegerListIntegerList.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static IntegerListIntegerList.Factory. parse(URL u)static IntegerListIntegerList.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static IntegerListIntegerList.Factory. parse(XMLStreamReader sr)static IntegerListIntegerList.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static IntegerListIntegerList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic IntegerListIntegerList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic IntegerListIntegerList.Factory. parse(Node node)static IntegerListIntegerList.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)IntegerListGridEnvelopeType. xgetHigh()Gets (as xml) the "high" elementIntegerListIntegerValueListDocument. xgetIntegerValueList()Gets (as xml) the "integerValueList" elementIntegerListParameterValueType. xgetIntegerValueList()Gets (as xml) the "integerValueList" elementIntegerListGridEnvelopeType. xgetLow()Gets (as xml) the "low" elementIntegerListGridFunctionType. xgetStartPoint()Gets (as xml) the "startPoint" elementMethods in net.opengis.gml.x32 with parameters of type IntegerList Modifier and Type Method Description voidGridEnvelopeType. xsetHigh(IntegerList high)Sets (as xml) the "high" elementvoidIntegerValueListDocument. xsetIntegerValueList(IntegerList integerValueList)Sets (as xml) the "integerValueList" elementvoidParameterValueType. xsetIntegerValueList(IntegerList integerValueList)Sets (as xml) the "integerValueList" elementvoidGridEnvelopeType. xsetLow(IntegerList low)Sets (as xml) the "low" elementvoidGridFunctionType. xsetStartPoint(IntegerList startPoint)Sets (as xml) the "startPoint" element -
Uses of IntegerList in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement IntegerList Modifier and Type Class Description classIntegerListImplAn XML integerList(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return IntegerList Modifier and Type Method Description IntegerListGridEnvelopeTypeImpl. xgetHigh()Gets (as xml) the "high" elementIntegerListIntegerValueListDocumentImpl. xgetIntegerValueList()Gets (as xml) the "integerValueList" elementIntegerListParameterValueTypeImpl. xgetIntegerValueList()Gets (as xml) the "integerValueList" elementIntegerListGridEnvelopeTypeImpl. xgetLow()Gets (as xml) the "low" elementIntegerListGridFunctionTypeImpl. xgetStartPoint()Gets (as xml) the "startPoint" elementMethods in net.opengis.gml.x32.impl with parameters of type IntegerList Modifier and Type Method Description voidGridEnvelopeTypeImpl. xsetHigh(IntegerList high)Sets (as xml) the "high" elementvoidIntegerValueListDocumentImpl. xsetIntegerValueList(IntegerList integerValueList)Sets (as xml) the "integerValueList" elementvoidParameterValueTypeImpl. xsetIntegerValueList(IntegerList integerValueList)Sets (as xml) the "integerValueList" elementvoidGridEnvelopeTypeImpl. xsetLow(IntegerList low)Sets (as xml) the "low" elementvoidGridFunctionTypeImpl. xsetStartPoint(IntegerList startPoint)Sets (as xml) the "startPoint" element
-