MapProjectionIsGeographical Method
Returns true if the projectionString projection is a geographical projection, i.e. based
on spherical (lon, lat) coordinates
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
public static bool IsGeographical(
string projectionString
)
static member IsGeographical :
projectionString : string -> bool
- projectionString String
- Name of map projection, WKT string or a projection abbreviation
Boolean