libsim  Versione6.3.0

◆ geo_proj_delete()

subroutine geo_proj_delete ( type(geo_proj), intent(inout)  this)

Destroy a geo_proj object.

Definizione alla linea 592 del file geo_proj_class.F90.

592  WRITE(unit)this
593 ENDIF
594 
595 END SUBROUTINE geo_proj_write_unit
596 
597 
598 SUBROUTINE geo_proj_display(this)
599 TYPE(geo_proj),INTENT(in) :: this
600 
601 print*,"<<<<<<<<<<<<<<< ",t2c(this%proj_type,"undefined projection"), &
602  " >>>>>>>>>>>>>>>>"
603 
604 IF (c_e(this%xoff) .AND. this%xoff /= 0.0d0) THEN
605  print*,"False easting",this%xoff
606 ENDIF
607 IF (c_e(this%yoff) .AND. this%yoff /= 0.0d0) THEN
608  print*,"False northing",this%yoff
Functions that return a trimmed CHARACTER representation of the input variable.

Generated with Doxygen.