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