CrossSectionLocatedGetGeoReferencedCoords Method
If cross section coordinates are valid, returns the geographic (in the landscape's
plane) coordinates of all points, otherwise null. Raw data must be present.
Namespace: DHI.Mike1D.CrossSectionModuleAssembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
public bool GetGeoReferencedCoords(
out double[] geoX,
out double[] geoY
)
- geoX Double
- the Cartesian X coordinates of all points (NOT the
longitudinal coordinates)
- geoY Double
- the Cartesian Y coordinates of all points
Booleantrue if ok
The Euclidean distance between the coordinate points may not
match the cross sectional coordinate.