What is the difference between point and multipoint ? linestring and multilinestring ? polygon and multipolygon ? In PostGIS
What is the secret behind defining “Multi” shapes?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
“Multi” means, that several objects of that kind are “grouped” together to single object. For example, imagine Philippines. That country consists of lot of islands – you can’t draw it with single polygon; and it would be inconvenient to store it as several different database rows, each containing single polygon.