<div>Dear All,</div>
<div> </div>
<div>I imported the US State Border Shapefile data in postgres and on running the query :</div>
<div>select * from us_state_bounds;<br>Following columns are returned</div>
<div>gid        id          length         geometry(MULTILINESTRING)</div>
<div> </div>
<div>My query is:</div>
<div>1. What is the significance of GID Column here (is it just used for sequential purpose).</div>
<div>2. Geometry Column is MULTILINESTRING but i found on googling that Border Data is a PLOYGON. How can i convert MULTILINESTRING to</div>
<div>POLYGON.</div>
<div>3. Whar SRID should i use. Will default -1 work?</div>
<div>4. I have a different table that contains point data that i needs to check with border data to find which points lie on border. Should both POINTS</div>
<div>and POLYGON geometry should have same SRID?</div>
<div>5. For finding the points that lie on border i am planning to use ST_CONTAINS function. Is it correct.</div>
<div> </div>
<div>Thanks in advance.</div>
<div> </div>
<div> </div>
<div>Regards</div>
<div>Rajeev Singhal</div>
<div> </div>