Uses of Class
net.opengis.gml.EnvelopeType

Packages that use EnvelopeType
net.opengis.gml   
 

Uses of EnvelopeType in net.opengis.gml
 

Subclasses of EnvelopeType in net.opengis.gml
 class EnvelopeWithTimePeriodType
          Envelope that includes also a temporal extent.
 

Fields in net.opengis.gml with type parameters of type EnvelopeType
protected  List<EnvelopeType> ExtentType.boundingBox
           
protected  JAXBElement<? extends EnvelopeType> BoundingShapeType.envelope
           
protected  List<EnvelopeType> ExtentType.verticalExtent
           
 

Methods in net.opengis.gml that return EnvelopeType
 EnvelopeType ObjectFactory.createEnvelopeType()
          Create an instance of EnvelopeType
 

Methods in net.opengis.gml that return types with arguments of type EnvelopeType
 JAXBElement<EnvelopeType> ObjectFactory.createBoundingBox(EnvelopeType value)
          Create an instance of JAXBElement<EnvelopeType>}
 JAXBElement<EnvelopeType> ObjectFactory.createEnvelope(EnvelopeType value)
          Create an instance of JAXBElement<EnvelopeType>}
 JAXBElement<EnvelopeType> ObjectFactory.createVerticalExtent(EnvelopeType value)
          Create an instance of JAXBElement<EnvelopeType>}
 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.
 JAXBElement<? extends EnvelopeType> BoundingShapeType.getEnvelope()
          Obtient la valeur de la propriété envelope.
 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 net.opengis.gml with parameters of type EnvelopeType
 JAXBElement<EnvelopeType> ObjectFactory.createBoundingBox(EnvelopeType value)
          Create an instance of JAXBElement<EnvelopeType>}
 JAXBElement<EnvelopeType> ObjectFactory.createEnvelope(EnvelopeType value)
          Create an instance of JAXBElement<EnvelopeType>}
 JAXBElement<EnvelopeType> ObjectFactory.createVerticalExtent(EnvelopeType value)
          Create an instance of JAXBElement<EnvelopeType>}
 

Method parameters in net.opengis.gml with type arguments of type EnvelopeType
 void BoundingShapeType.setEnvelope(JAXBElement<? extends EnvelopeType> value)
          Définit la valeur de la propriété envelope.
 



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.