====== Get Region Info ====== ===== Description ===== This functor retrieves information regarding a region. ===== Inputs ===== None. ===== Optional Inputs ===== ^ Name ^ Type ^ Description ^ Default Value ^ | Region Id | [[Integer Value Type]] | Identifier of the region for which information will be obtained. This port automatically associates with the innermost compatible container. | - | | Region Manager | [[Region Manager Type]] | Manager where the coverage maps of each region are maintained. This port automatically associates with the innermost compatible container. This port is advanced. | - | ===== Output ===== ^ Name ^ Type ^ Description ^ | Regional Mask | [[Categorical Map Type]] | Map corresponding to the mask and geographic area of the specified region. | | Region Lines | [[Positive Integer Value Type]] | Total number of lines in the map of the specified region. | | Region Columns | [[Positive Integer Value Type]] | Total number of columns in the map of the specified region. | | Region Projection | [[Projection Type]] | Cartographic projection system used in the original map from which the region was extracted. | | Region Top Y Coordinate | [[Real Value Type]] | Y coordinate value of the upper boundary of the region. | | Region Left X Coordinate | [[Real Value Type]] | X coordinate value of the left boundary of the region. | | Region Bottom Y Coordinate | [[Real Value Type]] | Y coordinate value of the lower boundary of the region. | | Region Right X Coordinate | [[Real Value Type]] | X coordinate value of the right boundary of the region. | ===== Group ===== [[Functor List#Region | Region]] ===== Notes ===== Retrieves the information of a region. ===== Internal Name ===== GetRegionInfo