create
Inserts a CartographicBoundary object into the database.
This method delegates the insert operation to the cartographicBoundaryDAO.insert
method. Please refer to the documentation for cartographicBoundaryDAO.insert
for details on transaction handling, potential error conditions, and any basic data validation performed on the CartographicBoundary object before insertion.
Parameters
cartographic Boundary
the CartographicBoundary object to insert.