Uses of Interface
net.opengis.gml.x32.AxisDirectionList
-
Packages that use AxisDirectionList Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of AxisDirectionList in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return AxisDirectionList Modifier and Type Method Description static AxisDirectionListAxisDirectionList.Factory. newInstance()static AxisDirectionListAxisDirectionList.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AxisDirectionListAxisDirectionList.Factory. newValue(Object obj)static AxisDirectionListAxisDirectionList.Factory. parse(File file)static AxisDirectionListAxisDirectionList.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AxisDirectionListAxisDirectionList.Factory. parse(InputStream is)static AxisDirectionListAxisDirectionList.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AxisDirectionListAxisDirectionList.Factory. parse(Reader r)static AxisDirectionListAxisDirectionList.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AxisDirectionListAxisDirectionList.Factory. parse(String xmlAsString)static AxisDirectionListAxisDirectionList.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AxisDirectionListAxisDirectionList.Factory. parse(URL u)static AxisDirectionListAxisDirectionList.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AxisDirectionListAxisDirectionList.Factory. parse(XMLStreamReader sr)static AxisDirectionListAxisDirectionList.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AxisDirectionListAxisDirectionList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AxisDirectionListAxisDirectionList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AxisDirectionListAxisDirectionList.Factory. parse(Node node)static AxisDirectionListAxisDirectionList.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)AxisDirectionListSequenceRuleType. xgetAxisOrder()Gets (as xml) the "axisOrder" attributeMethods in net.opengis.gml.x32 with parameters of type AxisDirectionList Modifier and Type Method Description voidSequenceRuleType. xsetAxisOrder(AxisDirectionList axisOrder)Sets (as xml) the "axisOrder" attribute -
Uses of AxisDirectionList in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement AxisDirectionList Modifier and Type Class Description classAxisDirectionListImplAn XML AxisDirectionList(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return AxisDirectionList Modifier and Type Method Description AxisDirectionListSequenceRuleTypeImpl. xgetAxisOrder()Gets (as xml) the "axisOrder" attributeMethods in net.opengis.gml.x32.impl with parameters of type AxisDirectionList Modifier and Type Method Description voidSequenceRuleTypeImpl. xsetAxisOrder(AxisDirectionList axisOrder)Sets (as xml) the "axisOrder" attribute
-