Uses of Class
org.citygml4j.jaxb.gml._3_1_1.EnvelopeType

Packages that use EnvelopeType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of EnvelopeType in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml that return EnvelopeType
 EnvelopeType GMLMarshaller.marshalEnvelope(Envelope src)
           
 

Uses of EnvelopeType in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type EnvelopeType
 Envelope GMLUnmarshaller.unmarshalEnvelope(EnvelopeType src)
           
 

Uses of EnvelopeType in org.citygml4j.jaxb.gml._3_1_1
 

Subclasses of EnvelopeType in org.citygml4j.jaxb.gml._3_1_1
 class EnvelopeWithTimePeriodType
          Envelope that includes also a temporal extent.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return EnvelopeType
 EnvelopeType ObjectFactory.createEnvelopeType()
          Create an instance of EnvelopeType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type EnvelopeType
 javax.xml.bind.JAXBElement<EnvelopeType> ObjectFactory.createBoundingBox(EnvelopeType value)
          Create an instance of JAXBElement<EnvelopeType>}
 javax.xml.bind.JAXBElement<EnvelopeType> ObjectFactory.createEnvelope(EnvelopeType value)
          Create an instance of JAXBElement<EnvelopeType>}
 javax.xml.bind.JAXBElement<EnvelopeType> ObjectFactory.createVerticalExtent(EnvelopeType value)
          Create an instance of JAXBElement<EnvelopeType>}
 java.util.List<EnvelopeType> ExtentType.getBoundingBox()
          Unordered list of bounding boxes (or envelopes) whose union describes the spatial domain of this object.Gets the value of the boundingBox property.
 javax.xml.bind.JAXBElement<? extends EnvelopeType> BoundingShapeType.getEnvelope()
          Gets the value of the envelope property.
 java.util.List<EnvelopeType> ExtentType.getVerticalExtent()
          Unordered list of vertical intervals whose union describes the spatial domain of this object.Gets the value of the verticalExtent property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type EnvelopeType
 javax.xml.bind.JAXBElement<EnvelopeType> ObjectFactory.createBoundingBox(EnvelopeType value)
          Create an instance of JAXBElement<EnvelopeType>}
 javax.xml.bind.JAXBElement<EnvelopeType> ObjectFactory.createEnvelope(EnvelopeType value)
          Create an instance of JAXBElement<EnvelopeType>}
 javax.xml.bind.JAXBElement<EnvelopeType> ObjectFactory.createVerticalExtent(EnvelopeType value)
          Create an instance of JAXBElement<EnvelopeType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type EnvelopeType
 void ExtentType.setBoundingBox(java.util.List<EnvelopeType> boundingBox)
          Unordered list of bounding boxes (or envelopes) whose union describes the spatial domain of this object.
 void BoundingShapeType.setEnvelope(javax.xml.bind.JAXBElement<? extends EnvelopeType> value)
          Sets the value of the envelope property.
 void ExtentType.setVerticalExtent(java.util.List<EnvelopeType> verticalExtent)
          Unordered list of vertical intervals whose union describes the spatial domain of this object.