Package org.citygml4j.util.bbox
Class BoundingBoxOptions
- java.lang.Object
-
- org.citygml4j.util.bbox.BoundingBoxOptions
-
public class BoundingBoxOptions extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundingBoxOptions
assignResultToFeatures(boolean assignResultToFeatures)
static BoundingBoxOptions
defaults()
boolean
isAssignResultToFeatures()
boolean
isUseExistingEnvelopes()
boolean
isUseReferencePointAsFallbackForImplicitGeometries()
BoundingBoxOptions
useExistingEnvelopes(boolean useExistingEnvelopes)
BoundingBoxOptions
useReferencePointAsFallbackForImplicitGeometries(boolean useReferencePoint)
-
-
-
Method Detail
-
defaults
public static BoundingBoxOptions defaults()
-
isAssignResultToFeatures
public boolean isAssignResultToFeatures()
-
assignResultToFeatures
public BoundingBoxOptions assignResultToFeatures(boolean assignResultToFeatures)
-
isUseExistingEnvelopes
public boolean isUseExistingEnvelopes()
-
useExistingEnvelopes
public BoundingBoxOptions useExistingEnvelopes(boolean useExistingEnvelopes)
-
isUseReferencePointAsFallbackForImplicitGeometries
public boolean isUseReferencePointAsFallbackForImplicitGeometries()
-
useReferencePointAsFallbackForImplicitGeometries
public BoundingBoxOptions useReferencePointAsFallbackForImplicitGeometries(boolean useReferencePoint)
-
-