Class BBOXType


  • public class BBOXType
    extends SpatialOpsType

    Java class for BBOXType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="BBOXType">
       <complexContent>
         <extension base="{http://www.opengis.net/ogc}SpatialOpsType">
           <sequence>
             <element ref="{http://www.opengis.net/ogc}PropertyName"/>
             <element ref="{http://www.opengis.net/gml}Envelope"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • BBOXType

        public BBOXType()
        Default no-arg constructor
      • BBOXType

        public BBOXType​(PropertyName propertyName,
                        Envelope envelope)
        Fully-initialising value constructor
    • Method Detail

      • getPropertyName

        public PropertyName getPropertyName()
        Gets the value of the propertyName property.
        Returns:
        possible object is PropertyName
      • setPropertyName

        public void setPropertyName​(PropertyName value)
        Sets the value of the propertyName property.
        Parameters:
        value - allowed object is PropertyName
      • getEnvelope

        public Envelope getEnvelope()
        Gets the value of the envelope property.
        Returns:
        possible object is Envelope
      • setEnvelope

        public void setEnvelope​(Envelope value)
        Sets the value of the envelope property.
        Parameters:
        value - allowed object is Envelope