Polygon

open class Polygon : Geometri

Java class for Polygon complex type

.

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


<complexType name="Polygon">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Geometri">
      <sequence>
        <element name="indreAvgrensning" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}RingList" minOccurs="0"/>
        <element name="ytreAvgrensning" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Ring" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the indreAvgrensning property.
Link copied to clipboard
Gets the value of the koordinatsystemKodeId property.
Link copied to clipboard
Gets the value of the ytreAvgrensning property.
Link copied to clipboard
open fun setIndreAvgrensning(value: RingList)
Sets the value of the indreAvgrensning property.
Link copied to clipboard
Sets the value of the koordinatsystemKodeId property.
Link copied to clipboard
open fun setYtreAvgrensning(value: Ring)
Sets the value of the ytreAvgrensning property.