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.network.virtual Virtual physical network oriented utility classesorg.goplanit.utils.zoning zoning oriented utility classesorg.goplanit.zoning -
-
Uses of Centroid in org.goplanit.network.virtual
Methods in org.goplanit.network.virtual that return Centroid Modifier and Type Method Description CentroidCentroidVertexImpl. getParent()Methods in org.goplanit.network.virtual with parameters of type Centroid Modifier and Type Method Description CentroidVertexCentroidVertexFactoryImpl. createNew(Centroid parent)Create a new CentroidVertex (without registering on this class)CentroidVertexCentroidVertexFactoryImpl. registerNew(Centroid parent)Create and register new entityvoidCentroidVertexImpl. setParent(Centroid parent)Constructors in org.goplanit.network.virtual with parameters of type Centroid Constructor Description CentroidVertexImpl(IdGroupingToken groupId, Centroid parentCentroid)Constructor -
Uses of Centroid in org.goplanit.utils.network.virtual
Methods in org.goplanit.utils.network.virtual with type parameters of type Centroid Modifier and Type Method Description static <V extends CentroidVertex,C extends Centroid>
voidCentroidVertexUtils. updateCentroidVertexCentroidMapping(Iterable<V> centroidVertices, Function<C,C> centroidToCentroidMapping, boolean removeMissingMappings)Update the parent edge of all edge segments based on the mapping provided (if any)Methods in org.goplanit.utils.network.virtual that return Centroid Modifier and Type Method Description CentroidCentroidVertex. getParent()Methods in org.goplanit.utils.network.virtual with parameters of type Centroid Modifier and Type Method Description CentroidVertexCentroidVertexFactory. createNew(Centroid parent)Create a new CentroidVertex (without registering on this class)CentroidVertexCentroidVertexFactory. registerNew(Centroid parent)Create and register new entityvoidCentroidVertex. setParent(Centroid parent) -
Uses of Centroid in org.goplanit.utils.zoning
Fields in org.goplanit.utils.zoning with type parameters of type Centroid Modifier and Type Field Description static Class<Centroid>Centroid. CENTROID_ID_CLASSid class for generating idsMethods 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 centroidCentroidCentroid. deepClone()An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.CentroidZone. getCentroid()Returns the centroid of this zoneCentroidCentroid. shallowClone()Create a shallow copy of this entityMethods in org.goplanit.utils.zoning that return types with arguments of type Centroid Modifier and Type Method Description default Class<? extends Centroid>Centroid. getIdClass()Each managed id class is expected to generate its ids based on its class signature. -
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 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.
-