GeoSpatial_Information.Add_Aerial_Polygon Method
Adds a special polygon for an aerial tile coverage from the point notation in the upper right corner
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 Coordinate_Polygon Add_Aerial_Polygon(
double Latitude_Point,
double Longitude_Point,
int Scale,
double Tile_Width,
double Tile_Height,
ulong Earth_Radius,
string Label
) |
Parameters
- Latitude_Point
- Type: System..::..Double
Decimal degree latitude for the point notation for the aerial
- Longitude_Point
- Type: System..::..Double
Decimal degree longitude for the point notation for the aerial
- Scale
- Type: System..::..Int32
Scale of the aerial tile ( i.e., for a map of scale 1:20000, set S = 20,000 )
- Tile_Width
- Type: System..::..Double
Width of the physical aerial tile
- Tile_Height
- Type: System..::..Double
Height of the physical aerial tile
- Earth_Radius
- Type: System..::..UInt64
Radius of the earth in the same units as the height and width above
- Label
- Type: System..::..String
Label for this new aerial polygon notation from the point
Return Value
Type:
Coordinate_Polygon Fully built coordinate polygon
See Also