Uses of Interface
net.opengis.gml.EnvelopeType
-
Packages that use EnvelopeType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of EnvelopeType in net.opengis.gml
Subinterfaces of EnvelopeType in net.opengis.gml Modifier and Type Interface Description interfaceEnvelopeWithTimePeriodTypeAn XML EnvelopeWithTimePeriodType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return EnvelopeType Modifier and Type Method Description EnvelopeTypeBoundingBoxDocument. addNewBoundingBox()Appends and returns a new empty "boundingBox" elementEnvelopeTypeExtentType. addNewBoundingBox()Appends and returns a new empty value (as xml) as the last "boundingBox" elementEnvelopeTypeBoundingShapeType. addNewEnvelope()Appends and returns a new empty "Envelope" elementEnvelopeTypeEnvelopeDocument. addNewEnvelope()Appends and returns a new empty "Envelope" elementEnvelopeTypeExtentType. addNewVerticalExtent()Appends and returns a new empty value (as xml) as the last "verticalExtent" elementEnvelopeTypeVerticalExtentDocument. addNewVerticalExtent()Appends and returns a new empty "verticalExtent" elementEnvelopeTypeBoundingBoxDocument. getBoundingBox()Gets the "boundingBox" elementEnvelopeType[]ExtentType. getBoundingBoxArray()Gets array of all "boundingBox" elementsEnvelopeTypeExtentType. getBoundingBoxArray(int i)Gets ith "boundingBox" elementEnvelopeTypeBoundingShapeType. getEnvelope()Gets the "Envelope" elementEnvelopeTypeEnvelopeDocument. getEnvelope()Gets the "Envelope" elementEnvelopeTypeVerticalExtentDocument. getVerticalExtent()Gets the "verticalExtent" elementEnvelopeType[]ExtentType. getVerticalExtentArray()Gets array of all "verticalExtent" elementsEnvelopeTypeExtentType. getVerticalExtentArray(int i)Gets ith "verticalExtent" elementEnvelopeTypeExtentType. insertNewBoundingBox(int i)Inserts and returns a new empty value (as xml) as the ith "boundingBox" elementEnvelopeTypeExtentType. insertNewVerticalExtent(int i)Inserts and returns a new empty value (as xml) as the ith "verticalExtent" 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 with parameters of type EnvelopeType Modifier and Type Method Description voidBoundingBoxDocument. setBoundingBox(EnvelopeType boundingBox)Sets the "boundingBox" elementvoidExtentType. setBoundingBoxArray(int i, EnvelopeType boundingBox)Sets ith "boundingBox" elementvoidExtentType. setBoundingBoxArray(EnvelopeType[] boundingBoxArray)Sets array of all "boundingBox" elementvoidBoundingShapeType. setEnvelope(EnvelopeType envelope)Sets the "Envelope" elementvoidEnvelopeDocument. setEnvelope(EnvelopeType envelope)Sets the "Envelope" elementvoidVerticalExtentDocument. setVerticalExtent(EnvelopeType verticalExtent)Sets the "verticalExtent" elementvoidExtentType. setVerticalExtentArray(int i, EnvelopeType verticalExtent)Sets ith "verticalExtent" elementvoidExtentType. setVerticalExtentArray(EnvelopeType[] verticalExtentArray)Sets array of all "verticalExtent" element -
Uses of EnvelopeType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement EnvelopeType Modifier and Type Class Description classEnvelopeTypeImplAn XML EnvelopeType(@http://www.opengis.net/gml).classEnvelopeWithTimePeriodTypeImplAn XML EnvelopeWithTimePeriodType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return EnvelopeType Modifier and Type Method Description EnvelopeTypeBoundingBoxDocumentImpl. addNewBoundingBox()Appends and returns a new empty "boundingBox" elementEnvelopeTypeExtentTypeImpl. addNewBoundingBox()Appends and returns a new empty value (as xml) as the last "boundingBox" elementEnvelopeTypeBoundingShapeTypeImpl. addNewEnvelope()Appends and returns a new empty "Envelope" elementEnvelopeTypeEnvelopeDocumentImpl. addNewEnvelope()Appends and returns a new empty "Envelope" elementEnvelopeTypeExtentTypeImpl. addNewVerticalExtent()Appends and returns a new empty value (as xml) as the last "verticalExtent" elementEnvelopeTypeVerticalExtentDocumentImpl. addNewVerticalExtent()Appends and returns a new empty "verticalExtent" elementEnvelopeTypeBoundingBoxDocumentImpl. getBoundingBox()Gets the "boundingBox" elementEnvelopeType[]ExtentTypeImpl. getBoundingBoxArray()Gets array of all "boundingBox" elementsEnvelopeTypeExtentTypeImpl. getBoundingBoxArray(int i)Gets ith "boundingBox" elementEnvelopeTypeBoundingShapeTypeImpl. getEnvelope()Gets the "Envelope" elementEnvelopeTypeEnvelopeDocumentImpl. getEnvelope()Gets the "Envelope" elementEnvelopeTypeVerticalExtentDocumentImpl. getVerticalExtent()Gets the "verticalExtent" elementEnvelopeType[]ExtentTypeImpl. getVerticalExtentArray()Gets array of all "verticalExtent" elementsEnvelopeTypeExtentTypeImpl. getVerticalExtentArray(int i)Gets ith "verticalExtent" elementEnvelopeTypeExtentTypeImpl. insertNewBoundingBox(int i)Inserts and returns a new empty value (as xml) as the ith "boundingBox" elementEnvelopeTypeExtentTypeImpl. insertNewVerticalExtent(int i)Inserts and returns a new empty value (as xml) as the ith "verticalExtent" elementMethods in net.opengis.gml.impl with parameters of type EnvelopeType Modifier and Type Method Description voidBoundingBoxDocumentImpl. setBoundingBox(EnvelopeType boundingBox)Sets the "boundingBox" elementvoidExtentTypeImpl. setBoundingBoxArray(int i, EnvelopeType boundingBox)Sets ith "boundingBox" elementvoidExtentTypeImpl. setBoundingBoxArray(EnvelopeType[] boundingBoxArray)Sets array of all "boundingBox" elementvoidBoundingShapeTypeImpl. setEnvelope(EnvelopeType envelope)Sets the "Envelope" elementvoidEnvelopeDocumentImpl. setEnvelope(EnvelopeType envelope)Sets the "Envelope" elementvoidVerticalExtentDocumentImpl. setVerticalExtent(EnvelopeType verticalExtent)Sets the "verticalExtent" elementvoidExtentTypeImpl. setVerticalExtentArray(int i, EnvelopeType verticalExtent)Sets ith "verticalExtent" elementvoidExtentTypeImpl. setVerticalExtentArray(EnvelopeType[] verticalExtentArray)Sets array of all "verticalExtent" element
-