Uses of Interface
com.collation.platform.model.topology.phys.Geography

Packages that use Geography
com.collation.platform.model.topology.admin   
com.collation.platform.model.topology.phys   
 

Uses of Geography in com.collation.platform.model.topology.admin
 

Subinterfaces of Geography in com.collation.platform.model.topology.admin
 interface SiteInfo
          represents a specific position pertaining to a given region, such as a collection of buildings (Industrial Park Site).
 

Methods in com.collation.platform.model.topology.admin that return Geography
 Geography SiteInfo.getGeographyForSite()
           
 

Methods in com.collation.platform.model.topology.admin with parameters of type Geography
 void SiteInfo.setGeographyForSite(Geography x)
           
 

Uses of Geography in com.collation.platform.model.topology.phys
 

Subinterfaces of Geography in com.collation.platform.model.topology.phys
 interface Room
          represents a specific physical room pertaining to a given site location such as a office cube area.
 interface Zone
          represents a abstract geographical location that pertains to multiple geographical locations.