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 CentroidCentroidFactory. create()Create a new centroidCentroidCentroidFactory. create(Zone parentZone)Create a new centroidCentroidZone. 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 classCentroidImplCentroid implementationFields in org.goplanit.zoning declared as Centroid Modifier and Type Field Description protected CentroidZoneImpl. centroidCentroid of the zoneMethods in org.goplanit.zoning that return Centroid Modifier and Type Method Description CentroidCentroidFactoryImpl. createUniqueCopyOf(ManagedId entityToCopy)Create a shallow copy of the passed in entity, albeit with unique internal ids.CentroidZoneImpl. getCentroid()Returns the centroid of this zoneMethods in org.goplanit.zoning with parameters of type Centroid Modifier and Type Method Description protected voidZoneImpl. setCentroid(Centroid centroid)set the centroid for this zone.
-