public class MaxExtentOptProvider extends Object implements Persistable
| Constructor and Description |
|---|
MaxExtentOptProvider() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filterMaxExtent(org.locationtech.jts.geom.Geometry geom) |
void |
fromBinary(byte[] bytes)
Convert a stream of binary bytes to fields and data within an object.
|
double |
getMaxExtent() |
byte[] |
toBinary()
Convert fields and data within an object to binary form for transmission or storage.
|
public byte[] toBinary()
PersistabletoBinary in interface Persistablepublic void fromBinary(byte[] bytes)
PersistablefromBinary in interface Persistablepublic double getMaxExtent()
public boolean filterMaxExtent(org.locationtech.jts.geom.Geometry geom)
Copyright © 2013–2022. All rights reserved.