Exemplo n.º 1
0
        public Lpi(DtfLine line)
        {
            SetActionAndVersion(line);

            Uprn             = line.GetLong(Index++);
            Lpi_Key          = line.GetString(Index++);
            Language         = line.GetString(Index++);
            Logical_Status   = line.GetLong(Index++);
            Start_Date       = line.GetDateTime(Index++);
            End_Date         = line.GetDateTime(Index++);
            Entry_Date       = line.GetDateTime(Index++);
            Last_Update_Date = line.GetDateTime(Index++);
            Sao_Start_Number = line.GetLong(Index++);
            Sao_Start_Suffix = line.GetString(Index++);
            Sao_End_Number   = line.GetLong(Index++);
            Sao_End_Suffix   = line.GetString(Index++);
            Sao_Text         = line.GetString(Index++);
            Pao_Start_Number = line.GetLong(Index++);
            Pao_Start_Suffix = line.GetString(Index++);
            Pao_End_Number   = line.GetLong(Index++);
            Pao_End_Suffix   = line.GetString(Index++);
            Pao_Text         = line.GetString(Index++);
            Usrn             = line.GetLong(Index++);
            Level            = line.GetString(Index++);
            Postal_Address   = line.GetString(Index++);
            Postcode         = line.GetString(Index++);
            Post_Town        = line.GetString(Index++);
            Official_Flag    = line.GetString(Index++);
            Custodian_One    = line.GetLong(Index++);
            Custodian_Two    = line.GetLong(Index++);
            Can_Key          = line.GetString(Index++);
        }
Exemplo n.º 2
0
        public Blpu(DtfLine line)
        {
            SetActionAndVersion(line);

            Uprn                 = line.GetLong(Index++);
            Logical_Status       = line.GetLong(Index++);
            Blpu_State           = line.GetLong(Index++);
            Blpu_State_Date      = line.GetDateTime(Index++);
            Blpu_Class           = line.GetString(Index++);
            Parent_Uprn          = line.GetLong(Index++);
            X_Coordinate         = line.GetDecimal(Index++);
            Y_Coordinate         = line.GetDecimal(Index++);
            Rpc                  = line.GetLong(Index++);
            Local_Custodian_Code = line.GetLong(Index++);
            Start_Date           = line.GetDateTime(Index++);
            End_Date             = line.GetDateTime(Index++);
            Last_Update_Date     = line.GetDateTime(Index++);
            Entry_Date           = line.GetDateTime(Index++);
            Organisation         = line.GetString(Index++);
            Ward_Code            = line.GetString(Index++);
            Parish_Code          = line.GetString(Index++);
            Custodian_One        = line.GetLong(Index++);
            Custodian_Two        = line.GetLong(Index++);
            Can_Key              = line.GetString(Index++);
        }
Exemplo n.º 3
0
        public StreetDescriptor(DtfLine line)
        {
            SetActionAndVersion(line);

            Usrn = line.GetLong(Index++);
            Street_Descriptor  = line.GetString(Index++);
            Locality_Name      = line.GetString(Index++);
            Town_Name          = line.GetString(Index++);
            Adminstrative_Area = line.GetString(Index++);
            Language           = line.GetString(Index++);
        }
Exemplo n.º 4
0
        public StreetRecord(DtfLine line)
        {
            SetActionAndVersion(line);

            Usrn                  = line.GetLong(Index++);
            Record_Type           = line.GetLong(Index++);
            Swa_Org_Ref_Naming    = line.GetLong(Index++);
            State                 = line.GetLong(Index++);
            State_Date            = line.GetDateTime(Index++);
            Street_Surface        = line.GetLong(Index++);
            Street_Classification = line.GetLong(Index++);
            Version               = line.GetLong(Index++);
            Record_Entry_Date     = line.GetDateTime(Index++);
            Last_Update_Date      = line.GetDateTime(Index++);
            Street_Start_Date     = line.GetDateTime(Index++);
            Street_End_Date       = line.GetDateTime(Index++);
            Street_Start_X        = line.GetDecimal(Index++);
            Street_Start_Y        = line.GetDecimal(Index++);
            Street_End_X          = line.GetDecimal(Index++);
            Street_End_Y          = line.GetDecimal(Index++);
            Street_Tolerance      = line.GetLong(Index++);
        }