public class PermissiveSelectorLimits extends java.lang.Object implements SelectorLimits
Modifier and Type | Method and Description |
---|---|
static PermissiveSelectorLimits |
getInstance()
Get a static instance.
|
com.google.common.base.Optional<java.lang.Integer> |
getPolygonVertexLimit()
Get the optionally defined vertex limit for polygons.
|
com.google.common.base.Optional<java.lang.Integer> |
getPolyhedronVertexLimit()
Get the optionally defined vertex limit for polyhedrons.
|
public com.google.common.base.Optional<java.lang.Integer> getPolygonVertexLimit()
SelectorLimits
If one is not present, then there is no limitation.
getPolygonVertexLimit
in interface SelectorLimits
public com.google.common.base.Optional<java.lang.Integer> getPolyhedronVertexLimit()
SelectorLimits
If one is not present, then there is no limitation.
getPolyhedronVertexLimit
in interface SelectorLimits
public static PermissiveSelectorLimits getInstance()