public class Tiles extends Object
| Constructor and Description |
|---|
Tiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int tileId) |
void |
addGeometryIdToReuse(long id) |
Set<Long> |
getGeometryIdsToReuse() |
int |
getMaxDepth() |
float |
getMaximumThreshold() |
int |
getMinimumReuseThreshold() |
float |
getMinimumThreshold() |
Object |
getNodes() |
Set<Integer> |
getTileIds() |
TilingInterface |
getTilingInterface() |
void |
setMaxDepth(int maxDepth) |
void |
setMaximumThreshold(float maximumThreshold) |
void |
setMinimumReuseThreshold(int minimumReuseThreshold) |
void |
setMinimumThreshold(float minimumThreshold) |
void |
setNodes(Object nodes) |
void |
setTilingInterface(TilingInterface tilingInterface) |
public void add(int tileId)
public void setMinimumThreshold(float minimumThreshold)
public float getMinimumThreshold()
public void addGeometryIdToReuse(long id)
public void setNodes(Object nodes)
public Object getNodes()
public int getMaxDepth()
public void setMaxDepth(int maxDepth)
public void setMinimumReuseThreshold(int minimumReuseThreshold)
public int getMinimumReuseThreshold()
public float getMaximumThreshold()
public void setMaximumThreshold(float maximumThreshold)
public void setTilingInterface(TilingInterface tilingInterface)
public TilingInterface getTilingInterface()
Copyright © 2018 OpenSource BIM. All rights reserved.