Uses of Interface
org.planit.utils.zoning.Centroid
-
Packages that use Centroid Package Description org.planit.network.virtual Virtual network component object classesorg.planit.utils.zoning zoning oriented utility classesorg.planit.zoning -
-
Uses of Centroid in org.planit.network.virtual
Constructors in org.planit.network.virtual with parameters of type Centroid Constructor Description ConnectoidEdgeImpl(IdGroupingToken groupId, Centroid centroidA, Node nodeB, double length)
Constructor -
Uses of Centroid in org.planit.utils.zoning
Methods in org.planit.utils.zoning that return Centroid Modifier and Type Method Description Centroid
Zone. getCentroid()
Returns the centroid of this zone -
Uses of Centroid in org.planit.zoning
Classes in org.planit.zoning that implement Centroid Modifier and Type Class Description class
CentroidImpl
Centroid implementationFields in org.planit.zoning declared as Centroid Modifier and Type Field Description protected Centroid
ZoneImpl. centroid
Centroid of the zoneMethods in org.planit.zoning that return Centroid Modifier and Type Method Description Centroid
ZoneImpl. getCentroid()
Returns the centroid of this zone
-