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
CentroidImpl. clone()
Create a shallow copy of this entityCentroidImpl
CentroidFactoryImpl. create()
Create a new centroidCentroidImpl
CentroidFactoryImpl. create(Zone parentZone)
Create a new centroidConstructors in org.goplanit.zoning with parameters of type CentroidImpl Constructor Description CentroidImpl(CentroidImpl centroidImpl)
Copy constructor
-