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