AnleggsprojeksjonsFlateFeature

Java class for AnleggsprojeksjonsFlateFeature complex type

.

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


<complexType name="AnleggsprojeksjonsFlateFeature">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/kart}MatrikkelFeature">
      <sequence>
        <element name="flate" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Polygon"/>
        <element name="bubbleId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/matrikkelenhet}AnleggsprojeksjonsflateId"/>
        <element name="representasjonspunkt" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Point"/>
        <element name="teigtype" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="anleggsprojeksjonsflatetype" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="matrikkelenhetForTeigInfo" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/kart}MatrikkelenhetForTeigInfoList" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the anleggsprojeksjonsflatetype property.
Link copied to clipboard
Gets the value of the bubbleId property.
Link copied to clipboard
open fun getFlate(): Polygon
Gets the value of the flate property.
Link copied to clipboard
Gets the value of the matrikkelenhetForTeigInfo property.
Link copied to clipboard
Gets the value of the representasjonspunkt property.
Link copied to clipboard
open fun getTeigtype(): Integer
Gets the value of the teigtype property.
Link copied to clipboard
Sets the value of the anleggsprojeksjonsflatetype property.
Link copied to clipboard
Sets the value of the bubbleId property.
Link copied to clipboard
open fun setFlate(value: Polygon)
Sets the value of the flate property.
Link copied to clipboard
Sets the value of the matrikkelenhetForTeigInfo property.
Link copied to clipboard
Sets the value of the representasjonspunkt property.
Link copied to clipboard
open fun setTeigtype(value: Integer)
Sets the value of the teigtype property.