org.geotools.data.shapefile.shp.xml
Class IdInfo

Object
  extended by IdInfo

public class IdInfo
extends Object

Bean of idinfo element of shp.xml.

Module:
modules/plugin/shapefile (gt-shapefile.jar)

Constructor Summary
IdInfo()
           
 
Method Summary
 Envelope getBounding()
           
 Envelope getLbounding()
           
 void setBounding(Envelope bounding)
           
 void setLbounding(Envelope lbounding)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdInfo

public IdInfo()
Method Detail

getBounding

public Envelope getBounding()
Returns:
Returns the bounding.

setBounding

public void setBounding(Envelope bounding)
Parameters:
bounding - The bounding to set.

getLbounding

public Envelope getLbounding()
Returns:
Returns the lbounding.

setLbounding

public void setLbounding(Envelope lbounding)
Parameters:
lbounding - The lbounding to set.


Copyright © 1996-2009 Geotools. All Rights Reserved.