SelectionPolygon

open class SelectionPolygon

Java class for SelectionPolygon complex type

.

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


<complexType name="SelectionPolygon">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="polygon" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Polygon" minOccurs="0"/>
        <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 getPolygon(): Polygon
Gets the value of the polygon property.
Link copied to clipboard
Sets the value of the koordinatsystemKodeId property.
Link copied to clipboard
open fun setPolygon(value: Polygon)
Sets the value of the polygon property.