com.vividsolutions.jts.operation.buffer

Class SubgraphDepthLocater


public class SubgraphDepthLocater
extends java.lang.Object

Locates a subgraph inside a set of subgraphs, in order to determine the outside depth of the subgraph. The input subgraphs are assumed to have had depths already calculated for their edges.
Version:
1.6

Constructor Summary

SubgraphDepthLocater(List subgraphs)

Method Summary

int
getDepth(Coordinate p)

Constructor Details

SubgraphDepthLocater

public SubgraphDepthLocater(List subgraphs)

Method Details

getDepth

public int getDepth(Coordinate p)