Class IdCache
- java.lang.Object
-
- org.citydb.config.project.resources.IdCache
-
public class IdCache extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IdCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdCacheConfig
getFeature()
IdCacheConfig
getGeometry()
void
setFeature(IdCacheConfig feature)
void
setGeometry(IdCacheConfig geometry)
-
-
-
Method Detail
-
getFeature
public IdCacheConfig getFeature()
-
setFeature
public void setFeature(IdCacheConfig feature)
-
getGeometry
public IdCacheConfig getGeometry()
-
setGeometry
public void setGeometry(IdCacheConfig geometry)
-
-