Package oracle.spatial.network.lod
Class SpatialBisectClustering
- java.lang.Object
-
- oracle.spatial.network.lod.SpatialBisectClustering
-
- All Implemented Interfaces:
PointClustering
public class SpatialBisectClustering extends java.lang.Object implements PointClustering
- Since:
- release specific (what release of product did this appear in)
-
-
Constructor Summary
Constructors Constructor Description SpatialBisectClustering(int numClusters, NetworkExplorer ne, int userDataCategory, int xCoordUserDataIndex, int yCoordUserDataIndex, int geometryUserDataIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterResultcluster(PointOnNet[] points)ClusteringConstraintgetClusteringConstraint()voidsetClusteringConstraint(ClusteringConstraint constraint)
-
-
-
Constructor Detail
-
SpatialBisectClustering
public SpatialBisectClustering(int numClusters, NetworkExplorer ne, int userDataCategory, int xCoordUserDataIndex, int yCoordUserDataIndex, int geometryUserDataIndex)
-
-
Method Detail
-
cluster
public ClusterResult cluster(PointOnNet[] points) throws LODNetworkException
- Specified by:
clusterin interfacePointClustering- Throws:
LODNetworkException
-
setClusteringConstraint
public void setClusteringConstraint(ClusteringConstraint constraint)
- Specified by:
setClusteringConstraintin interfacePointClustering
-
getClusteringConstraint
public ClusteringConstraint getClusteringConstraint()
- Specified by:
getClusteringConstraintin interfacePointClustering
-
-