Package oracle.spatial.network.lod
Interface PointClustering
-
- All Known Implementing Classes:
SpatialBisectClustering
,SpatialKMeansClustering
public interface PointClustering
- Since:
- 12.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterResult
cluster(PointOnNet[] points)
ClusteringConstraint
getClusteringConstraint()
void
setClusteringConstraint(ClusteringConstraint constraint)
-
-
-
Method Detail
-
cluster
ClusterResult cluster(PointOnNet[] points) throws LODNetworkException
- Throws:
LODNetworkException
-
setClusteringConstraint
void setClusteringConstraint(ClusteringConstraint constraint)
-
getClusteringConstraint
ClusteringConstraint getClusteringConstraint()
-
-