TeiggrenseFeature

Java class for TeiggrenseFeature complex type

.

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


<complexType name="TeiggrenseFeature">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/kart}MatrikkelFeature">
      <sequence>
        <element name="kurve" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}PointList" minOccurs="0"/>
        <element name="kurvepunkt" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}PointList" minOccurs="0"/>
        <element name="bubbleId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/matrikkelenhet}TeiggrenseId" minOccurs="0"/>
        <element name="teiggrensetypeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/matrikkelenhet/koder}HjelpelinjetypeKodeId" minOccurs="0"/>
        <element name="noyaktighetsklasseId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri/koder}NoyaktighetsklasseKodeId" minOccurs="0"/>
        <element name="admintypeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/matrikkelenhet/koder}AdministrativGrenseKodeId" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the admintypeId property.
Link copied to clipboard
Gets the value of the bubbleId property.
Link copied to clipboard
open fun getKurve(): PointList
Gets the value of the kurve property.
Link copied to clipboard
Gets the value of the kurvepunkt property.
Link copied to clipboard
Gets the value of the noyaktighetsklasseId property.
Link copied to clipboard
Gets the value of the teiggrensetypeId property.
Link copied to clipboard
Sets the value of the admintypeId property.
Link copied to clipboard
open fun setBubbleId(value: TeiggrenseId)
Sets the value of the bubbleId property.
Link copied to clipboard
open fun setKurve(value: PointList)
Sets the value of the kurve property.
Link copied to clipboard
open fun setKurvepunkt(value: PointList)
Sets the value of the kurvepunkt property.
Link copied to clipboard
Sets the value of the noyaktighetsklasseId property.
Link copied to clipboard
Sets the value of the teiggrensetypeId property.