Uses of Interface
net.opengis.gml.IntegerList
-
Packages that use IntegerList Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of IntegerList in net.opengis.gml
Methods in net.opengis.gml 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" elementIntegerListIndexMapType. xgetLookUpTable()Gets (as xml) the "lookUpTable" elementIntegerListGridEnvelopeType. xgetLow()Gets (as xml) the "low" elementIntegerListGridFunctionType. xgetStartPoint()Gets (as xml) the "startPoint" elementMethods in net.opengis.gml 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" elementvoidIndexMapType. xsetLookUpTable(IntegerList lookUpTable)Sets (as xml) the "lookUpTable" 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.impl
Classes in net.opengis.gml.impl that implement IntegerList Modifier and Type Class Description classIntegerListImplAn XML integerList(@http://www.opengis.net/gml).Methods in net.opengis.gml.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" elementIntegerListIndexMapTypeImpl. xgetLookUpTable()Gets (as xml) the "lookUpTable" elementIntegerListGridEnvelopeTypeImpl. xgetLow()Gets (as xml) the "low" elementIntegerListGridFunctionTypeImpl. xgetStartPoint()Gets (as xml) the "startPoint" elementMethods in net.opengis.gml.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" elementvoidIndexMapTypeImpl. xsetLookUpTable(IntegerList lookUpTable)Sets (as xml) the "lookUpTable" elementvoidGridEnvelopeTypeImpl. xsetLow(IntegerList low)Sets (as xml) the "low" elementvoidGridFunctionTypeImpl. xsetStartPoint(IntegerList startPoint)Sets (as xml) the "startPoint" element
-