SelectionRectangle

Java class for SelectionRectangle complex type

.

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


<complexType name="SelectionRectangle">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="lowerLeft" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Point" minOccurs="0" form="unqualified"/>
        <element name="upperRight" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Point" minOccurs="0" form="unqualified"/>
        <element name="koordinatsystemKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri/koder}KoordinatsystemKodeId" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the koordinatsystemKodeId property.
Link copied to clipboard
open fun getLowerLeft(): Point
Gets the value of the lowerLeft property.
Link copied to clipboard
open fun getUpperRight(): Point
Gets the value of the upperRight property.
Link copied to clipboard
Sets the value of the koordinatsystemKodeId property.
Link copied to clipboard
open fun setLowerLeft(value: Point)
Sets the value of the lowerLeft property.
Link copied to clipboard
open fun setUpperRight(value: Point)
Sets the value of the upperRight property.