| Name | Description |
---|
| Add_Aerial_Polygon | Adds a special polygon for an aerial tile coverage from the point notation in the upper right corner |
| Add_Circle | Add a single, completely built Cirlce associated with this digital resource |
| Add_Line(Coordinate_Line) | Add a single, completely built line associated with this digital resource |
| Add_Line(Coordinate_Line, String) | Add a single, completely built line associated with this digital resource |
| Add_Point(Coordinate_Point) | Add a single, completely built point associated with this digital resource |
| Add_Point(Double, Double) | Adds a new coordinate point associated with this digital resource |
| Add_Point(Double, Double, String) | Adds a new coordinate point associated with this digital resource |
| Add_Point(Double, Double, String, Int64) | Adds a new coordinate point associated with this digital resource |
| Add_Point(Double, Double, String, String) | Adds a new coordinate point associated with this digital resource |
| Add_Polygon | Add a single, completely built polygon associated with this digital resource |
| Clear_Circles | Clears all of the circle information from this digital resource |
| Clear_Data | Clears all of the coordinate data from this digital resource |
| Clear_NonPOIPoints | Clears all of the spatial information of single points with the 'main' featureType from this digital resource |
| Clear_NonPOIs | Clears all of the spatial information with the 'main' featureType from this digital resource |
| Clear_Points | Clears all of the individual point information from this digital resource |
| Clear_POIs | Clears all of the individual point of interets information from this digital resource |
| Clear_Specific_Polygon | Clears a specific polygon spatial information from this digital resource |
| Clear_User_Polygons_And_Lines | Clears all user added polygons and all coordinate lines from this digital resource |
| Get_Circle | Pulls one coordinate circle from the collection of circles associated with this digital resource |
| get_coordinate_float | Tries to convert a coordinate string into a floating point number |
| Get_Line | Pulls one coordinate line from the collection of lines associated with this digital resource |
| Get_Polygon | Pulls one coordinate polygon from the collection of polygons associated with this digital resource |
| Remove_Polygon | Remove a polygon from the collection of polygons associated with these coordinates |
| 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 |
| Save_Item_Footprint | Saves ta single item footprint to the database by calling the appropriate stored procedure |