Class IdInfo
- Object
-
- IdInfo
-
public class IdInfo extends Object
Bean of idinfo element of shp.xml.
-
-
Constructor Summary
Constructors Constructor Description IdInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Envelope
getBounding()
Envelope
getLbounding()
void
setBounding(Envelope bounding)
void
setLbounding(Envelope lbounding)
-
-
-
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.
-
-