Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
pointとはどう違いmultipointますか?linestringそしてmultilinestring?polygonそしてmultipolygon?PostGISで
point
multipoint
linestring
multilinestring
polygon
multipolygon
「マルチ」シェイプを定義する秘訣は何ですか?
「マルチ」とは、その種類の複数のオブジェクトが1つのオブジェクトに「グループ化」されることを意味します。たとえば、フィリピンを想像してみてください。その国はたくさんの島で構成されています-単一のポリゴンで描くことはできません。また、それぞれが単一のポリゴンを含む複数の異なるデータベース行として保存するのは不便です。