Envelope

open class Envelope

Java class for Envelope complex type

.

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


<complexType name="Envelope">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="minx" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
        <element name="maxx" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
        <element name="miny" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
        <element name="maxy" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getMaxx(): Double
Gets the value of the maxx property.
Link copied to clipboard
open fun getMaxy(): Double
Gets the value of the maxy property.
Link copied to clipboard
open fun getMinx(): Double
Gets the value of the minx property.
Link copied to clipboard
open fun getMiny(): Double
Gets the value of the miny property.
Link copied to clipboard
open fun setMaxx(value: Double)
Sets the value of the maxx property.
Link copied to clipboard
open fun setMaxy(value: Double)
Sets the value of the maxy property.
Link copied to clipboard
open fun setMinx(value: Double)
Sets the value of the minx property.
Link copied to clipboard
open fun setMiny(value: Double)
Sets the value of the miny property.