Class ICGnssDTO

java.lang.Object
de.aeb.xnsg.customs.dto.common.ICGnssDTO

public class ICGnssDTO extends Object
DTO to hold Global Navigation Satellite System data.
  • Field Details

    • latitude

      public String latitude
      Latitude of the location in decimal degrees, using negative values for south.

      length=17

    • longitude

      public String longitude
      Longitude of the location in decimal degrees, using negative values for west.

      length=17

  • Constructor Details

    • ICGnssDTO

      public ICGnssDTO()