public abstract class PointSetCache extends Object
Modifier and Type | Field and Description |
---|---|
protected com.google.common.cache.LoadingCache<String,PointSet> |
pointSets |
Constructor and Description |
---|
PointSetCache() |
Modifier and Type | Method and Description |
---|---|
PointSet |
get(String pointSetId) |
abstract List<String> |
getPointSetIds() |
Copyright © 2019. All rights reserved.