# 공간데이터 연산

## 공간데이터 타입 ( Spatial Data Type )

공간데이터 표기법은 OGC 표준을 따르며, 다음과 같은 규칙을 가집니다.

<figure><img src="/files/yuN1TK5xmYKhymHVX59r" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/QMG1eyliw3q4vNWmtNOA" alt=""><figcaption></figcaption></figure>

## 공간 연산 함수 ( Spatial Operator Functions )

공간 연산 함수는 두 공간 객체의 연산 결과로 새로운 공간 객체를 반환해주는 함수입니다.

<figure><img src="/files/bMHX2JcNpySjhFc4jLJG" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/o0UX4tOFhKzgMh8VUYjR" alt=""><figcaption></figcaption></figure>

## 공간 관계 함수 ( Spatial Relation Functions )

공간 관계 함수는 두 공간 객체 간의 관계를 일반 데이터 타입(Boolean 또는 숫자)으로 반환해주는 함수입니다.

<figure><img src="/files/yyDD757tgHc0g8VDkeVO" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/xSa7ELtOBUP0M5UW7lnl" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs2.stlogic.co.kr/4/3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
