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 longgetClusterId(long elementIndex)java.lang.Iterable<Cluster>getClusters()longsize()
-
-
-
Method Detail
-
getClusterId
long getClusterId(long elementIndex)
-
getClusters
java.lang.Iterable<Cluster> getClusters()
-
size
long size()
-
-