update
Updates a CartographicBoundary object in the database.
This method delegates the update operation to the cartographicBoundaryDAO.update
method. Please refer to the documentation for cartographicBoundaryDAO.update
for details on transaction handling, potential error conditions, and any basic data validation performed on the CartographicBoundary object before update.
Parameters
cartographic Boundary
the CartographicBoundary object containing the updated data.