com.vividsolutions.jts.operation.buffer
Class SubgraphDepthLocater
java.lang.Object
com.vividsolutions.jts.operation.buffer.SubgraphDepthLocater
public class SubgraphDepthLocater
- extends 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.7
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubgraphDepthLocater
public SubgraphDepthLocater(List subgraphs)
getDepth
public int getDepth(Coordinate p)
Copyright © 2012. All Rights Reserved.