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()
Persistable
toBinary
in interface Persistable
public void fromBinary(byte[] bytes)
Persistable
fromBinary
in interface Persistable
public double getMaxExtent()
public boolean filterMaxExtent(org.locationtech.jts.geom.Geometry geom)
Copyright © 2013–2022. All rights reserved.