Uses of Interface
net.opengis.gml.x32.SequenceRuleType
-
Packages that use SequenceRuleType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of SequenceRuleType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return SequenceRuleType Modifier and Type Method Description SequenceRuleTypeGridFunctionType. addNewSequenceRule()Appends and returns a new empty "sequenceRule" elementSequenceRuleTypeGridFunctionType. getSequenceRule()Gets the "sequenceRule" elementstatic SequenceRuleTypeSequenceRuleType.Factory. newInstance()static SequenceRuleTypeSequenceRuleType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SequenceRuleTypeSequenceRuleType.Factory. parse(File file)static SequenceRuleTypeSequenceRuleType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SequenceRuleTypeSequenceRuleType.Factory. parse(InputStream is)static SequenceRuleTypeSequenceRuleType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SequenceRuleTypeSequenceRuleType.Factory. parse(Reader r)static SequenceRuleTypeSequenceRuleType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SequenceRuleTypeSequenceRuleType.Factory. parse(String xmlAsString)static SequenceRuleTypeSequenceRuleType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SequenceRuleTypeSequenceRuleType.Factory. parse(URL u)static SequenceRuleTypeSequenceRuleType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SequenceRuleTypeSequenceRuleType.Factory. parse(XMLStreamReader sr)static SequenceRuleTypeSequenceRuleType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SequenceRuleTypeSequenceRuleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SequenceRuleTypeSequenceRuleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SequenceRuleTypeSequenceRuleType.Factory. parse(Node node)static SequenceRuleTypeSequenceRuleType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type SequenceRuleType Modifier and Type Method Description voidGridFunctionType. setSequenceRule(SequenceRuleType sequenceRule)Sets the "sequenceRule" element -
Uses of SequenceRuleType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement SequenceRuleType Modifier and Type Class Description classSequenceRuleTypeImplAn XML SequenceRuleType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return SequenceRuleType Modifier and Type Method Description SequenceRuleTypeGridFunctionTypeImpl. addNewSequenceRule()Appends and returns a new empty "sequenceRule" elementSequenceRuleTypeGridFunctionTypeImpl. getSequenceRule()Gets the "sequenceRule" elementMethods in net.opengis.gml.x32.impl with parameters of type SequenceRuleType Modifier and Type Method Description voidGridFunctionTypeImpl. setSequenceRule(SequenceRuleType sequenceRule)Sets the "sequenceRule" element
-