How can I reduce the size of polygon map from shapefile by some distance?
Hello All,
I have a shape file from which i have Latitude and Logitude cordinates. In that map when I plot those cordinates using geoplot fuction.
I will put those cordinates here.
Longitude = [49.5307463706278 49.5307171760463 49.5304661019256 49.5302325434462 49.5299639498154 49.5298413304932 49.5297537450748 49.5292048728798 49.5288953996699 49.5282664017587 49.5282706081627 49.5282881257904 49.5283290002306 49.5283406786358 49.5283173218226 49.5282589297407 49.5282122160250 49.5281187884596 49.5281021034227 49.5282355728884 49.5287727776674 49.5292574247397 49.5296778375853 49.5298588475581 49.5302967721393 49.5304369071767 49.5304592844042 49.5304661019256 49.5304894577121 49.5306003975459 49.5308748265792 49.5308748265792 49.5308105986457 49.5308105986457 49.5308047597385 49.5307463706278 NaN];
Latitude = [7.92334633371693 7.92333733369920 7.92310333323818 7.92292333288354 7.92268033240478 7.92250033205015 7.92222133150046 7.92228433162458 7.92229333164232 7.92213669574119 7.92203233112809 7.92188833084439 7.92170833048975 7.92139332986914 7.92114132937265 7.92089832889389 7.92058332827328 7.91965632644691 7.91927486806551 7.91927832570217 7.91931432577310 7.91932332579083 7.91928732571990 7.91925132564897 7.91922432559578 7.91918832552485 7.91918465813742 7.91925132564897 7.91944932603907 7.92009732731576 7.92196933100397 7.92224833155366 7.92313033329137 7.92331033364601 7.92334633371693 7.92334633371693 NaN];
geoplot(Longitude,Latitude, "b")
So now I looking to create a border around these map on the inside and outside of this boundry. Let say a boundry which is 10 meter apart from the main boundry.
Here is a example of how I want to do it.
If you see in the figure blue line is the actual boundry and red and black boundry is that I am trying to find a function for it.
Is there a way to do it ? I have tried similar methods but those where on the images which can reduce size but not sure how to do it in actual map.
Thankyou in advance.Hello All,
I have a shape file from which i have Latitude and Logitude cordinates. In that map when I plot those cordinates using geoplot fuction.
I will put those cordinates here.
Longitude = [49.5307463706278 49.5307171760463 49.5304661019256 49.5302325434462 49.5299639498154 49.5298413304932 49.5297537450748 49.5292048728798 49.5288953996699 49.5282664017587 49.5282706081627 49.5282881257904 49.5283290002306 49.5283406786358 49.5283173218226 49.5282589297407 49.5282122160250 49.5281187884596 49.5281021034227 49.5282355728884 49.5287727776674 49.5292574247397 49.5296778375853 49.5298588475581 49.5302967721393 49.5304369071767 49.5304592844042 49.5304661019256 49.5304894577121 49.5306003975459 49.5308748265792 49.5308748265792 49.5308105986457 49.5308105986457 49.5308047597385 49.5307463706278 NaN];
Latitude = [7.92334633371693 7.92333733369920 7.92310333323818 7.92292333288354 7.92268033240478 7.92250033205015 7.92222133150046 7.92228433162458 7.92229333164232 7.92213669574119 7.92203233112809 7.92188833084439 7.92170833048975 7.92139332986914 7.92114132937265 7.92089832889389 7.92058332827328 7.91965632644691 7.91927486806551 7.91927832570217 7.91931432577310 7.91932332579083 7.91928732571990 7.91925132564897 7.91922432559578 7.91918832552485 7.91918465813742 7.91925132564897 7.91944932603907 7.92009732731576 7.92196933100397 7.92224833155366 7.92313033329137 7.92331033364601 7.92334633371693 7.92334633371693 NaN];
geoplot(Longitude,Latitude, "b")
So now I looking to create a border around these map on the inside and outside of this boundry. Let say a boundry which is 10 meter apart from the main boundry.
Here is a example of how I want to do it.
If you see in the figure blue line is the actual boundry and red and black boundry is that I am trying to find a function for it.
Is there a way to do it ? I have tried similar methods but those where on the images which can reduce size but not sure how to do it in actual map.
Thankyou in advance. Hello All,
I have a shape file from which i have Latitude and Logitude cordinates. In that map when I plot those cordinates using geoplot fuction.
I will put those cordinates here.
Longitude = [49.5307463706278 49.5307171760463 49.5304661019256 49.5302325434462 49.5299639498154 49.5298413304932 49.5297537450748 49.5292048728798 49.5288953996699 49.5282664017587 49.5282706081627 49.5282881257904 49.5283290002306 49.5283406786358 49.5283173218226 49.5282589297407 49.5282122160250 49.5281187884596 49.5281021034227 49.5282355728884 49.5287727776674 49.5292574247397 49.5296778375853 49.5298588475581 49.5302967721393 49.5304369071767 49.5304592844042 49.5304661019256 49.5304894577121 49.5306003975459 49.5308748265792 49.5308748265792 49.5308105986457 49.5308105986457 49.5308047597385 49.5307463706278 NaN];
Latitude = [7.92334633371693 7.92333733369920 7.92310333323818 7.92292333288354 7.92268033240478 7.92250033205015 7.92222133150046 7.92228433162458 7.92229333164232 7.92213669574119 7.92203233112809 7.92188833084439 7.92170833048975 7.92139332986914 7.92114132937265 7.92089832889389 7.92058332827328 7.91965632644691 7.91927486806551 7.91927832570217 7.91931432577310 7.91932332579083 7.91928732571990 7.91925132564897 7.91922432559578 7.91918832552485 7.91918465813742 7.91925132564897 7.91944932603907 7.92009732731576 7.92196933100397 7.92224833155366 7.92313033329137 7.92331033364601 7.92334633371693 7.92334633371693 NaN];
geoplot(Longitude,Latitude, "b")
So now I looking to create a border around these map on the inside and outside of this boundry. Let say a boundry which is 10 meter apart from the main boundry.
Here is a example of how I want to do it.
If you see in the figure blue line is the actual boundry and red and black boundry is that I am trying to find a function for it.
Is there a way to do it ? I have tried similar methods but those where on the images which can reduce size but not sure how to do it in actual map.
Thankyou in advance. mapping toolbox, geomap, matlab MATLAB Answers — New Questions