AnleggsprojeksjonspunktFeature

Java class for AnleggsprojeksjonspunktFeature complex type

.

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


<complexType name="AnleggsprojeksjonspunktFeature">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/kart}MatrikkelFeature">
      <sequence>
        <element name="bubbleId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/matrikkelenhet}AnleggsprojeksjonspunktId" minOccurs="0"/>
        <element name="grensepunktnr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="punkt" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Point" minOccurs="0"/>
        <element name="grensepunkttypeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/matrikkelenhet/koder}GrensepunkttypeKodeId" minOccurs="0"/>
        <element name="noyaktighetsklasseId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri/koder}NoyaktighetsklasseKodeId" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the bubbleId property.
Link copied to clipboard
Gets the value of the grensepunktnr property.
Link copied to clipboard
Gets the value of the grensepunkttypeId property.
Link copied to clipboard
Gets the value of the noyaktighetsklasseId property.
Link copied to clipboard
open fun getPunkt(): Point
Gets the value of the punkt property.
Link copied to clipboard
Sets the value of the bubbleId property.
Link copied to clipboard
open fun setGrensepunktnr(value: String)
Sets the value of the grensepunktnr property.
Link copied to clipboard
Sets the value of the grensepunkttypeId property.
Link copied to clipboard
Sets the value of the noyaktighetsklasseId property.
Link copied to clipboard
open fun setPunkt(value: Point)
Sets the value of the punkt property.