Uses of Interface
net.opengis.gml.x32.ResultType
-
Packages that use ResultType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of ResultType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return ResultType Modifier and Type Method Description ResultTypeObservationType. addNewResultOf()Appends and returns a new empty "resultOf" elementResultTypeResultOfDocument. addNewResultOf()Appends and returns a new empty "resultOf" elementResultTypeObservationType. getResultOf()Gets the "resultOf" elementResultTypeResultOfDocument. getResultOf()Gets the "resultOf" elementstatic ResultTypeResultType.Factory. newInstance()static ResultTypeResultType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ResultTypeResultType.Factory. parse(File file)static ResultTypeResultType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ResultTypeResultType.Factory. parse(InputStream is)static ResultTypeResultType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ResultTypeResultType.Factory. parse(Reader r)static ResultTypeResultType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ResultTypeResultType.Factory. parse(String xmlAsString)static ResultTypeResultType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ResultTypeResultType.Factory. parse(URL u)static ResultTypeResultType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ResultTypeResultType.Factory. parse(XMLStreamReader sr)static ResultTypeResultType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ResultTypeResultType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ResultTypeResultType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ResultTypeResultType.Factory. parse(Node node)static ResultTypeResultType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type ResultType Modifier and Type Method Description voidObservationType. setResultOf(ResultType resultOf)Sets the "resultOf" elementvoidResultOfDocument. setResultOf(ResultType resultOf)Sets the "resultOf" element -
Uses of ResultType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement ResultType Modifier and Type Class Description classResultTypeImplAn XML ResultType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return ResultType Modifier and Type Method Description ResultTypeObservationTypeImpl. addNewResultOf()Appends and returns a new empty "resultOf" elementResultTypeResultOfDocumentImpl. addNewResultOf()Appends and returns a new empty "resultOf" elementResultTypeObservationTypeImpl. getResultOf()Gets the "resultOf" elementResultTypeResultOfDocumentImpl. getResultOf()Gets the "resultOf" elementMethods in net.opengis.gml.x32.impl with parameters of type ResultType Modifier and Type Method Description voidObservationTypeImpl. setResultOf(ResultType resultOf)Sets the "resultOf" elementvoidResultOfDocumentImpl. setResultOf(ResultType resultOf)Sets the "resultOf" element
-