Cartographic Boundary
Represents a cartographic boundary on a map, typically the outline of an administrative unit.
Constructors
Properties
The administrative level of this unit (e.g., state, county, city).
The name of the administrative unit associated with this boundary. Refer to AdministrativeUnitName for details on how the name is constructed based on the administrative level (e.g., city, county, state) for flexibility with different regional structures.
The BoundingBox object encompassing the entire cartographic boundary (including all regions).
Functions
Returns a list of all active regions that are completely within the specified bounding box.
Creates a new cartographic boundary with all regions deactivated except the one with the largest polygon (based on the number of geoLocations). Deactivated regions will be excluded from the final map visualization.
Creates a new cartographic boundary with the region at the specified index switched off (deactivated). Deactivated regions will be excluded from the final map visualization.
Converts a CartographicBoundary into the entity object.
Converts a CartographicBoundary into the entity object from a speficic ID.
Converts the CartographicBoundary model into the view object CartographicBoundaryViewData used to represent cartographic boundaries in the UI.