public class BoundingBoxOptions
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
BoundingBoxOptions |
assignResultToFeatures(boolean assignResultToFeatures) |
static BoundingBoxOptions |
defaults() |
boolean |
isAssignResultToFeatures() |
boolean |
isUseExistingEnvelopes() |
boolean |
isUseReferencePointAsFallbackForImplicitGeometries() |
BoundingBoxOptions |
useExistingEnvelopes(boolean useExistingEnvelopes) |
BoundingBoxOptions |
useReferencePointAsFallbackForImplicitGeometries(boolean useReferencePoint) |
public static BoundingBoxOptions defaults()
public boolean isAssignResultToFeatures()
public BoundingBoxOptions assignResultToFeatures(boolean assignResultToFeatures)
public boolean isUseExistingEnvelopes()
public BoundingBoxOptions useExistingEnvelopes(boolean useExistingEnvelopes)
public boolean isUseReferencePointAsFallbackForImplicitGeometries()
public BoundingBoxOptions useReferencePointAsFallbackForImplicitGeometries(boolean useReferencePoint)