Uses of Class
org.locationtech.jts.geomgraph.TopologyLocation
-
Packages that use TopologyLocation Package Description org.locationtech.jts.geomgraph Contains classes that implement topology graphs. -
-
Uses of TopologyLocation in org.locationtech.jts.geomgraph
Methods in org.locationtech.jts.geomgraph with parameters of type TopologyLocation Modifier and Type Method Description boolean
TopologyLocation. isEqualOnSide(TopologyLocation le, int locIndex)
void
TopologyLocation. merge(TopologyLocation gl)
merge updates only the NULL attributes of this object with the attributes of another.Constructors in org.locationtech.jts.geomgraph with parameters of type TopologyLocation Constructor Description TopologyLocation(TopologyLocation gl)
-