Multipolygon

open class Multipolygon : Geometri

Java class for Multipolygon complex type

.

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


<complexType name="Multipolygon">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Geometri">
      <sequence>
        <element name="polygoner" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}PolygonList" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the koordinatsystemKodeId property.
Link copied to clipboard
Gets the value of the polygoner property.
Link copied to clipboard
Sets the value of the koordinatsystemKodeId property.
Link copied to clipboard
open fun setPolygoner(value: PolygonList)
Sets the value of the polygoner property.