Uses of Interface
net.opengis.gml.x32.EnvelopeType
-
Packages that use EnvelopeType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of EnvelopeType in net.opengis.gml.x32
Subinterfaces of EnvelopeType in net.opengis.gml.x32 Modifier and Type Interface Description interfaceEnvelopeWithTimePeriodTypeAn XML EnvelopeWithTimePeriodType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32 that return EnvelopeType Modifier and Type Method Description EnvelopeTypeBoundingShapeType. addNewEnvelope()Appends and returns a new empty "Envelope" elementEnvelopeTypeEnvelopeDocument. addNewEnvelope()Appends and returns a new empty "Envelope" elementEnvelopeTypeBoundingShapeType. getEnvelope()Gets the "Envelope" elementEnvelopeTypeEnvelopeDocument. 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.gml.x32 with parameters of type EnvelopeType Modifier and Type Method Description voidBoundingShapeType. setEnvelope(EnvelopeType envelope)Sets the "Envelope" elementvoidEnvelopeDocument. setEnvelope(EnvelopeType envelope)Sets the "Envelope" element -
Uses of EnvelopeType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement EnvelopeType Modifier and Type Class Description classEnvelopeTypeImplAn XML EnvelopeType(@http://www.opengis.net/gml/3.2).classEnvelopeWithTimePeriodTypeImplAn XML EnvelopeWithTimePeriodType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return EnvelopeType Modifier and Type Method Description EnvelopeTypeBoundingShapeTypeImpl. addNewEnvelope()Appends and returns a new empty "Envelope" elementEnvelopeTypeEnvelopeDocumentImpl. addNewEnvelope()Appends and returns a new empty "Envelope" elementEnvelopeTypeBoundingShapeTypeImpl. getEnvelope()Gets the "Envelope" elementEnvelopeTypeEnvelopeDocumentImpl. getEnvelope()Gets the "Envelope" elementMethods in net.opengis.gml.x32.impl with parameters of type EnvelopeType Modifier and Type Method Description voidBoundingShapeTypeImpl. setEnvelope(EnvelopeType envelope)Sets the "Envelope" elementvoidEnvelopeDocumentImpl. setEnvelope(EnvelopeType envelope)Sets the "Envelope" element
-