Package oracle.spatial.network.lod
Interface ClusterResult
-
public interface ClusterResult
- Since:
- release specific (what release of product did this appear in)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getClusterId(long elementIndex)
java.lang.Iterable<Cluster>
getClusters()
long
size()
-
-
-
Method Detail
-
getClusterId
long getClusterId(long elementIndex)
-
getClusters
java.lang.Iterable<Cluster> getClusters()
-
size
long size()
-
-