|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapZone | |
|---|---|
| com.kuka.nav.data | Contains interfaces for accessing data of a nav data source. |
| Uses of MapZone in com.kuka.nav.data |
|---|
| Methods in com.kuka.nav.data that return MapZone | |
|---|---|
MapZone |
MapZoneData.get(int mapZoneId)
Returns the map zone with the given id in the data source. |
MapZone |
MapZoneData.get(int mapId,
String mapZoneName)
Returns the map zone with the given name associated to the map with the given id in the data source. |
MapZone |
MapZoneData.get(String mapName,
String mapZoneName)
Returns the map zone with the given name associated to the map with the given name in the data source. |
| Methods in com.kuka.nav.data that return types with arguments of type MapZone | |
|---|---|
Collection<MapZone> |
MapZoneData.getAll()
Returns a list with all the map zones in the data source. |
Collection<MapZone> |
MapZoneData.getAllOnMap(int mapId)
Returns a list with all the map zones associated to the map with the given id. |
Collection<MapZone> |
MapZoneData.getAllOnMap(String mapName)
Returns a list with all the map zones associated to the map with the given name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||