public class IdBboxEntry extends Object
| Constructor and Description |
|---|
IdBboxEntry(long id, Envelope
|
| Modifier and Type | Method and Description |
|---|---|
Envelope |
getEnvelope()
|
long |
getId()
|
int |
getSize()
|
void |
setEnvelope(Envelope
|
void |
setId(long id)
|
void |
setSize(int size)
|
public IdBboxEntry(long id,
Envelope envelope,
int size)