Representasjonspunkt

Java class for Representasjonspunkt complex type

.

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


<complexType name="Representasjonspunkt">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}MatrikkelComponent">
      <sequence>
        <element name="koordinatsystemKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri/koder}KoordinatsystemKodeId" minOccurs="0"/>
        <element name="originalKoordinatsystemKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri/koder}KoordinatsystemKodeId" minOccurs="0"/>
        <element name="position" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Position" minOccurs="0"/>
        <element name="kvalitet" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Posisjonskvalitet" minOccurs="0"/>
        <element name="koordinatkvalitetKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri/koder}KoordinatkvalitetKodeId" minOccurs="0"/>
        <element name="stedfestingVerifisert" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the koordinatkvalitetKodeId property.
Link copied to clipboard
Gets the value of the koordinatsystemKodeId property.
Link copied to clipboard
Gets the value of the kvalitet property.
Link copied to clipboard
open fun getMetadata(): Metadata
Gets the value of the metadata property.
Link copied to clipboard
Gets the value of the originalKoordinatsystemKodeId property.
Link copied to clipboard
open fun getPosition(): Position
Gets the value of the position property.
Link copied to clipboard
Gets the value of the stedfestingVerifisert property.
Link copied to clipboard
Sets the value of the koordinatkvalitetKodeId property.
Link copied to clipboard
Sets the value of the koordinatsystemKodeId property.
Link copied to clipboard
Sets the value of the kvalitet property.
Link copied to clipboard
open fun setMetadata(value: Metadata)
Sets the value of the metadata property.
Link copied to clipboard
Sets the value of the originalKoordinatsystemKodeId property.
Link copied to clipboard
open fun setPosition(value: Position)
Sets the value of the position property.
Link copied to clipboard
Sets the value of the stedfestingVerifisert property.