public interface SelectorLimits
| Modifier and Type | Method and Description |
|---|---|
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.
|
com.google.common.base.Optional<Integer> getPolygonVertexLimit()
If one is not present, then there is no limitation.
com.google.common.base.Optional<Integer> getPolyhedronVertexLimit()
If one is not present, then there is no limitation.
Copyright © 2010-2014. All Rights Reserved.