Uses of Class
org.goplanit.zoning.CentroidImpl
-
Packages that use CentroidImpl Package Description org.goplanit.zoning -
-
Uses of CentroidImpl in org.goplanit.zoning
Methods in org.goplanit.zoning that return CentroidImpl Modifier and Type Method Description CentroidImpl
CentroidFactoryImpl. create()
Create a new centroidCentroidImpl
CentroidFactoryImpl. create(Zone parentZone)
Create a new centroidCentroidImpl
CentroidImpl. 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.CentroidImpl
CentroidImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.zoning with parameters of type CentroidImpl Constructor Description CentroidImpl(CentroidImpl other, boolean deepCopy)
Copy constructor
-