Package | Description |
---|---|
com.ibm.tivoli.maximo.map |
Modifier and Type | Method and Description |
---|---|
static LatLngBounds |
LatLngBounds.createFromValuesOrNull(java.lang.String swLatY,
java.lang.String swLngX,
java.lang.String neLatY,
java.lang.String neLngX) |
LatLngBounds |
MapControlAccessor.getBounds()
Get the bottom left (south west) corner point of the current map.
|
static LatLngBounds |
LatLngBounds.parseMapBounds(javax.servlet.http.HttpServletRequest request) |
static LatLngBounds |
LatLngBounds.parseMapBounds(com.ibm.json.java.JSONObject params) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
UnassignedWork.formatUWOWhere(LatLngBounds bounds,
java.lang.String where,
java.util.Date schedStart,
java.util.Date schedFinish,
java.util.Date targetStart,
java.util.Date targetFinish,
java.lang.String status,
java.lang.String workType,
java.lang.Integer priority,
boolean addRegion) |
java.lang.String |
UnassignedWork.getUnassignedWhere(UserInfo userInfo,
java.util.Date schedStart,
java.util.Date schedFinish,
java.util.Date targetStart,
java.util.Date targetFinish,
java.lang.String status,
java.lang.String workType,
java.lang.Integer priority,
boolean isSpatial,
boolean defaultStatusFilter,
java.lang.String extraClause,
LatLngBounds bounds,
boolean isRestrictWorkToDates,
java.lang.Long projectID) |
com.ibm.json.java.JSONObject |
UnassignedWork.queryUnassignedWork(WebClientSession clientSession,
MapDataUtils.PROVIDER mapProvider,
LatLngBounds bounds,
java.util.Date schedStart,
java.util.Date schedFinish,
java.util.Date targetStart,
java.util.Date targetFinish,
java.lang.String status,
java.lang.String workType,
java.lang.Integer priority,
boolean defaultStatusFilter,
java.lang.String extraClause,
boolean isRestrictWorkToDates,
java.lang.Long projectID) |
com.ibm.json.java.JSONObject |
UnassignedWork.refreshQueryUnassignedWork(WebClientSession clientSession,
MapControlAccessor map,
LatLngBounds bounds,
com.ibm.json.java.JSONObject params) |
void |
MapControlAccessor.setMapBounds(LatLngBounds bounds) |
Constructor and Description |
---|
MapControlAccessor(MapControlCallbacks instance,
LatLngBounds bounds) |