|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.shapefile.shp.xml.IdInfo
public class IdInfo
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 |
---|
public IdInfo()
Method Detail |
---|
public com.vividsolutions.jts.geom.Envelope getBounding()
public void setBounding(com.vividsolutions.jts.geom.Envelope bounding)
bounding
- The bounding to set.public com.vividsolutions.jts.geom.Envelope getLbounding()
public void setLbounding(com.vividsolutions.jts.geom.Envelope lbounding)
lbounding
- The lbounding to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |