Uses of Interface
org.goplanit.utils.zoning.Centroid
-
Packages that use Centroid Package Description org.goplanit.network.virtual Virtual network component object classesorg.goplanit.utils.zoning zoning oriented utility classesorg.goplanit.zoning -
-
Uses of Centroid in org.goplanit.network.virtual
Constructors in org.goplanit.network.virtual with parameters of type Centroid Constructor Description ConnectoidEdgeImpl(IdGroupingToken groupId, Centroid centroidA, DirectedVertex vertexB, double length)
Constructor -
Uses of Centroid in org.goplanit.utils.zoning
Methods in org.goplanit.utils.zoning that return Centroid Modifier and Type Method Description Centroid
CentroidFactory. create()
Create a new centroidCentroid
CentroidFactory. create(Zone parentZone)
Create a new centroidCentroid
Zone. getCentroid()
Returns the centroid of this zone -
Uses of Centroid in org.goplanit.zoning
Classes in org.goplanit.zoning that implement Centroid Modifier and Type Class Description class
CentroidImpl
Centroid implementationFields in org.goplanit.zoning declared as Centroid Modifier and Type Field Description protected Centroid
ZoneImpl. centroid
Centroid of the zoneMethods in org.goplanit.zoning that return Centroid Modifier and Type Method Description Centroid
CentroidFactoryImpl. createUniqueCopyOf(ManagedId entityToCopy)
Create a shallow copy of the passed in entity, albeit with unique internal ids.Centroid
ZoneImpl. getCentroid()
Returns the centroid of this zoneMethods in org.goplanit.zoning with parameters of type Centroid Modifier and Type Method Description protected void
ZoneImpl. setCentroid(Centroid centroid)
set the centroid for this zone.
-