Class LineObstacle
Inheritance
System.Object
LineObstacle
Assembly: FpAssistantCoreScl.dll
Syntax
public class LineObstacle : Obstacle
Properties
View Source
LineSegments
Contains a list of LineObstacleSegments
Declaration
public List<LineObstacleSegment> LineSegments { get; set; }
Property Value
Methods
View Source
AsGeoMapElement(ObstacleGeographyMappings)
Declaration
public override GeoMapElement AsGeoMapElement(ObstacleGeographyMappings obstacleGeographyMappings)
Parameters
Returns
Overrides
View Source
AssignGridCoordinate(CoordinateSystem, String)
Declaration
public override void AssignGridCoordinate(CoordinateSystem coordinateSystem, string projectionZoneIdentifier)
Parameters
Type |
Name |
Description |
CoordinateSystem |
coordinateSystem |
|
System.String |
projectionZoneIdentifier |
|
Overrides
View Source
AssignGridCoordinate(MapProjections)
Declaration
public override void AssignGridCoordinate(MapProjections mapProjection)
Parameters
Overrides