Uses of Interface
net.opengis.swe.x101.EnvelopeType
-
Packages that use EnvelopeType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of EnvelopeType in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return EnvelopeType Modifier and Type Method Description EnvelopeTypeEnvelopeDocument. addNewEnvelope()Appends and returns a new empty "Envelope" elementEnvelopeTypeEnvelopePropertyType. addNewEnvelope()Appends and returns a new empty "Envelope" elementEnvelopeTypeEnvelopeDocument. getEnvelope()Gets the "Envelope" elementEnvelopeTypeEnvelopePropertyType. getEnvelope()Gets the "Envelope" elementstatic EnvelopeTypeEnvelopeType.Factory. newInstance()static EnvelopeTypeEnvelopeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EnvelopeTypeEnvelopeType.Factory. parse(File file)static EnvelopeTypeEnvelopeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EnvelopeTypeEnvelopeType.Factory. parse(InputStream is)static EnvelopeTypeEnvelopeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EnvelopeTypeEnvelopeType.Factory. parse(Reader r)static EnvelopeTypeEnvelopeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EnvelopeTypeEnvelopeType.Factory. parse(String xmlAsString)static EnvelopeTypeEnvelopeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EnvelopeTypeEnvelopeType.Factory. parse(URL u)static EnvelopeTypeEnvelopeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EnvelopeTypeEnvelopeType.Factory. parse(XMLStreamReader sr)static EnvelopeTypeEnvelopeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EnvelopeTypeEnvelopeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EnvelopeTypeEnvelopeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EnvelopeTypeEnvelopeType.Factory. parse(Node node)static EnvelopeTypeEnvelopeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type EnvelopeType Modifier and Type Method Description voidEnvelopeDocument. setEnvelope(EnvelopeType envelope)Sets the "Envelope" elementvoidEnvelopePropertyType. setEnvelope(EnvelopeType envelope)Sets the "Envelope" element -
Uses of EnvelopeType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement EnvelopeType Modifier and Type Class Description classEnvelopeTypeImplAn XML EnvelopeType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return EnvelopeType Modifier and Type Method Description EnvelopeTypeEnvelopeDocumentImpl. addNewEnvelope()Appends and returns a new empty "Envelope" elementEnvelopeTypeEnvelopePropertyTypeImpl. addNewEnvelope()Appends and returns a new empty "Envelope" elementEnvelopeTypeEnvelopeDocumentImpl. getEnvelope()Gets the "Envelope" elementEnvelopeTypeEnvelopePropertyTypeImpl. getEnvelope()Gets the "Envelope" elementMethods in net.opengis.swe.x101.impl with parameters of type EnvelopeType Modifier and Type Method Description voidEnvelopeDocumentImpl. setEnvelope(EnvelopeType envelope)Sets the "Envelope" elementvoidEnvelopePropertyTypeImpl. setEnvelope(EnvelopeType envelope)Sets the "Envelope" element
-