A*.hips file is now referenced as a Uniform Resource Identifier (URI), a string of characters used to identify a resource.
URIs are constructed automatically in the HIPS and SIPS GUI and indicate the location of certain files, for example, in the URI field in the Properties for a surface, and in the Source and Path fields in the Lineage of a surface.
They are also used in the CARIS Batch Utility, where the URI is
• modelled as a database query
• Query begins with ‘?”
• Parameters separated with “;”
• Statements separated with “&”
• Supports wild card “*”
Below are some examples on how to use a HIPS file URI.
| Retrieves all lines from this project |
| Retrieves all lines from vessel named “ |
| Equivalent to the previous example |
| Retrieves all lines from day 2016-001 from any vessel |
| Retrieves line “001_1” from vessel “V1” and “01A_1” from vessel “V2”. Also applies for retrieving two (or more) specific lines from one vessel. |