Arc

open class Arc : CurveSegment

Java class for Arc complex type

.

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


<complexType name="Arc">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}CurveSegment">
      <sequence>
        <element name="buepunkt" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Position" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getBuepunkt(): Position
Gets the value of the buepunkt property.
Link copied to clipboard
Gets the value of the endpunktId property.
Link copied to clipboard
Gets the value of the koordinatsystemKodeId 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
Gets the value of the startpunktId property.
Link copied to clipboard
open fun setBuepunkt(value: Position)
Sets the value of the buepunkt property.
Link copied to clipboard
Sets the value of the endpunktId property.
Link copied to clipboard
Sets the value of the koordinatsystemKodeId 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
Sets the value of the startpunktId property.