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 Centroid
CentroidVertexImpl. getParent()
Methods in org.goplanit.network.virtual with parameters of type Centroid Modifier and Type Method Description CentroidVertex
CentroidVertexFactoryImpl. createNew(Centroid parent)
Create a new CentroidVertex (without registering on this class)CentroidVertex
CentroidVertexFactoryImpl. registerNew(Centroid parent)
Create and register new entityvoid
CentroidVertexImpl. 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 Centroid
CentroidVertex. getParent()
Methods in org.goplanit.utils.network.virtual with parameters of type Centroid Modifier and Type Method Description CentroidVertex
CentroidVertexFactory. createNew(Centroid parent)
Create a new CentroidVertex (without registering on this class)CentroidVertex
CentroidVertexFactory. registerNew(Centroid parent)
Create and register new entityvoid
CentroidVertex. 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_CLASS
id class for generating idsMethods 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
Centroid. 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.Centroid
Zone. getCentroid()
Returns the centroid of this zoneCentroid
Centroid. 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 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
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.
-