Class CMobileNetworkProperties
- java.lang.Object
-
- org.eclipse.mosaic.fed.cell.config.model.CNetworkProperties
-
- org.eclipse.mosaic.fed.cell.config.model.CMobileNetworkProperties
-
public final class CMobileNetworkProperties extends CNetworkProperties
CMobileNetworkProperties
extends theCNetworkProperties
with specific geographical extensions (area). It applies for all regions except the "globalNetwork", which covers the remaining space. The CMobileNetworkProperties only needs to be employed, when geographic information are accessed.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.mosaic.fed.cell.config.model.CNetworkProperties
CNetworkProperties.CDownlink, CNetworkProperties.CUplink
-
-
Field Summary
Fields Modifier and Type Field Description GeoRectangle
area
The area.GeoPolygon
polygon
The area as a polygon.-
Fields inherited from class org.eclipse.mosaic.fed.cell.config.model.CNetworkProperties
downlink, GLOBAL_NETWORK_ID, id, uplink
-
-
Constructor Summary
Constructors Constructor Description CMobileNetworkProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CartesianPolygon
getCapoArea()
String
toString()
-
-
-
Field Detail
-
area
public GeoRectangle area
The area.
-
polygon
public GeoPolygon polygon
The area as a polygon.
-
-
Method Detail
-
getCapoArea
public CartesianPolygon getCapoArea()
-
toString
public String toString()
- Overrides:
toString
in classCNetworkProperties
-
-