> For the complete documentation index, see [llms.txt](https://survey.fmpx.docs.frox-it.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://survey.fmpx.docs.frox-it.de/besondere-anwendungsgebiete/kataster/kataster-geo-8/sachdaten.md).

# Sachdaten

In der Fachschale Topographie (Bundesland) werden basierend auf den importierten NAS-Daten, die im Hintergrund liegen, Lageplandaten erfasst und Ingenieurvermessungen durchgeführt.

Katastervermessungen können ebenfalls durchgeführt werden, da der Messpunkt alle zur Qualifikation der Vermessungspunkte notwendigen Sachdaten führt. Die Veredlung der Objekte zu NAS-Objekten obliegt den jeweiligen Innendienstprogrammen.

![](/files/9orw4B08VG7DRF6TzVLJ)

Beim Import werden die Katasterattribute von Geo8 als Alias des Messpunktattributs in FX übergeben:

\<Point Id="310">

&#x20;       \<Attributes>

&#x20;         \<Attribute Name="Datenerhebung" Type="System.Int32" Value="1040" />

&#x20;         \<Attribute Name="GenauigkeitsCode" Type="System.Int32" Value="2300" />

&#x20;         \<Attribute Name="PunktCode" Type="System.String" Value="BG" />

&#x20;         \<Attribute Name="Punktstatus" Type="System.String" Value="A" />

&#x20;       \</Attributes>

&#x20;       \<ObjectType>Detailpunkt\</ObjectType>

&#x20;       \<VertexId>309\</VertexId>

&#x20;       \<PointLabelId>311\</PointLabelId>

&#x20;       \<DisplayInformation>

&#x20;         \<Representation Id="0">

&#x20;           \<Styles>

&#x20;             \<Style Id="1">

&#x20;               \<Representation Id="0" />

&#x20;               \<ScaleRange StartScale="0" EndScale="0" />

&#x20;               \<Sections>

&#x20;                 \<Section Id="1">

&#x20;                   \<SectionType>Block\</SectionType>

&#x20;                   \<KeyValuePairs />

&#x20;                 \</Section>

&#x20;               \</Sections>

&#x20;             \</Style>

&#x20;           \</Styles>

&#x20;         \</Representation>

&#x20;       \</DisplayInformation>

&#x20;     \</Point>

&#x20;&#x20;

Abkürzungen des PunktCode in Geo8:

AP=AP Aufnahmepunkt\
SP=SP Sicherungspunkt

GP=GP Grenzpunkt

BG=BG Besonderer Gebäudepunkt

BB=BB Besonderer Bauwerkspunkt\
BT=BT Besonderer topogr. Punkt

SV=SV sonstiger Vermessungspunkt

&#x20;

Ansonsten muss in Geo8 bei der Ausgabe und beim Import in Frox nichts weiter eingestellt oder beachtet werden.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://survey.fmpx.docs.frox-it.de/besondere-anwendungsgebiete/kataster/kataster-geo-8/sachdaten.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
