ThinkGeo.com    |     Documentation    |     Premium Support

BaseShape.Buffer

Does the BaseShape.Buffer give me an absolute perimeter around a shape? What I would like to do is to calculate a bounding box that is at least 200x200 feet given a centroid (lat/long, in decimal degrees).



Gregory, 
  
 Thanks for your post. 
  
 The Buffer API cannot buffer a shape into a given perimeter shape up to now. While probablly we could write our own logic for this, I am not very clear about your requirement though. If you want to buffer a shape, perhaps the result could not be a perfect RectangleShape as you want. If I understand right, then what you are trying to achieve is by giving a centroid point shape(in DecimalDegrees) and you want to get a polygon shape which must satisfy following 2 conditions: 
 1) The centroid should be the given pointshape. 
 2) The perimeter should be 200 feet at least. 
  
 Any more informations please let me know. 
  
 Thanks. 
  
 Yale 


Thanks, I think I’ve found what I wanted just using the Buffer and GetBoundingBox. Sorry for the distraction!

Gregory, 
  
 Thanks for letting me know your status. 
  
 Any more questions just feel free to let me know. 
  
 Thanks. 
  
 Yale