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

java.lang.Object
  extended byorg.geotools.data.shapefile.shp.xml.IdInfo

public class IdInfo
extends java.lang.Object

Bean of idinfo element of shp.xml.


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

Constructor Detail

IdInfo

public IdInfo()
Method Detail

getBounding

public com.vividsolutions.jts.geom.Envelope getBounding()
Returns:
Returns the bounding.

setBounding

public void setBounding(com.vividsolutions.jts.geom.Envelope bounding)
Parameters:
bounding - The bounding to set.

getLbounding

public com.vividsolutions.jts.geom.Envelope getLbounding()
Returns:
Returns the lbounding.

setLbounding

public void setLbounding(com.vividsolutions.jts.geom.Envelope lbounding)
Parameters:
lbounding - The lbounding to set.


Copyright © GeoTools. All Rights Reserved.