GeoSpatial_Information.Save_Item_Footprint Method
Saves ta single item footprint to the database by calling the appropriate stored procedure
Namespace: SobekCM.Resource_Object.Metadata_Modules.GeoSpatialAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
public static bool Save_Item_Footprint(
int ItemID,
double Point_Latitude,
double Point_Longitude,
double Rect_Latitude_A,
double Rect_Longitude_A,
double Rect_Latitude_B,
double Rect_Longitude_B,
string Segment_KML,
string DB_ConnectionString,
out string Error_Message
) |
Parameters
- ItemID
- Type: System..::..Int32
Primary key for this item in the database
- Point_Latitude
- Type: System..::..Double
Latitude of a single point
- Point_Longitude
- Type: System..::..Double
Longitude of a single point
- Rect_Latitude_A
- Type: System..::..Double
Latitude of the first point of a rectangular footprint
- Rect_Longitude_A
- Type: System..::..Double
Longitude of the first point of a rectangular footprint
- Rect_Latitude_B
- Type: System..::..Double
Latitude of the second point of a rectangular footprint
- Rect_Longitude_B
- Type: System..::..Double
Longitude of the second point of a rectangular footprint
- Segment_KML
- Type: System..::..String
- DB_ConnectionString
- Type: System..::..String
- Error_Message
- Type: System..::..String%
Return Value
Type:
Boolean TRUE if successful, otherwise FALSE
See Also