| Name | Description |
---|
| Add_Feature(String, String) | Adds a feature to this map set, to be linked with a sheet |
| Add_Feature(Int64, String, String) | Adds a feature to this map set, to be linked with a sheet |
| Add_Feature(Int64, String, String, String, String, String, String) | Adds a feature to this map set, to be linked with a sheet |
| Add_Feature_Corp_Link | Adds a link between a feature in this map item and an existing corporate name |
| Add_Feature_Person_Link | Adds a link between a feature in this map item and an existing personal name |
| Add_Feature_Sheet_Link | Add a link between a feature in this map set and a sheet in the map set |
| Add_Street(Int64, String) | Adds information about a street which appears in this map set |
| Add_Street(Int64, Int64, String) | Adds information about a street which appears in this map set |
| Add_Street(Int64, Int64, String, String, String, Int64, Int64, String) | Adds information about a street which appears in this map set |
| Clear | Clear all the information contained in this map information object |
| Get_Corporation | Gets a corporate name associated with this map, by primary key |
| Get_Index | Gets map index information about this digital resource, by index |
| Get_Person | Gets a personal name associated with this map, by primary key |
| Get_Sheet | Gets a single map sheet by sheet id from this map item |
| New_Corporation()()()() | Adds a new empty corporate name to this map information |
| New_Corporation(Int64) | Adds a new corporate name to this map information |
| New_Corporation(Int64, String) | Adds a new corporate name to this map information |
| New_Index()()()() | Adds a new blank index object to this map information object and returns it |
| New_Index(Int64, String, String, String, String) | Adds a new index object to this map information object and returns it |
| New_Person()()()() | Adds a new blank personal name object associated with this map item |
| New_Person(Int64) | Adds a new personal name object associated with this map item |
| New_Person(Int64, String) | Adds a new personal name object associated with this map item |
| New_Sheet()()()() | Adds a new blank map sheet to the map information associated with this item |
| New_Sheet(Int64) | Add a new map sheet to this map-type item |
| New_Sheet(Int64, Int32, String, String) | Add a new map sheet to this map-type item |
| Read_XML | Reads all the map information from the main XML node |
| Retrieve_Additional_Info_From_Database | Chance for this metadata module to load any additional data from the
database when building this digital resource in memory |
| Save_Additional_Info_To_Database | Chance for this metadata module to perform any additional database work
such as saving digital resource data into custom tables |
| ToXML | Returns all of the map information as string formatted as XML |
| XML_Safe_Element | Gets the XML-safe value of this element |