ProjNet.CoordinateSystems.Projections.TransverseMercator.TransverseMercator C# (CSharp) Method

TransverseMercator() public method

Creates an instance of an TransverseMercatorProjection projection object.
public TransverseMercator ( List parameters ) : System
parameters List List of parameters to initialize the projection.
return System
        public TransverseMercator(List<ProjectionParameter> parameters)
            : this(parameters, false)
        {
        }

Same methods

TransverseMercator::TransverseMercator ( List parameters, bool inverse ) : System